Interface IListgroupfoot

    • Field Detail

      • DEFAULT

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

      • getWidgetClass

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

        Default: "zkex.sel.Listgroupfoot"

        Specified by:
        getWidgetClass in interface IComponent<IListgroupfoot>
        Returns:
      • getLabel

        @Nullable
        default java.lang.String getLabel()
        Returns the label of the first IListcell it contains.

        Default: null

      • withLabel

        IListgroupfoot withLabel​(@Nullable
                                 java.lang.String label)
        Returns a copy of this immutable component with the specified label.

        Sets the label of the first IListcell it contains.

        If it is not created, we automatically create it.

        Parameters:
        label - The label of the first IListcell it contains.

        Default: null.

        Returns:
        A modified copy of the this object
      • of

        static IListgroupfoot of​(java.lang.String label)
        Returns the instance with the given label.
        Parameters:
        label - The label that the first cell holds.
      • ofId

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