Package net.infonode.tabbedpanel
Class TabDropDownListVisiblePolicy
java.lang.Object
net.infonode.util.Enum
net.infonode.tabbedpanel.TabDropDownListVisiblePolicy
- All Implemented Interfaces:
Serializable
,Writable
TabDropDownListVisiblePolicy tells the tabbed panel when to show a drop down
list of tabs.
- Since:
- ITP 1.1.0
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TabDropDownListVisiblePolicy
More than one tab list policy.static final TabDropDownListVisiblePolicy
Never drop down list policy.static final TabDropDownListVisiblePolicy
Tabs not visible list policy. -
Method Summary
Modifier and TypeMethodDescriptionstatic TabDropDownListVisiblePolicy[]
Gets the tab drop down list visible policies.
-
Field Details
-
NEVER
Never drop down list policy. This means that no drop down list will be shown in the tabbed panel. -
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
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
Gets the tab drop down list visible policies.- Returns:
- the tab drop down list visible policies
-