Interface IListfoot

    • Field Detail

      • DEFAULT

        static final IListfoot 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.Listfoot"

        Specified by:
        getWidgetClass in interface IComponent<IListfoot>
        Returns:
      • 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<IListfoot>
      • withWidth

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

        Default: null

        Returns:
        A modified copy of the this object
      • withHflex

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

        Default: null

        Returns:
        A modified copy of the this object
      • of

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

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

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