Class TabDropDownListVisiblePolicy

java.lang.Object
net.infonode.util.Enum
net.infonode.tabbedpanel.TabDropDownListVisiblePolicy
All Implemented Interfaces:
Serializable, Writable

public final class TabDropDownListVisiblePolicy extends Enum
TabDropDownListVisiblePolicy tells the tabbed panel when to show a drop down list of tabs.
Since:
ITP 1.1.0
See Also:
  • Field Details

    • NEVER

      public static final TabDropDownListVisiblePolicy NEVER
      Never drop down list policy. This means that no drop down list will be shown in the tabbed panel.
    • MORE_THAN_ONE_TAB

      public static final TabDropDownListVisiblePolicy MORE_THAN_ONE_TAB
      More than one tab list policy. This means that a drop down list will be shown if there are more than one tab in the tabbed panel.
    • TABS_NOT_VISIBLE

      public static final TabDropDownListVisiblePolicy TABS_NOT_VISIBLE
      Tabs not visible list policy. This means that a drop down list will be shown when there are tabs are not entirely visible, i.e. scrolled out.
  • Method Details

    • getDropDownListVisiblePolicies

      public static TabDropDownListVisiblePolicy[] getDropDownListVisiblePolicies()
      Gets the tab drop down list visible policies.
      Returns:
      the tab drop down list visible policies