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