SwingOLAPTableViewSupport: TITLE_AREA
The order of Actions within areaTypes is controlled via ActionOrderLists.
The table below details the structure of the default ActionOrderList for the TITLE_AREA.
| Root Level Items | Level 2 Items |
|---|---|
| DRILL_UP_ACTION [0] | |
| EXPAND_ALL_ACTION [1] | |
| COLLAPSE_ALL_ACTION [2] | |
| SEPARATOR [3] | |
| Sort [4] | Sort List Items |
| LEVEL_LABEL_ASCENDING_SORT_ACTION [0] | |
| LEVEL_LABEL_DESCENDING_SORT_ACTION [1] | |
| CLEAR_LEVEL_LABEL_SORT_ACTION [2] | |
| SORT_SELECTOR_ACTION [3] | |
| MOVE_ACTION [5] | |
| MOVE_MENU_ACTION [6] | MOVE_MENU_ACTION List Items |
| MOVE_IN_ACTION [0] | |
| MOVE_OUT_ACTION [1] | |
| ROTATE_ACTION [7] | |
| SEPARATOR [8] | |
| ADVANCED_FILTER_SELECTOR_ACTION [9] | |
| DATAITEM_SELECTOR_ACTION [10] | |
| SEPARATOR [11] | |
| EXPORT_TO_EXCEL_ACTION [12] |
*** See the ActionProvider's getActionOrderList() and setActionOrderList() methods to access this list or set a new list.