HttpTableViewSupport: 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 | Level 3 Items |
|---|---|---|
| COLUMN_HEADER_ACTION [0] | COLUMN_HEADER_ACTION List Items | |
| Sort Column [0] | Sort Column List Items | |
| SORT_COLUMN_ASCENDING_ACTION [0] | ||
| SORT_COLUMN_DESCENDING_ACTION [1] | ||
| CLEAR_SORT_ACTION [2] | ||
| SORT_COLUMN_ASCENDING_EDIT_ENABLED_ACTION [3] | ||
| SORT_COLUMN_DESCENDING_EDIT_ENABLED_ACTION [4] | ||
| CLEAR_SORT_EDIT_ENABLED_ACTION [5] | ||
| Move Column [1] | Move Column List Items | |
| MOVE_COLUMN_LEFT_ACTION [0] | ||
| MOVE_COLUMN_RIGHT_ACTION [1] | ||
| MOVE_COLUMN_LEFT_EDIT_ENABLED_ACTION [2] | ||
| MOVE_COLUMN_RIGHT_EDIT_ENABLED_ACTION [3] | ||
| SEPARATOR [2] | ||
| SIMPLE_CALCULATED_ITEM_SELECTOR_ACTION [3] | ||
| ADVANCED_FILTER_SELECTOR_ACTION [4] | ||
| RANKING_ACTION [5] | ||
| TOTALS_ACTION [6] | ||
| DATAITEM_SELECTOR_ACTION [7] | ||
| SEPARATOR [8] | ||
| EXPORT_TO_ACTION [9] |
*** See the ActionProvider's getActionOrderList() and setActionOrderList() methods to access this list or set a new list.