Class Columnlayout

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, Component, Scope, ComponentCtrl

    public class Columnlayout
    extends XulElement
    A columnlayout lays out a container which can have multiple columns, and each column may contain one or more component.
    Use Columnlayout need assign width (either present or pixel) on every Columnchildren, or we cannot make sure about layout look.

    Available in ZK PE and ZK EE.

    Default getZclass(): z-columnlayout.

    Since:
    3.5.0
    Author:
    gracelin
    See Also:
    Serialized Form