Interface IPanelchildren<I extends IAnyGroup>

    • Field Detail

      • DEFAULT

        static final IPanelchildren<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.wnd.Panelchildren"

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

        static <I extends IAnyGroupIPanelchildren<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 IAnyGroupIPanelchildren<I> of​(I... children)
        Returns the instance with the given any group children.
        Parameters:
        children - The children belong to any group
        See Also:
        IAnyGroup
      • ofId

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