Interface ITreefoot

    • Field Detail

      • DEFAULT

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

      • getWidgetClass

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

        Default: "zul.sel.Treefoot"

        Specified by:
        getWidgetClass in interface IComponent<ITreefoot>
      • getWidth

        @Derived
        @Nullable
        default java.lang.String getWidth()
        Description copied from interface: IHtmlBasedComponent
        Returns the width of the component. If not specified, null is assumed.

        Default: null

        Specified by:
        getWidth in interface IHtmlBasedComponent<ITreefoot>
      • withWidth

        default ITreefoot withWidth​(@Nullable
                                    java.lang.String width)
        To control the size of Foot related components, please refer to ITree and ITreecol instead.
        Specified by:
        withWidth in interface IHtmlBasedComponent<ITreefoot>
        Parameters:
        width - The width of the component.

        Default: null

        Returns:
        A modified copy of the this object
      • withHflex

        default ITreefoot withHflex​(@Nullable
                                    java.lang.String hflex)
        To control the size of Foot related components, please refer to ITree and ITreecol instead.
        Specified by:
        withHflex in interface IHtmlBasedComponent<ITreefoot>
        Parameters:
        hflex - The horizontal flex hint.

        Default: null

        Returns:
        A modified copy of the this object
      • of

        static ITreefoot of​(java.lang.Iterable<? extends ITreefooter<IAnyGroup>> children)
        Returns the instance with the given tree footers which belong to this component.
        Parameters:
        children - The tree footers of the component.
      • of

        static ITreefoot of​(ITreefooter<IAnyGroup>... children)
        Returns the instance with the given tree footers which belong to this component.
        Parameters:
        children - The tree footers of the component.
      • ofId

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