Interface ITreefooter<I extends IAnyGroup>

    • Field Detail

      • DEFAULT

        static final ITreefooter<IAnyGroup> 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.Treefooter"

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

        static <I extends IAnyGroupITreefooter<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 IAnyGroupITreefooter<I> of​(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 IAnyGroupITreefooter<I> of​(java.lang.String label)
        Returns the instance with the given label.
        Parameters:
        label - The label belongs to this footer.
      • of

        static <I extends IAnyGroupITreefooter<I> of​(java.lang.String label,
                                                       java.lang.String image)
        Returns the instance with the given label and image.
        Parameters:
        label - The label that the footer holds.
        image - The image that the footer holds.
      • ofImage

        static <I extends IAnyGroupITreefooter<I> ofImage​(java.lang.String image)
        Returns the instance with the given image.
        Parameters:
        image - The image that the footer holds.
      • ofId

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