SwingOLAPTableViewSupport: COLUMN_HEADER_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_DOWN_ACTION [0] | |
| EXPAND_ACTION [1] | |
| COLLAPSE_ACTION [2] | |
| SEPARATOR [3] | |
| SORT_DATA_MENU_ACTION [4] | SORT_DATA_MENU_ACTION List Items |
| CELL_VALUE_ASCENDING_SORT_ACTION [0] | |
| CELL_VALUE_DESCENDING_SORT_ACTION [1] | |
| CLEAR_CELL_VALUE_SORT_ACTION [2] | |
| SORT_SELECTOR_ACTION [3] | |
| MOVE_ACTION [5] | |
| MOVE_MEASURE_MENU_ACTION [6] | MOVE_MEASURE_MENU_ACTION List Items |
| MOVE_MEASURE_IN_ACTION [0] | |
| MOVE_MEASURE_OUT_ACTION [1] | |
| MOVE_MENU_ACTION [7] | MOVE_MENU_ACTION List Items |
| MOVE_IN_ACTION [0] | |
| MOVE_OUT_ACTION [1] | |
| ROTATE_ACTION [8] | |
| SEPARATOR [9] | |
| ADVANCED_FILTER_SELECTOR_ACTION [10] | |
| DATAITEM_SELECTOR_ACTION [11] | |
| SEPARATOR [12] | |
| SHOW_DETAIL_DATA_SELECTOR_ACTION [13] | |
| EXPORT_TO_EXCEL_ACTION [14] |
*** See the ActionProvider's getActionOrderList() and setActionOrderList() methods to access this list or set a new list.