Class TabDropDownListVisiblePolicy

    • Field Detail

      • 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 Detail

      • getDropDownListVisiblePolicies

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