Interface IListitem

    • Field Detail

      • DEFAULT

        static final IListitem 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.Listitem"

        Specified by:
        getWidgetClass in interface IComponent<IListitem>
      • getLabel

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

        Default: null

      • withLabel

        IListitem 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 IListitem of​(java.lang.String label)
        Returns the instance with the given label.
        Parameters:
        label - The label that the first cell holds.
      • ofId

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