HttpOLAPTableViewSupport: 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 Level 3 Items
EMPTY_LABEL_ACTION  [0]    
TITLE_LABEL_ACTION  [1] TITLE_LABEL_ACTION List Items  
  DRILL_UP_ACTION  [0]  
  EXPAND_ALL_ACTION  [1]  
  COLLAPSE_ALL_ACTION  [2]  
  SEPARATOR [3]  
  SORT_LABEL_ACTION  [4] SORT_LABEL_ACTION List Items
    LEVEL_LABEL_ASCENDING_SORT_ACTION  [0]
    LEVEL_LABEL_DESCENDING_SORT_ACTION  [1]
    CLEAR_LEVEL_LABEL_SORT_ACTION  [2]
  MOVE_ACTION  [5]  
  MOVE_LABEL_ACTION  [6] MOVE_LABEL_ACTION List Items
    MOVE_IN_ACTION  [0]
    MOVE_OUT_ACTION  [1]
  ROTATE_ACTION  [7]  
  SEPARATOR [8]  
  SIMPLE_CALCULATED_ITEM_SELECTOR_ACTION  [9]  
  ADVANCED_FILTER_SELECTOR_ACTION  [10]  
  RANKING_ACTION  [11]  
  TOTALS_ACTION  [12]  
  DATAITEM_SELECTOR_ACTION  [13]  
  SEPARATOR [14]  
  EXPORT_TO_ACTION  [15]  


*** See the ActionProvider's getActionOrderList() and setActionOrderList() methods to access this list or set a new list.