Interface IColumnlayout

    • Field Detail

      • DEFAULT

        static final IColumnlayout DEFAULT
        Constant for default attributes of this immutable component.
    • Method Detail

      • getWidgetClass

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

        Default: "zkex.layout.Columnlayout"

        Specified by:
        getWidgetClass in interface IComponent<IColumnlayout>
      • ofSize

        static IColumnlayout ofSize​(java.lang.String width,
                                    java.lang.String height)
        Returns the instance with the given size, width and height.
        Parameters:
        width - The width of the component
        height - The height of the component
      • ofHflex

        static IColumnlayout ofHflex​(java.lang.String hflex)
        Returns the instance with the given hflex
        Parameters:
        hflex - The horizontal flex hint
      • ofId

        static IColumnlayout ofId​(java.lang.String id)
        Returns the instance with the given id.
        Parameters:
        id - The id to identify this component