Class WTabGroup

    • Constructor Detail

      • WTabGroup

        public WTabGroup​(String groupName)
        Deprecated.
        Creates a WTabGroup.
        Parameters:
        groupName - the tab group name.
      • WTabGroup

        public WTabGroup​(WDecoratedLabel label)
        Deprecated.
        Creates a WTabGroup.
        Parameters:
        label - the tab group label.
    • Method Detail

      • addSeparator

        @Deprecated
        public void addSeparator()
        Deprecated.
        No separators in TabGroups as it does not conform with a11y requirements.
        Adds a separator to the tab group.
      • isDisabled

        @Deprecated
        public boolean isDisabled()
        Deprecated.
        TabGroups do not exist and therefore cannot be disabled.
        Indicates whether the WTabGroup is disabled.
        Specified by:
        isDisabled in interface Disableable
        Returns:
        true if the input is disabled, otherwise false.
      • setDisabled

        @Deprecated
        public void setDisabled​(boolean disabled)
        Deprecated.
        TabGroups do not exist and therefore cannot be disabled.
        Sets whether the WTabSet is disabled.
        Specified by:
        setDisabled in interface Disableable
        Parameters:
        disabled - if true, the input is disabled. If false, it is enabled.
      • addTab

        public WTab addTab​(WComponent content,
                           String tabName,
                           WTabSet.TabMode mode)
        Deprecated.
        Adds a tab to the tab set.
        Parameters:
        content - the tab set content.
        tabName - the tab name.
        mode - the tab mode.
        Returns:
        the tab which was added to the group.
      • addTab

        public WTab addTab​(WComponent content,
                           String tabName,
                           WTabSet.TabMode mode,
                           char accessKey)
        Deprecated.
        Adds a tab to the tab set.
        Parameters:
        content - the tab set content.
        tabName - the tab name.
        mode - the tab mode.
        accessKey - the access key used to activate the tab.
        Returns:
        the tab which was added to the group.
      • addTab

        public WTab addTab​(WComponent content,
                           WDecoratedLabel label,
                           WTabSet.TabMode mode)
        Deprecated.
        Adds a tab to the tab set.
        Parameters:
        content - the tab set content.
        label - the tab's label, which can contain rich content (images or other components).
        mode - the tab mode.
        Returns:
        the tab which was added to the group.
      • addTab

        public WTab addTab​(WComponent content,
                           WDecoratedLabel label,
                           WTabSet.TabMode mode,
                           char accessKey)
        Deprecated.
        Adds a tab to the tab set.
        Parameters:
        content - the tab set content.
        label - the tab's label, which can contain rich content (images or other components).
        mode - the tab mode.
        accessKey - the access key used to activate the tab.
        Returns:
        the tab which was added to the group.
      • remove

        public void remove​(WComponent child)
        Deprecated.
      • toString

        public String toString()
        Deprecated.
        Description copied from class: AbstractWComponent
        Creates a String representation of this component; usually for debugging purposes.
        Overrides:
        toString in class AbstractWComponent
        Returns:
        a String representation of this component, for debugging purposes.