| |
|
| org.zkoss.zul.Box org.zkoss.zul.Hbox
Hbox | public class Hbox extends Box (Code) | | A hbox.
author: tomyeh |
Constructor Summary | |
public | Hbox() | public | Hbox(Component[] children) Constructor a horizontal box by assigning an array of children. |
Hbox | public Hbox(Component[] children)(Code) | | Constructor a horizontal box by assigning an array of children.
Parameters: children - an array of children to be added since: 2.4.0 |
|
|
|