HttpOLAPTableViewSupport: ROW_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
EXPAND_ACTION  [0]    
COLLAPSE_ACTION  [1]    
DRILL_DOWN_ACTION  [2]    
HEADER_LABEL_ACTION  [3]    
MEASURE_LABEL_ACTION  [4] MEASURE_LABEL_ACTION List Items  
  SORT_LABEL_ACTION  [0] SORT_LABEL_ACTION List Items
    CELL_VALUE_ASCENDING_SORT_ACTION  [0]
    CELL_VALUE_DESCENDING_SORT_ACTION  [1]
    CLEAR_CELL_VALUE_SORT_ACTION  [2]
  MOVE_ACTION  [1]  
  MOVE_LABEL_ACTION  [2] MOVE_LABEL_ACTION List Items
    MOVE_IN_ACTION  [0]
    MOVE_OUT_ACTION  [1]
  MOVE_MEASURE_LABEL_ACTION  [3] MOVE_MEASURE_LABEL_ACTION List Items
    MOVE_MEASURE_IN_ACTION  [0]
    MOVE_MEASURE_OUT_ACTION  [1]
  ROTATE_ACTION  [4]  
  SHOW_DETAIL_DATA_ACTION  [5]  
LAST_HEADER_LABEL_ACTION  [5] LAST_HEADER_LABEL_ACTION List Items  
  EMPTY_LABEL_ACTION  [0]  
  SORT_LABEL_ACTION  [1] SORT_LABEL_ACTION List Items
    CELL_VALUE_ASCENDING_SORT_ACTION  [0]
    CELL_VALUE_DESCENDING_SORT_ACTION  [1]
    CLEAR_CELL_VALUE_SORT_ACTION  [2]
  MOVE_ACTION  [2]  
  MOVE_LABEL_ACTION  [3] MOVE_LABEL_ACTION List Items
    MOVE_IN_ACTION  [0]
    MOVE_OUT_ACTION  [1]
  ROTATE_ACTION  [4]  
  SHOW_DETAIL_DATA_ACTION  [5]  


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