Interface IVlayout<I extends IAnyGroup>

    • Field Detail

      • DEFAULT

        static final IVlayout<IAnyGroup> DEFAULT
        Constant for default attributes of this immutable component.
    • Method Detail

      • getWidgetClass

        default java.lang.String getWidgetClass()
        Returns the client widget class.

        Default: "zul.box.Vlayout"

        Specified by:
        getWidgetClass in interface IComponent<I extends IAnyGroup>
      • ofId

        static <I extends IAnyGroupIVlayout<I> ofId​(java.lang.String id)
        Returns the instance with the given id.
        Parameters:
        id - The id to identify this component
      • of

        static <I extends IAnyGroupIVlayout<I> of​(java.lang.Iterable<? extends I> children)
        Returns the instance with the given any group children.
        Parameters:
        children - The children belong to any group
        See Also:
        IAnyGroup
      • of

        static <I extends IAnyGroupIVlayout<I> of​(I... children)
        Returns the instance with the given any group children.
        Parameters:
        children - The children belong to any group
        See Also:
        IAnyGroup
      • ofHflex

        static <I extends IAnyGroupIVlayout<I> ofHflex​(java.lang.String hflex)
        Returns the instance with the given hflex.
        Parameters:
        hflex - The horizontal flex hint.