Interface ITabpanels

    • Field Detail

      • DEFAULT

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

      • getWidgetClass

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

        Default: "zul.tab.Tabpanels"

        Specified by:
        getWidgetClass in interface IComponent<ITabpanels>
      • of

        static ITabpanels of​(java.lang.Iterable<? extends ITabpanel> children)
        Returns the instance with the given ITabpanel children.
        Parameters:
        children - The children of ITabpanel
      • ofId

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