Uses of Class
com.sas.actionprovider.ActionOrderList

Packages that use ActionOrderList
com.sas.actionprovider Provides the integrated set of classes that comprise the ActionProvider Framework (APF). 
com.sas.actionprovider.support Provides the support classes that define the default areas and actions for components that acquire their Actions via the ActionProviderFramework (APF). 
com.sas.actionprovider.support.olaptableview Provides classes that support and define the default actions for olap Table Viewer Components. 
com.sas.actionprovider.support.remotefileselector2   
com.sas.actionprovider.support.tableview Provides classes that support and define the default actions for relational Table Viewer Components. 
 

Uses of ActionOrderList in com.sas.actionprovider
 

Methods in com.sas.actionprovider that return ActionOrderList
static ActionOrderList ActionOrderList.copy(ActionOrderList source)
           
 ActionOrderList BaseActionProvider.getActionOrderList(java.lang.String supportType, ActionProviderViewInterface viewer, java.lang.String areaType)
          Returns the order list that is used to control the structure and ordering of the ActionList returned via the getActions() method.
 

Methods in com.sas.actionprovider with parameters of type ActionOrderList
static ActionOrderList ActionOrderList.copy(ActionOrderList source)
           
 void BaseActionProvider.setActionOrderList(java.lang.String supportType, ActionOrderList orderList, ActionProviderViewInterface viewer, java.lang.String areaType)
          Sets the order list that is used to control the structure and ordering of the ActionList returned via the getActions() method.
 

Uses of ActionOrderList in com.sas.actionprovider.support
 

Methods in com.sas.actionprovider.support that return ActionOrderList
 ActionOrderList BaseActionProviderSupport.getActionOrderList(ActionProviderViewInterface viewer, java.lang.String areaType)
          Returns the order list that is used to control the structure and ordering of the ActionList returned by the getActions() method.
 ActionOrderList BaseActionProviderCompositeSupport.getActionOrderList(ActionProviderViewInterface viewer, java.lang.String areaType)
          Returns the order list that is used to control the structure and ordering of the ActionList returned by the getActions() method.
 

Methods in com.sas.actionprovider.support with parameters of type ActionOrderList
 void BaseActionProviderSupport.setActionOrderList(ActionOrderList orderList, ActionProviderViewInterface viewer, java.lang.String areaType)
          Sets the order list that is used to control the structure and ordering of the ActionList returned via the getActions() method.
 void BaseActionProviderCompositeSupport.setActionOrderList(ActionOrderList orderList, ActionProviderViewInterface viewer, java.lang.String areaType)
          Sets the order list that is used to control the structure and ordering of the ActionList returned via the getActions() method.
 

Uses of ActionOrderList in com.sas.actionprovider.support.olaptableview
 

Methods in com.sas.actionprovider.support.olaptableview that return ActionOrderList
protected  ActionOrderList HttpOLAPTableViewSupport.getDataCellOrderList(int type)
           
protected  ActionOrderList SwingOLAPTableViewSupport.getDataCellOrderList(int type)
           
protected abstract  ActionOrderList BaseOLAPTableViewSupport.getDataCellOrderList(int type)
           
protected  ActionOrderList HttpOLAPTableViewSupport.getFirstHeaderDropDownList(int type)
           
protected  ActionOrderList HttpOLAPTableViewSupport.getFirstTitleDropDownList(int type)
           
protected  ActionOrderList HttpOLAPTableViewSupport.getHeaderOrderList(int type)
           
protected  ActionOrderList SwingOLAPTableViewSupport.getHeaderOrderList(int type)
           
protected abstract  ActionOrderList BaseOLAPTableViewSupport.getHeaderOrderList(int type)
           
protected  ActionOrderList HttpOLAPTableViewSupport.getMoveDropDownList(int type)
           
protected  ActionOrderList HttpOLAPTableViewSupport.getMoveMeasureDropDownList(int type)
           
protected  ActionOrderList HttpOLAPTableViewSupport.getSecondHeaderDropDownList(int type)
           
protected  ActionOrderList HttpOLAPTableViewSupport.getSortDropDownList(int type)
           
protected  ActionOrderList HttpOLAPTableViewSupport.getThirdHeaderDropDownList(int type)
           
protected  ActionOrderList HttpOLAPTableViewSupport.getTitleChangeDataItemList(int type)
           
protected  ActionOrderList HttpOLAPTableViewSupport.getTitleMoveListList(int type)
           
protected  ActionOrderList HttpOLAPTableViewSupport.getTitleOrderList(int type)
           
protected  ActionOrderList SwingOLAPTableViewSupport.getTitleOrderList(int type)
           
protected abstract  ActionOrderList BaseOLAPTableViewSupport.getTitleOrderList(int type)
           
protected  ActionOrderList HttpOLAPTableViewSupport.getTitleSortLevelList(int type)
           
protected  ActionOrderList SwingOLAPTableViewSupport.getToolBarOrderList(int type)
           
 

Uses of ActionOrderList in com.sas.actionprovider.support.remotefileselector2
 

Methods in com.sas.actionprovider.support.remotefileselector2 that return ActionOrderList
protected  ActionOrderList HttpRemoteFileSelectorTableViewSupport.getColumnHeaderOrderList()
           
protected  ActionOrderList HttpRemoteFileSelectorTableViewSupport.getDataCellOrderList()
           
 

Uses of ActionOrderList in com.sas.actionprovider.support.tableview
 

Methods in com.sas.actionprovider.support.tableview that return ActionOrderList
protected  ActionOrderList HttpTableViewSupport.getColumnHeaderOrderList()
           
protected  ActionOrderList SwingTableViewSupport.getDataCellOrderList(int type)
           
protected  ActionOrderList HttpTableViewSupport.getEditColumnOrderList()
           
protected  ActionOrderList HttpTableViewSupport.getEditRowOrderList()
           
protected  ActionOrderList SwingTableViewSupport.getHeaderOrderList(int type)
           
protected  ActionOrderList SwingTableViewSupport.getToolBarOrderList(int type)
           
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.