Interface ITabs

    • Field Detail

      • DEFAULT

        static final ITabs 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.Tabs"

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

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

        static ITabs of​(ITab... children)
        Returns the instance with the given ITab children.
        Parameters:
        children - The children of ITab
      • ofWidth

        static ITabs ofWidth​(java.lang.String width)
        Returns the instance with the given width.
        Parameters:
        width - The width of the component
      • ofId

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