Interface IColumnchildren<I extends IAnyGroup>

    • Field Detail

    • Method Detail

      • getWidgetClass

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

        Default: "zkex.layout.Columnchildren"

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

        static <I extends IAnyGroupIColumnchildren<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 IAnyGroupIColumnchildren<I> of​(I... children)
        Returns the instance with the given any group children.
        Parameters:
        children - The children belong to any group
        See Also:
        IAnyGroup
      • ofSize

        static <I extends IAnyGroupIColumnchildren<I> ofSize​(java.lang.String width,
                                                               java.lang.String height)
        Returns the instance with the given width and height
        Parameters:
        width - The width of the component
        height - The height of the component
      • ofFlex

        static <I extends IAnyGroupIColumnchildren<I> ofFlex​(java.lang.String hflex,
                                                               java.lang.String vflex)
        Returns the instance with the given vflex and hflex
        Parameters:
        hflex - The horizontal flex hint
        vflex - The vertical flex hint
      • ofId

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