Uses of Class
com.sas.actionprovider.ActionSupportFilter

Packages that use ActionSupportFilter
com.sas.actionprovider Provides the integrated set of classes that comprise the ActionProvider Framework (APF). 
com.sas.actionprovider.commands   
com.sas.actionprovider.strategies   
com.sas.actionprovider.strategies.olap   
com.sas.actionprovider.strategies.relational   
com.sas.actionprovider.strategies.remotefile2   
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.dataselectors Provides classes that support and define the default actions for data selector components. 
com.sas.actionprovider.support.graphics Provides classes that support and define the default actions for relational Graph Viewer Components. 
com.sas.actionprovider.support.olapgraphics Provides classes that support and define the default actions for olap Graph Viewer Components. 
com.sas.actionprovider.support.olaptableview Provides classes that support and define the default actions for olap Table Viewer Components. 
com.sas.actionprovider.support.remotefileselector Provides classes that support and define the default actions for RemoteFileSelector 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. 
com.sas.actionprovider.util.dataselector   
com.sas.actionprovider.util.olap   
com.sas.actionprovider.util.relational   
com.sas.actionprovider.util.remotefile2   
com.sas.commands.dataselectors   
com.sas.commands.dataselectors.exceptionhighlighting   
com.sas.commands.relational Provides classes and interfaces to perform commands on relational data. 
com.sas.commands.remotefileselector The primary focus of the com.sas.commands.remotefileselector package is to provide the classes that perform the general action provider framework commands. 
com.sas.commands.remotefileselector.ifileservice The primary focus of the com.sas.commands.remotefileselector.ifileservice package is to provide the classes that perform the action provider framework commands for the IFileService model. 
com.sas.commands.remotefileselector.informationservices The primary focus of the com.sas.commands.remotefileselector.informationservices package is to provide the classes that perform the action provider framework commands for the InformationServices model. 
com.sas.commands.remotefileselector2   
com.sas.servlet.tbeans Provides classes and interfaces for the Transformation Beans. 
com.sas.servlet.tbeans.dataselectors.html Provides classes for creating dataselectors, and the menubar classes that provide access to the dataselectors from a data viewer. 
com.sas.servlet.tbeans.graphics.html Provides classes for generating different chart objects. 
com.sas.servlet.tbeans.olapgraphics.html Provides classes for generating different OLAP chart objects. 
com.sas.servlet.tbeans.remotefileselector2.html   
com.sas.servlet.tbeans.tableview Provides the base classes and interfaces used to generate a table of data for a given data model. 
com.sas.swing.visuals.olaptableview Provides a set of swing classes for viewing and manipulating OLAP data. 
com.sas.swing.visuals.remotefileselector The primary focus of the com.sas.swing.visuals.remotefileselector package is to provide the classes necessary to initialize a Remote File Selector. 
com.sas.swing.visuals.tableview Provides a set of swing classes for viewing and manipulating relational data. 
 

Uses of ActionSupportFilter in com.sas.actionprovider
 

Methods in com.sas.actionprovider with parameters of type ActionSupportFilter
 BaseAction HttpActionProvider.getAction(java.lang.String actionType, ActionSupportFilter filter)
           
 BaseAction BaseActionProvider.getAction(java.lang.String actionType, ActionSupportFilter filter)
          Returns the Action corresponding to the specified actionType.
 ActionList HttpActionProvider.getActions(ActionSupportFilter filter)
           
 ActionList BaseActionProvider.getActions(ActionSupportFilter filter)
          Returns a list of the Actions that are supported for the component area specified by the filter.
 int CommandStatusInterface.getCommandStatus(ActionSupportFilter filter)
          Returns a status value indicating whether the command is enabled for a specific area as described by various filter attributes.
 boolean CommandSupportedInterface.isSupported(ActionSupportFilter filter)
           Returns a boolean indicating whether the command is supported for the given area as specified by the current area information encapsulated in the ActionSupportFilter.
 void HttpActionProvider.processAction(BaseAction action, ActionSupportFilter filter, AttributeDescriptorInterface[] attributeDescriptors, boolean listType)
           Internal Use Only Does the actionprovider level processing of the specified action.
 void BaseActionProvider.processAction(BaseAction action, ActionSupportFilter filter, AttributeDescriptorInterface[] attributeDescriptors, boolean listType)
          Does the actionprovider level processing of the specified action.
 void HttpActionProvider.setUpAction(BaseAction action, ActionSupportFilter filter, java.util.List attributeDescriptors, boolean listType)
           Internal Use Only Does the actionprovider level processing of the specified action.
 void BaseActionProvider.setUpAction(BaseAction action, ActionSupportFilter filter, java.util.List attributeDescriptors, boolean listType)
          Does the actionprovider level processing of the specified action.
protected  void BaseActionProvider.validateFilter(ActionSupportFilter filter)
          Validates the attributes on the ActionSupportFilter argument for the getActions() method.
 

Uses of ActionSupportFilter in com.sas.actionprovider.commands
 

Methods in com.sas.actionprovider.commands with parameters of type ActionSupportFilter
 int MapZoomOutCommand.getCommandStatus(ActionSupportFilter filter)
          Returns a int value indicating whether the command is enabled for the given area as specified by the current area information encapsulate in the ActionSupportFilter.
 int MapZoomInCommand.getCommandStatus(ActionSupportFilter filter)
          Returns a int value indicating whether the command is enabled for the given area as specified by the current area information encapsulate in the ActionSupportFilter.
 int MapSetMeasureCommand.getCommandStatus(ActionSupportFilter filter)
          Returns a int value indicating whether the command is enabled for the given area as specified by the current area information encapsulate in the ActionSupportFilter.
 int MapSelectCommand.getCommandStatus(ActionSupportFilter filter)
          Returns a int value indicating whether the command is enabled for the given area as specified by the current area information encapsulate in the ActionSupportFilter.
 int MapReportLinkingCommand.getCommandStatus(ActionSupportFilter filter)
          Returns a int value indicating whether the command is enabled for the given area as specified by the current area information encapsulate in the ActionSupportFilter.
 int MapRectangularSelectCommand.getCommandStatus(ActionSupportFilter filter)
          Returns a int value indicating whether the command is enabled for the given area as specified by the current area information encapsulate in the ActionSupportFilter.
 int MapPanCommand.getCommandStatus(ActionSupportFilter filter)
          Returns a int value indicating whether the command is enabled for the given area as specified by the current area information encapsulate in the ActionSupportFilter.
 int MapIdentifyCommand.getCommandStatus(ActionSupportFilter filter)
          Returns a int value indicating whether the command is enabled for the given area as specified by the current area information encapsulate in the ActionSupportFilter.
 int MapFullExtentsCommand.getCommandStatus(ActionSupportFilter filter)
          Returns a int value indicating whether the command is enabled for the given area as specified by the current area information encapsulate in the ActionSupportFilter.
 int MapFilterSelectionsCommand.getCommandStatus(ActionSupportFilter filter)
          Returns a int value indicating whether the command is enabled for the given area as specified by the current area information encapsulate in the ActionSupportFilter.
 int MapExportToExcelCommand.getCommandStatus(ActionSupportFilter filter)
          Returns a int value indicating whether the command is enabled for the given area as specified by the current area information encapsulate in the ActionSupportFilter.
 int MapExpandCommand.getCommandStatus(ActionSupportFilter filter)
          Returns a int value indicating whether the command is enabled for the given area as specified by the current area information encapsulate in the ActionSupportFilter.
 int MapDrillUpCommand.getCommandStatus(ActionSupportFilter filter)
          Returns a int value indicating whether the command is enabled for the given area as specified by the current area information encapsulate in the ActionSupportFilter.
 int MapDrillDownCommand.getCommandStatus(ActionSupportFilter filter)
          Returns a int value indicating whether the command is enabled for the given area as specified by the current area information encapsulate in the ActionSupportFilter.
 int MapCollapseCommand.getCommandStatus(ActionSupportFilter filter)
          Returns a int value indicating whether the command is enabled for the given area as specified by the current area information encapsulate in the ActionSupportFilter.
 int MapClearSelectionsCommand.getCommandStatus(ActionSupportFilter filter)
          Returns a int value indicating whether the command is enabled for the given area as specified by the current area information encapsulate in the ActionSupportFilter.
 boolean MapZoomOutCommand.isSupported(ActionSupportFilter actionFilter)
          Deprecated. Use getCommandStatus().
 boolean MapZoomInCommand.isSupported(ActionSupportFilter actionFilter)
          Deprecated. Use getCommandStatus().
 boolean MapSetMeasureCommand.isSupported(ActionSupportFilter actionFilter)
          Deprecated. Use getCommandStatus().
 boolean MapSelectCommand.isSupported(ActionSupportFilter actionFilter)
          Deprecated. Use getCommandStatus().
 boolean MapReportLinkingCommand.isSupported(ActionSupportFilter actionFilter)
          Deprecated. Use getCommandStatus().
 boolean MapRectangularSelectCommand.isSupported(ActionSupportFilter actionFilter)
          Deprecated. Use getCommandStatus().
 boolean MapPropertyCommand.isSupported(ActionSupportFilter actionFilter)
          Returns a boolean indicating whether the command is supported for the area specified on the ActionSupportFilter argument.
 boolean MapPanCommand.isSupported(ActionSupportFilter actionFilter)
          Deprecated. Use getCommandStatus().
 boolean MapIdentifyCommand.isSupported(ActionSupportFilter actionFilter)
          Deprecated. Use getCommandStatus().
 boolean MapFullExtentsCommand.isSupported(ActionSupportFilter actionFilter)
          Deprecated. Use getCommandStatus().
 boolean MapFilterSelectionsCommand.isSupported(ActionSupportFilter actionFilter)
          Deprecated. Use getCommandStatus().
 boolean MapExportToExcelCommand.isSupported(ActionSupportFilter actionFilter)
          Deprecated. Use getCommandStatus().
 boolean MapExpandCommand.isSupported(ActionSupportFilter actionFilter)
          Deprecated. Use getCommandStatus().
 boolean MapDrillUpCommand.isSupported(ActionSupportFilter actionFilter)
          Deprecated. Use getCommandStatus().
 boolean MapDrillDownCommand.isSupported(ActionSupportFilter actionFilter)
          Deprecated. Use getCommandStatus().
 boolean MapCollapseCommand.isSupported(ActionSupportFilter actionFilter)
          Deprecated. Use getCommandStatus().
 boolean MapClearSelectionsCommand.isSupported(ActionSupportFilter actionFilter)
          Deprecated. Use getCommandStatus().
 

Uses of ActionSupportFilter in com.sas.actionprovider.strategies
 

Methods in com.sas.actionprovider.strategies with parameters of type ActionSupportFilter
 int MapZoomOutStrategy.getActionStatus(BaseAction action, ActionSupportFilter filter)
           
 int MapZoomInStrategy.getActionStatus(BaseAction action, ActionSupportFilter filter)
           
 int MapSelectStrategy.getActionStatus(BaseAction action, ActionSupportFilter filter)
           
 int MapResizeStrategy.getActionStatus(BaseAction action, ActionSupportFilter filter)
           
 int MapReportLinkingStrategy.getActionStatus(BaseAction action, ActionSupportFilter filter)
           
 int MapRectangularSelectStrategy.getActionStatus(BaseAction action, ActionSupportFilter filter)
           
 int MapPropertyStrategy.getActionStatus(BaseAction action, ActionSupportFilter filter)
           
 int MapPanStrategy.getActionStatus(BaseAction action, ActionSupportFilter filter)
           
 int MapIdentifyStrategy.getActionStatus(BaseAction action, ActionSupportFilter filter)
           
 int MapFullExtentsStrategy.getActionStatus(BaseAction action, ActionSupportFilter filter)
           
 int BaseActionStrategy.getActionStatus(BaseAction action, ActionSupportFilter filter)
          Returns a status value indicating whether the Action is enabled for a specific area as described by various filter attributes.
 int ActionStrategyInterface.getActionStatus(BaseAction action, ActionSupportFilter filter)
          Returns a status value indicating whether the Action is enabled for a specific area as described by various filter attributes.
protected  java.lang.Object BaseActionStrategy.getCustomAttributeValue(java.lang.String attributeName, ActionSupportFilter filter)
          Returns a value for a specific custom attribute.
protected  java.lang.Object BaseActionStrategy.getDynamicValue(java.lang.String valueName, ActionSupportFilter filter, java.lang.Object defaultValue)
           Returns the value of a dynamic Action attribute.
 void MapZoomOutStrategy.setActionAttributes(BaseAction action, ActionSupportFilter filter)
           
 void MapZoomInStrategy.setActionAttributes(BaseAction action, ActionSupportFilter filter)
           
 void MapSelectStrategy.setActionAttributes(BaseAction action, ActionSupportFilter filter)
           
 void MapRectangularSelectStrategy.setActionAttributes(BaseAction action, ActionSupportFilter filter)
           
 void MapPanStrategy.setActionAttributes(BaseAction action, ActionSupportFilter filter)
           
 void MapFullExtentsStrategy.setActionAttributes(BaseAction action, ActionSupportFilter filter)
           
 void BaseActionStrategy.setActionAttributes(BaseAction action, ActionSupportFilter filter)
           Sets all the dynamic attributes of the Action.
 void ActionStrategyInterface.setActionAttributes(BaseAction action, ActionSupportFilter filter)
           Sets all the dynamic attributes of the Action.
 

Uses of ActionSupportFilter in com.sas.actionprovider.strategies.olap
 

Methods in com.sas.actionprovider.strategies.olap with parameters of type ActionSupportFilter
 int MapSetMeasureStrategy.getActionStatus(BaseAction action, ActionSupportFilter filter)
           
 int MapExpandStrategy.getActionStatus(BaseAction action, ActionSupportFilter filter)
           
 int MapExpandModeStrategy.getActionStatus(BaseAction action, ActionSupportFilter filter)
           
 int MapDrillDownStrategy.getActionStatus(BaseAction action, ActionSupportFilter filter)
           
 int MapDrillDownModeStrategy.getActionStatus(BaseAction action, ActionSupportFilter filter)
           
 int MapCollapseStrategy.getActionStatus(BaseAction action, ActionSupportFilter filter)
           
 int MapCollapseModeStrategy.getActionStatus(BaseAction action, ActionSupportFilter filter)
           
 int TitleLabelStrategy.getActionStatus(BaseAction action, ActionSupportFilter filter)
           
 int ShowDetailDataStrategyHeaderCell.getActionStatus(BaseAction action, ActionSupportFilter filter)
           
 int MeasureLabelStrategy.getActionStatus(BaseAction action, ActionSupportFilter filter)
           
 int LastHeaderLabelStrategy.getActionStatus(BaseAction action, ActionSupportFilter filter)
           
 int HeaderLabelStrategy.getActionStatus(BaseAction action, ActionSupportFilter filter)
           
 int EmptyLabelStrategyTitleCell.getActionStatus(BaseAction action, ActionSupportFilter filter)
           
 int EmptyLabelStrategyHeaderCell.getActionStatus(BaseAction action, ActionSupportFilter filter)
           
 int DefaultTitleStrategy.getActionStatus(BaseAction action, ActionSupportFilter filter)
          Returns a status value indicating whether the Action is enabled for a specific area as described by various filter attributes.
 int DefaultHeaderStrategy.getActionStatus(BaseAction action, ActionSupportFilter filter)
          Returns a status value indicating whether the Action is enabled for a specific area as described by various filter attributes.
 int DefaultDataCellStrategy.getActionStatus(BaseAction action, ActionSupportFilter filter)
          Returns a status value indicating whether the Action is enabled for a specific area as described by various filter attributes.
 int SortLabelStrategy.getActionStatus(BaseAction action, ActionSupportFilter filter)
           
 int MoveStrategyHeaderCell.getActionStatus(BaseAction action, ActionSupportFilter filter)
           
 int MoveOutStrategyHeaderCell.getActionStatus(BaseAction action, ActionSupportFilter filter)
           
 int MoveMeasureOutStrategy.getActionStatus(BaseAction action, ActionSupportFilter filter)
           
 int MoveMeasureLabelStrategy.getActionStatus(BaseAction action, ActionSupportFilter filter)
           
 int MoveMeasureInStrategy.getActionStatus(BaseAction action, ActionSupportFilter filter)
           
 int MoveLabelStrategyTitleCell.getActionStatus(BaseAction action, ActionSupportFilter filter)
           
 int MoveLabelStrategyHeaderCell.getActionStatus(BaseAction action, ActionSupportFilter filter)
           
 int MoveInStrategyHeaderCell.getActionStatus(BaseAction action, ActionSupportFilter filter)
           
 int FilterAndRankSelectorStrategy.getActionStatus(BaseAction action, ActionSupportFilter filter)
           
 int CopyStrategy.getActionStatus(BaseAction action, ActionSupportFilter filter)
           
 int ClearCellValueSortStrategy.getActionStatus(BaseAction action, ActionSupportFilter filter)
           
 int CellValueDescendingSortStrategy.getActionStatus(BaseAction action, ActionSupportFilter filter)
           
 int CellValueAscendingSortStrategy.getActionStatus(BaseAction action, ActionSupportFilter filter)
           
 int BaseTitleStrategy.getActionStatus(BaseAction action, ActionSupportFilter filter)
          Returns a status value indicating whether the Action is enabled for a specific area as described by various filter attributes.
 int BaseHeaderStrategy.getActionStatus(BaseAction action, ActionSupportFilter filter)
          Returns a status value indicating whether the Action is enabled for a specific area as described by various filter attributes.
 int BaseDataCellStrategy.getActionStatus(BaseAction action, ActionSupportFilter filter)
          Returns a status value indicating whether the Action is enabled for a specific area as described by various filter attributes.
 void TotalsSelectorStrategy.setActionAttributes(BaseAction action, ActionSupportFilter filter)
           
 void SortSelectorStrategy.setActionAttributes(BaseAction action, ActionSupportFilter filter)
           
 void SimpleCalculatedItemSelectorStrategy.setActionAttributes(BaseAction action, ActionSupportFilter filter)
           
 void ShowDetailDataSelectorStrategy.setActionAttributes(BaseAction action, ActionSupportFilter filter)
           
 void QuerySelectorStrategy.setActionAttributes(BaseAction action, ActionSupportFilter filter)
           
 void PercentCalculationsSelectorStrategy.setActionAttributes(BaseAction action, ActionSupportFilter filter)
           
 void FilterSelectorStrategy.setActionAttributes(BaseAction action, ActionSupportFilter filter)
           
 void FilterAndRankSelectorStrategy.setActionAttributes(BaseAction action, ActionSupportFilter filter)
           
 

Uses of ActionSupportFilter in com.sas.actionprovider.strategies.relational
 

Methods in com.sas.actionprovider.strategies.relational with parameters of type ActionSupportFilter
 int SortColumnDescendingStrategyHeader.getActionStatus(BaseAction action, ActionSupportFilter filter)
           
 int SortColumnAscendingStrategyHeader.getActionStatus(BaseAction action, ActionSupportFilter filter)
           
 int DefaultDataCellStrategy.getActionStatus(BaseAction action, ActionSupportFilter filter)
          Returns a status value indicating whether the Action is enabled for a specific area as described by various filter attributes.
 int DefaultColumnHeaderStrategy.getActionStatus(BaseAction action, ActionSupportFilter filter)
          Returns a status value indicating whether the Action is enabled for a specific area as described by various filter attributes.
 int CommitDeleteStrategy.getActionStatus(BaseAction action, ActionSupportFilter filter)
           
 int BaseEditSortStrategy.getActionStatus(BaseAction action, ActionSupportFilter filter)
           
 int BaseEditMoveColumnStrategy.getActionStatus(BaseAction action, ActionSupportFilter filter)
           
 int BaseDataCellStrategy.getActionStatus(BaseAction action, ActionSupportFilter filter)
          Returns a status value indicating whether the Action is enabled for a specific area as described by various filter attributes.
 int BaseColumnHeaderStrategy.getActionStatus(BaseAction action, ActionSupportFilter filter)
          Returns a status value indicating whether the Action is enabled for a specific area as described by various filter attributes.
 int QuerySelectorStrategy.getActionStatus(BaseAction action, ActionSupportFilter filter)
          Returns a status value indicating whether the Action is enabled for a specific area as described by various filter attributes.
 int PasteStrategy.getActionStatus(BaseAction action, ActionSupportFilter filter)
          Returns a status value indicating whether the Action is enabled for a specific area as described by various filter attributes.
 int MoveColumnMenuStrategy.getActionStatus(BaseAction action, ActionSupportFilter filter)
          Returns a status value indicating whether the Action is enabled for a specific area as described by various filter attributes.
 int HoldRowMenuStrategy.getActionStatus(BaseAction action, ActionSupportFilter filter)
          Returns a status value indicating whether the Action is enabled for a specific area as described by various filter attributes.
 int FilterSelectorStrategy.getActionStatus(BaseAction action, ActionSupportFilter filter)
          Returns a status value indicating whether the Action is enabled for a specific area as described by various filter attributes.
 int CutStrategy.getActionStatus(BaseAction action, ActionSupportFilter filter)
          Returns a status value indicating whether the Action is enabled for a specific area as described by various filter attributes.
 int CopyStrategy.getActionStatus(BaseAction action, ActionSupportFilter filter)
          Returns a status value indicating whether the Action is enabled for a specific area as described by various filter attributes.
 int BaseSortStrategy.getActionStatus(BaseAction action, ActionSupportFilter filter)
          Returns a status value indicating whether the Action is enabled for a specific area as described by various filter attributes.
 int BaseMoveColumnStrategy.getActionStatus(BaseAction action, ActionSupportFilter filter)
           
protected  java.lang.Object BaseRelationalStrategy.getCustomAttributeValue(java.lang.String attributeName, ActionSupportFilter filter)
          Returns a value for a specific custom attribute.
protected  java.lang.Object SortColumnAscendingStrategyHeader.getDynamicValue(java.lang.String valueName, ActionSupportFilter filter, java.lang.Object defaultValue)
           Returns the value of the Action.SMALL_ICON_NAME
 void TotalsSelectorStrategy.setActionAttributes(BaseAction action, ActionSupportFilter filter)
           Set all the Action's dynamic attributes.
 void SortSelectorStrategy.setActionAttributes(BaseAction action, ActionSupportFilter filter)
           Set all the Action's dynamic attributes.
 void SimpleCalculatedItemSelectorStrategy.setActionAttributes(BaseAction action, ActionSupportFilter filter)
           Set all the Action's dynamic attributes.
 void QuerySelectorStrategy.setActionAttributes(BaseAction action, ActionSupportFilter filter)
           Set all the Action's dynamic attributes.
 void PercentCalculationsSelectorStrategy.setActionAttributes(BaseAction action, ActionSupportFilter filter)
           Set all the Action's dynamic attributes.
 void FilterSelectorStrategy.setActionAttributes(BaseAction action, ActionSupportFilter filter)
           Set all the Action's dynamic attributes.
 

Uses of ActionSupportFilter in com.sas.actionprovider.strategies.remotefile2
 

Methods in com.sas.actionprovider.strategies.remotefile2 with parameters of type ActionSupportFilter
 int SortColumnDescendingStrategyHeader.getActionStatus(BaseAction action, ActionSupportFilter filter)
           
 int SortColumnAscendingStrategyHeader.getActionStatus(BaseAction action, ActionSupportFilter filter)
           
 int SelectFileStrategy.getActionStatus(BaseAction action, ActionSupportFilter filter)
          Returns a status value indicating whether the Action is enabled for a specific area as described by various filter attributes.
 int OpenFolderStrategyCombo.getActionStatus(BaseAction action, ActionSupportFilter filter)
          Returns a status value indicating whether the Action is enabled for a specific area as described by various filter attributes.
 int OpenFolderStrategy.getActionStatus(BaseAction action, ActionSupportFilter filter)
          Returns a status value indicating whether the Action is enabled for a specific area as described by various filter attributes.
 int HttpUpOneLevelStrategy.getActionStatus(BaseAction action, ActionSupportFilter filter)
          Returns a status value indicating whether the Action is enabled for a specific area as described by various filter attributes.
 int UpOneLevelStrategy.getActionStatus(BaseAction action, ActionSupportFilter filter)
          Returns a status value indicating whether the Action is enabled for a specific area as described by various filter attributes.
 int RenameStrategy.getActionStatus(BaseAction action, ActionSupportFilter filter)
          Returns a status value indicating whether the Action is enabled for a specific area as described by various filter attributes.
 int PasteStrategy.getActionStatus(BaseAction action, ActionSupportFilter filter)
          Returns a status value indicating whether the Action is enabled for a specific area as described by various filter attributes.
 int DeleteStrategy.getActionStatus(BaseAction action, ActionSupportFilter filter)
          Returns a status value indicating whether the Action is enabled for a specific area as described by various filter attributes.
 int CutStrategy.getActionStatus(BaseAction action, ActionSupportFilter filter)
          Returns a status value indicating whether the Action is enabled for a specific area as described by various filter attributes.
protected  java.lang.Object SortColumnDescendingStrategyHeader.getDynamicValue(java.lang.String valueName, ActionSupportFilter filter, java.lang.Object defaultValue)
           Returns the value of the Action.SMALL_ICON_NAME
protected  java.lang.Object SortColumnAscendingStrategyHeader.getDynamicValue(java.lang.String valueName, ActionSupportFilter filter, java.lang.Object defaultValue)
           Returns the value of the Action.SMALL_ICON_NAME
protected  java.lang.Object SelectFileStrategy.getDynamicValue(java.lang.String valueName, ActionSupportFilter filter, java.lang.Object defaultValue)
           Returns the value of the Action.SMALL_ICON_NAME
 

Uses of ActionSupportFilter in com.sas.actionprovider.support
 

Methods in com.sas.actionprovider.support with parameters of type ActionSupportFilter
 BaseAction BaseActionProviderSupport.getAction(java.lang.String actionType, ActionSupportFilter actionFilter)
          Returns the Action corresponding to the specified actionType.
 BaseAction BaseActionProviderCompositeSupport.getAction(java.lang.String actionType, ActionSupportFilter actionFilter)
          Returns the Action corresponding to the specified actionType.
 int DynamicActionCountInterface.getActionCount(ActionSupportFilter filter, java.lang.String actionType)
          Returns the number of Actions of a particular actionType that are needed for the area.
protected  java.lang.String BaseActionProviderSupport.getActionId(ActionSupportFilter filter, java.lang.String actionType, java.lang.String orderListName)
           
 ActionList BaseActionProviderSupport.getActions(ActionSupportFilter actionFilter)
          Returns an ActionList containing all the actions, both default and custom, that are available according to the information provided by the viewer component on the ActionSupportFilter.
 ActionList BaseActionProviderCompositeSupport.getActions(ActionSupportFilter actionFilter)
          Returns an ActionList containing all the actions, both default and custom, that are available according to the information provided by the viewer component on the ActionSupportFilter.
protected  java.lang.Object BaseActionProviderSupport.getActionScopeAttribute(java.lang.String actionType, java.lang.String attributeName, ActionSupportFilter filter)
          Returns a specific dynamic value for an attribute whose value varies according to the type of action being generated.
protected  java.lang.Object BaseActionProviderSupport.getActionScopeAttribute(java.lang.String actionType, java.lang.String attributeName, ActionSupportFilter filter, java.lang.Object currentValue)
          Returns a specific dynamic value for an attribute whose value varies according to the type of action being generated.
protected  java.util.Map HttpNavigationBarSupport.getActionScopeAttributeMap(java.lang.String actionType, ActionSupportFilter filter)
          Returns mappings for a pre-defined set of Action Attribues keys to their corresponding dynamic values for a specific area and a specific actionType.
protected  java.util.Map BaseActionProviderSupport.getActionScopeAttributeMap(java.lang.String actionType, ActionSupportFilter filter)
          Returns mappings for a pre-defined set of Action attribute keys to their corresponding dynamic values for a specific area and a specific actionType.
protected  int HttpNavigationBarSupport.getActionStatus(BaseAction action, ActionSupportFilter filter)
          Returns an int value indicating whether the Action is enabled for a specific area as suggested by filter attributes.
protected  int BaseActionProviderSupport.getActionStatus(BaseAction action, ActionSupportFilter filter)
          Returns a status value indicating whether the Action is enabled for a specific area as described by various filter attributes.
protected  java.lang.Object BaseActionProviderSupport.getAreaScopeAttribute(java.lang.String attributeName, ActionSupportFilter filter)
          Returns a specific dynamic value for an attribute whose value is constant for the entire area as defined by the filter.
protected  java.util.Map ESRIToolbarSupport.getAreaScopeAttributeMap(ActionSupportFilter filter)
           
protected  java.util.Map ESRIMapSupport.getAreaScopeAttributeMap(ActionSupportFilter filter)
           
protected  java.util.Map HttpNavigationBarSupport.getAreaScopeAttributeMap(ActionSupportFilter filter)
           
protected  java.util.Map HttpCustomSupport.getAreaScopeAttributeMap(ActionSupportFilter filter)
          Returns mappings for a pre-defined set of Action attribute keys to their corresponding dynamic values for a specific area.
protected  java.util.Map SwingCustomSupport.getAreaScopeAttributeMap(ActionSupportFilter filter)
          Returns mappings for a pre-defined set of Action attribute keys to their corresponding dynamic values for a specific area.
protected  java.util.Map BaseNavigationBarSupport.getAreaScopeAttributeMap(ActionSupportFilter filter)
          Returns mappings for a pre-defined set of Action Attribute keys to their corresponding dynamic values for a specific area.
protected abstract  java.util.Map BaseActionProviderSupport.getAreaScopeAttributeMap(ActionSupportFilter filter)
          Returns mappings for a pre-defined set of Action attribute keys to their corresponding dynamic values for a specific area.
protected  java.util.Map BaseActionProviderCompositeSupport.getAreaScopeAttributeMap(ActionSupportFilter filter)
          Returns mappings for a pre-defined set of Action attribute keys to their corresponding dynamic values for a specific area.
protected  java.lang.Object BaseActionProviderSupport.getCustomAttributeValue(java.lang.String attributeName, ActionSupportFilter filter)
          Returns a value for a specific custom attribute.
protected  java.lang.Object BaseActionProviderSupport.getDynamicValue(java.lang.String valueName, ActionSupportFilter filter, java.lang.Object defaultValue)
           Returns the value of a dynamic Action attribute.
protected  BaseAction BaseActionProviderSupport.getOverrideAction(java.util.Collection overrides, ActionSupportFilter actionFilter, boolean listType)
          Returns the first override action from the collection of overrides that either has no associated Condition or whose associated Condition evaluates to true.
protected  BaseAction HttpCustomSupport.setActionAttributes(BaseAction action, ActionSupportFilter actionFilter)
          Deprecated. Not in use anymore
protected  BaseAction SwingCustomSupport.setActionAttributes(BaseAction action, ActionSupportFilter actionFilter)
          Deprecated. Not in use anymore
protected  void BaseActionProviderSupport.setActionAttrs(BaseAction action, ActionSupportFilter filter, boolean listType)
           
protected  boolean ESRIToolbarSupport.validArea(Area area, ActionSupportFilter filter)
          Validates that the given Area's 'type' and, if specified, its 'value' constraints are met by the information provided on the action filter.
protected  boolean ESRIMapSupport.validArea(Area area, ActionSupportFilter filter)
          Validates that the given Area's 'type' and, if specified, its 'value' constraints are met by the information provided on the action filter.
protected  boolean BaseNavigationBarSupport.validArea(Area area, ActionSupportFilter filter)
          Validates that the given Area's 'type' and, if specified, its 'value' constraints are met by the information provided on the action filter.
protected  boolean BaseCustomSupport.validArea(Area area, ActionSupportFilter filter)
          This method returns true unconditionally because there are no specific Area 'values' to be validated within the CUSTOM_AREA areaType.
protected abstract  boolean BaseActionProviderSupport.validArea(Area area, ActionSupportFilter actionFilter)
          Validates that the given Area's value constraints are met by the information provided on the given ActionSupportFilter.
protected  boolean BaseActionProviderCompositeSupport.validArea(Area area, ActionSupportFilter actionFilter)
          Validates that the given Area's value constraints are met by the information provided on the given ActionSupportFilter.
protected  void BaseActionProviderSupport.validateFilter(ActionSupportFilter filter)
          Validates the attributes on the ActionSupportFilter argument of getActions() method.
 

Uses of ActionSupportFilter in com.sas.actionprovider.support.dataselectors
 

Methods in com.sas.actionprovider.support.dataselectors with parameters of type ActionSupportFilter
protected  java.lang.Object HttpRelationalMenuBarSupport.getActionScopeAttribute(java.lang.String actionType, java.lang.String attributeName, ActionSupportFilter filter, java.lang.Object currentValue)
           
protected  java.util.Map HttpRelationalMenuBarSupport.getActionScopeAttributeMap(java.lang.String actionType, ActionSupportFilter filter)
           
protected  java.util.Map HttpRelationalMenuBarSupport.getAreaScopeAttributeMap(ActionSupportFilter filter)
          Returns a value for a specific custom attribute.
protected  boolean HttpRelationalMenuBarSupport.validArea(Area area, ActionSupportFilter filter)
          Validates that the given Area's 'type' and, if specified, its 'value' constraints are met by the information provided on the action filter.
 

Uses of ActionSupportFilter in com.sas.actionprovider.support.graphics
 

Methods in com.sas.actionprovider.support.graphics with parameters of type ActionSupportFilter
protected  java.util.Map HttpGraphSupport.getAreaScopeAttributeMap(ActionSupportFilter filter)
           
protected  java.lang.Object HttpGraphSupport.getCustomAttributeValue(java.lang.String attributeName, ActionSupportFilter filter)
           
protected  boolean HttpGraphSupport.validArea(Area area, ActionSupportFilter filter)
          Validates that the given Area's 'type' and, if specified, its 'value' constraints are met by the information provided on the action filter.
 

Uses of ActionSupportFilter in com.sas.actionprovider.support.olapgraphics
 

Methods in com.sas.actionprovider.support.olapgraphics with parameters of type ActionSupportFilter
protected  java.util.Map HttpOLAPGraphSupport.getActionScopeAttributeMap(java.lang.String actionType, ActionSupportFilter filter)
           
protected  java.util.Map SwingOLAPGraphSupport.getActionScopeAttributeMap(java.lang.String actionType, ActionSupportFilter filter)
           
protected  int HttpOLAPGraphSupport.getActionStatus(BaseAction action, ActionSupportFilter filter)
           
protected  java.util.Map HttpOLAPGraphSupport.getAreaScopeAttributeMap(ActionSupportFilter filter)
           
protected  java.util.Map SwingOLAPGraphSupport.getAreaScopeAttributeMap(ActionSupportFilter filter)
           
protected  java.lang.Object HttpOLAPGraphSupport.getCustomAttributeValue(java.lang.String attributeName, ActionSupportFilter filter)
           
protected  BaseAction HttpOLAPGraphSupport.setActionAttributes(BaseAction action, ActionSupportFilter actionFilter)
          Sets the action's attributes properly according to its actionType and the information supplied by the viewer component on the actionFilter.
protected  BaseAction SwingOLAPGraphSupport.setActionAttributes(BaseAction action, ActionSupportFilter actionFilter)
          Sets the action's attributes properly according to its actionType and the information supplied by the viewer component on the actionFilter.
protected  boolean HttpOLAPGraphSupport.validArea(Area area, ActionSupportFilter filter)
          Validates that the given Area's 'type' and, if specified, its 'value' constraints are met by the information provided on the action filter.
protected  boolean SwingOLAPGraphSupport.validArea(Area area, ActionSupportFilter filter)
          Validates that the given Area's 'type' and, if specified, its 'value' constraints are met by the information provided on the action filter.
 

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

Methods in com.sas.actionprovider.support.olaptableview with parameters of type ActionSupportFilter
 int HttpOLAPTableViewSupport.getActionCount(ActionSupportFilter filter, java.lang.String actionType)
           
 int BaseOLAPDrillStateSupport.getActionCount(ActionSupportFilter actionFilter, java.lang.String actionType)
           
protected  java.lang.Object HttpOLAPTableViewSupport.getActionScopeAttribute(java.lang.String actionType, java.lang.String attributeName, ActionSupportFilter filter, java.lang.Object currentValue)
           
protected  java.util.Map HttpOLAPTableViewSupport.getActionScopeAttributeMap(java.lang.String actionType, ActionSupportFilter filter)
           
protected  java.util.Map HttpOLAPDrillStateSupport.getActionScopeAttributeMap(java.lang.String actionType, ActionSupportFilter actionFilter)
           
protected  java.util.Map SwingOLAPDrillStateSupport.getActionScopeAttributeMap(java.lang.String actionType, ActionSupportFilter actionFilter)
           
protected  java.util.Map HttpOLAPTableViewSupport.getAreaScopeAttributeMap(ActionSupportFilter filter)
           
protected  java.util.Map HttpOLAPDrillStateSupport.getAreaScopeAttributeMap(ActionSupportFilter actionFilter)
           
protected  java.util.Map SwingOLAPTableViewSupport.getAreaScopeAttributeMap(ActionSupportFilter filter)
           
protected  java.util.Map SwingOLAPDrillStateSupport.getAreaScopeAttributeMap(ActionSupportFilter actionFilter)
           
protected  BaseAction SwingOLAPDrillStateSupport.setActionAttributes(BaseAction action, ActionSupportFilter actionFilter)
           
protected  boolean HttpOLAPTableViewSupport.validArea(Area area, ActionSupportFilter filter)
          Validates that the given Area's 'type' and, if specified, its 'value' constraints are met by the information provided on the action filter.
protected  boolean HttpOLAPDrillStateSupport.validArea(Area area, ActionSupportFilter filter)
          Validates that the given Area's 'type' and, if specified, its 'value' constraints are met by the information provided on the action filter.
protected  boolean SwingOLAPTableViewSupport.validArea(Area area, ActionSupportFilter filter)
          Validates that the given Area's 'type' and, if specified, its 'value' constraints are met by the information provided on the action filter.
protected  boolean SwingOLAPDrillStateSupport.validArea(Area area, ActionSupportFilter filter)
          Validates that the given Area's 'type' and, if specified, its 'value' constraints are met by the information provided on the action filter.
 

Uses of ActionSupportFilter in com.sas.actionprovider.support.remotefileselector
 

Methods in com.sas.actionprovider.support.remotefileselector with parameters of type ActionSupportFilter
protected  java.util.Map SwingInformationServiceSupport.getActionScopeAttributeMap(java.lang.String actionType, ActionSupportFilter filter)
           
protected  java.util.Map SwingIFileServiceSupport.getActionScopeAttributeMap(java.lang.String actionType, ActionSupportFilter filter)
           
protected  int BaseRemoteFileSelectorSupport.getActionStatus(BaseAction action, ActionSupportFilter actionFilter)
          Determines the action's enabled status.
protected  java.util.Map SwingRemoteFileSelectorSupport.getAreaScopeAttributeMap(ActionSupportFilter filter)
           
protected  java.util.Map BaseRemoteFileSelectorSupportV2.getAreaScopeAttributeMap(ActionSupportFilter filter)
          Returns mappings for a pre-defined set of Action Attribute keys to their corresponding dynamic values for a specific area.
protected  java.util.Map BaseRemoteFileSelectorSupport.getAreaScopeAttributeMap(ActionSupportFilter filter)
          Returns mappings for a pre-defined set of Action Attribute keys to their corresponding dynamic values for a specific area.
protected  boolean BaseRemoteFileSelectorSupportV2.validArea(Area area, ActionSupportFilter filter)
          Validates that the given Area's 'type' and, if specified, its 'value' constraints are met by the information provided on the action filter.
protected  boolean BaseRemoteFileSelectorSupport.validArea(Area area, ActionSupportFilter filter)
          Validates that the given Area's 'type' and, if specified, its 'value' constraints are met by the information provided on the action filter.
 

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

Methods in com.sas.actionprovider.support.remotefileselector2 with parameters of type ActionSupportFilter
protected  java.util.Map HttpRemoteFileSelectorTableViewSupport.getAreaScopeAttributeMap(ActionSupportFilter filter)
          Returns mappings for a pre-defined set of Action Attribute keys to their corresponding dynamic values for a specific area.
protected  java.util.Map HttpRemoteFileSelectorSupport.getAreaScopeAttributeMap(ActionSupportFilter filter)
          Returns mappings for a pre-defined set of Action Attribute keys to their corresponding dynamic values for a specific area.
protected  java.util.Map BaseRemoteFileSelectorSupport.getAreaScopeAttributeMap(ActionSupportFilter filter)
          Returns mappings for a pre-defined set of Action Attribute keys to their corresponding dynamic values for a specific area.
protected  boolean HttpRemoteFileSelectorTableViewSupport.validArea(Area area, ActionSupportFilter filter)
          Validates that the given Area's 'type' and, if specified, its 'value' constraints are met by the information provided on the action filter.
protected  boolean BaseRemoteFileSelectorSupport.validArea(Area area, ActionSupportFilter filter)
          Validates that the given Area's 'type' and, if specified, its 'value' constraints are met by the information provided on the action filter.
 

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

Methods in com.sas.actionprovider.support.tableview with parameters of type ActionSupportFilter
 int SwingTableViewSupport.getActionCount(ActionSupportFilter actionFilter, java.lang.String actionType)
           
protected  java.lang.Object HttpTableViewSupport.getActionScopeAttribute(java.lang.String actionType, java.lang.String attributeName, ActionSupportFilter filter, java.lang.Object currentValue)
           
protected  java.util.Map HttpTableViewSupport.getActionScopeAttributeMap(java.lang.String actionType, ActionSupportFilter filter)
          Returns mappings for a pre-defined set of Action Attribues keys to their corresponding dynamic values for a specific area and a specific actionType.
protected  java.util.Map SwingTableViewSupport.getActionScopeAttributeMap(java.lang.String actionType, ActionSupportFilter filter)
           
protected  java.util.Map HttpTableViewSupport.getAreaScopeAttributeMap(ActionSupportFilter filter)
          Returns mappings for a pre-defined set of Action Attribute keys to their corresponding dynamic values for a specific area.
protected  java.util.Map SwingTableViewSupport.getAreaScopeAttributeMap(ActionSupportFilter filter)
           
protected  java.lang.Object BaseTableViewSupport.getCustomAttributeValue(java.lang.String attributeName, ActionSupportFilter filter)
           
protected  boolean HttpTableViewSupport.validArea(Area area, ActionSupportFilter filter)
          Validates that the given Area's 'type' and, if specified, its 'value' constraints are met by the information provided on the action filter.
protected  boolean SwingTableViewSupport.validArea(Area area, ActionSupportFilter filter)
          Validates that the given Area's 'type' and, if specified, its 'value' constraints are met by the information provided on the action filter.
protected  boolean BaseTableViewSupport.validArea(Area area, ActionSupportFilter filter)
          Validates that the given Area's 'type' and, if specified, its 'value' constraints are met by the information provided on the action filter.
 

Uses of ActionSupportFilter in com.sas.actionprovider.util.dataselector
 

Methods in com.sas.actionprovider.util.dataselector with parameters of type ActionSupportFilter
 java.lang.String SelectorActionUtil.generateOpenExternalSelectorTarget(ActionSupportFilter filter)
           
 int SelectorActionUtil.getDisabledIfMeasureAndNotLastElement(ActionSupportFilter filter, int currentStatus)
           
 java.util.Locale SelectorActionUtil.getLocaleFromViewer(ActionSupportFilter filter)
           
 java.lang.String SelectorActionUtil.getReferringURI(ActionSupportFilter filter)
           
 java.lang.String SelectorActionUtil.getSimpleCalculatedItemSelectorDescription(ActionSupportFilter filter)
           
 java.lang.String SelectorActionUtil.getSimpleCalculatedItemSelectorName(ActionSupportFilter filter)
           
 

Uses of ActionSupportFilter in com.sas.actionprovider.util.olap
 

Methods in com.sas.actionprovider.util.olap with parameters of type ActionSupportFilter
 java.lang.String OLAPActionUtil.getAxisLabel(ActionSupportFilter filter)
           
 java.lang.String OLAPActionUtil.getAxisMoveLabel(ActionSupportFilter filter)
           
 java.lang.String OLAPActionUtil.getDataItemLabel(ActionSupportFilter filter)
           
 int OLAPActionUtil.getDisabledIfEmptyElementLabel(ActionSupportFilter filter, int currentStatus)
           
 int OLAPActionUtil.getDisabledIfLastElement(ActionSupportFilter filter, int currentStatus)
           
 int OLAPActionUtil.getDisabledIfMeasure(ActionSupportFilter filter, int currentStatus)
           
 int OLAPActionUtil.getDisabledIfMeasureOrTotal(ActionSupportFilter filter, int currentStatus)
           
 int OLAPActionUtil.getDisabledIfNoCellOrdinal(ActionSupportFilter filter, int currentStatus)
           
 int OLAPActionUtil.getDisabledIfNotEmptyElementLabel(ActionSupportFilter filter, int currentStatus)
           
 int OLAPActionUtil.getDisabledIfNotLastElement(ActionSupportFilter filter, int currentStatus)
           
 int OLAPActionUtil.getDisabledIfNotMeasure(ActionSupportFilter filter, int currentStatus)
           
 int OLAPActionUtil.getDisabledIfNotMeasureAndNotLastElement(ActionSupportFilter filter, int currentStatus)
           
 int OLAPActionUtil.getDisabledIfOneAxisHeader(ActionSupportFilter filter, int currentStatus)
           
 java.lang.String OLAPActionUtil.getDrillUpLevelLabel(ActionSupportFilter filter)
           
 java.lang.String OLAPActionUtil.getHeaderAreaValue(ActionSupportFilter filter)
           
 java.lang.String OLAPActionUtil.getMeasureMoveInDirection(ActionSupportFilter filter)
           
 java.lang.String OLAPActionUtil.getMeasureMoveOutDirection(ActionSupportFilter filter)
           
 java.lang.String OLAPActionUtil.getMoveInDirection(ActionSupportFilter filter)
           
 java.lang.String OLAPActionUtil.getMoveOutDirection(ActionSupportFilter filter)
           
 java.lang.String OLAPActionUtil.getOtherAxisLabel(ActionSupportFilter filter)
           
 java.lang.String OLAPActionUtil.getStringAxisIndexFromAxis(ActionSupportFilter filter)
           
 java.lang.String OLAPActionUtil.getStringAxisIndexFromTupleElement(ActionSupportFilter filter)
           
 java.lang.String HttpOLAPActionUtil.getStringColumnIndex(ActionSupportFilter filter)
           
 java.lang.String HttpOLAPActionUtil.getStringRowIndex(ActionSupportFilter filter)
           
 java.lang.String OLAPActionUtil.getStringTupleElementIndex(ActionSupportFilter filter)
           
 java.lang.String OLAPActionUtil.getStringTupleIndex(ActionSupportFilter filter)
           
 java.lang.String OLAPActionUtil.getSwapDataItemIdForDifferentDimension(ActionSupportFilter filter)
           
 java.lang.String OLAPActionUtil.getSwapDataItemIdForSameDimension(ActionSupportFilter filter)
           
 java.lang.String OLAPActionUtil.getSwapDataItemNameForDifferentDimension(ActionSupportFilter filter)
           
 java.lang.String OLAPActionUtil.getSwapDataItemNameForSameDimension(ActionSupportFilter filter)
           
 java.lang.String OLAPActionUtil.getTitleAreaValue(ActionSupportFilter filter)
           
 java.util.Map HttpOLAPActionUtil.getTotalsStyleMap(ActionSupportFilter filter)
           
 java.lang.String OLAPActionUtil.getTupleElementLabel(ActionSupportFilter filter)
           
 int OLAPActionUtil.getViewerDisabledIfNotLastElement(ActionSupportFilter filter, int currentStatus)
           
 int OLAPActionUtil.getViewerDisabledIfNotMeasure(ActionSupportFilter filter, int currentStatus)
           
static int HttpOLAPActionUtil.validateDataCellArea(ActionSupportFilter filter)
          Validates if the current area, as specified via various attributes on the filter, matches any of the DataCellArea objects on the filter's validAreaValues list.
static int OLAPActionUtil.validateDataCellArea(ActionSupportFilter filter)
          Validates if the current area, as specified via various attributes on the filter, matches any of the DataCellArea objects on the filter's validAreaValues list.
static int HttpOLAPActionUtil.validateHeaderArea(ActionSupportFilter filter)
          Validates if the current area, as specified via various attributes on the filter, matches any of the HeaderArea objects on the filter's validAreaValues list.
static int OLAPActionUtil.validateHeaderArea(ActionSupportFilter filter)
          Validates if the current area, as specified via various attributes on the filter, matches any of the TitleArea objects on the filter's validAreaValues list.
static int HttpOLAPActionUtil.validateTitleArea(ActionSupportFilter filter)
          Validates if the current area, as specified via various attributes on the filter, matches any of the DataCellArea objects on the filter's validAreaValues list.
static int OLAPActionUtil.validateTitleArea(ActionSupportFilter filter)
          Validates if the current area, as specified via various attributes on the filter, matches any of the TitleArea objects on the filter's validAreaValues list.
 

Uses of ActionSupportFilter in com.sas.actionprovider.util.relational
 

Methods in com.sas.actionprovider.util.relational with parameters of type ActionSupportFilter
static java.lang.Object HttpRelationalActionUtil.getAreaValue(ActionSupportFilter filter)
           
 java.lang.Object HttpRelationalActionUtil.getColumnHeaderShortDescription(ActionSupportFilter filter)
          This will return back the column header description based on what popUp menu launch event has been registered against the viewer.
 java.lang.Object HttpRelationalActionUtil.getColumnHeaderSortImageKey(ActionSupportFilter filter)
           
 int HttpRelationalActionUtil.getCommitDeleteStatus(ActionSupportFilter filter, int currentStatus, BaseAction action)
           
 java.lang.Object HttpRelationalActionUtil.getCustomAttributeValue(java.lang.String attributeName, ActionSupportFilter filter)
           
 java.lang.Object RelationalActionUtil.getCustomAttributeValue(java.lang.String attributeName, ActionSupportFilter filter)
           
static java.lang.Object HttpRelationalActionUtil.getEditURLTemplate(ActionSupportFilter filter)
           
 java.lang.Object RelationalActionUtil.getHeldColumn(ActionSupportFilter filter)
           
 java.lang.Object RelationalActionUtil.getHeldColumnIndex(ActionSupportFilter filter)
           
 java.lang.Object RelationalActionUtil.getHeldRow(ActionSupportFilter filter)
           
 java.lang.Object RelationalActionUtil.getHeldRowIndex(ActionSupportFilter filter)
           
 java.lang.Object RelationalActionUtil.getHiddenColumn(ActionSupportFilter filter)
           
 java.lang.Object RelationalActionUtil.getHiddenColumnIndex(ActionSupportFilter filter)
           
static java.lang.Object HttpRelationalActionUtil.getRowEditURLTemplate(ActionSupportFilter filter)
           
static java.lang.Object HttpRelationalActionUtil.getRowEditURLTemplateForDelete(ActionSupportFilter filter)
           
 java.lang.Object RelationalActionUtil.getSelectedHeldColumn(ActionSupportFilter filter)
           
 java.lang.Object RelationalActionUtil.getSelectedHeldColumnIndex(ActionSupportFilter filter)
           
 java.lang.Object RelationalActionUtil.getSelectedHeldRow(ActionSupportFilter filter)
           
 java.lang.Object RelationalActionUtil.getSelectedHeldRowIndex(ActionSupportFilter filter)
           
static java.lang.Object HttpRelationalActionUtil.getSimpleTemplate(ActionSupportFilter filter, java.lang.String key)
           
 int HttpRelationalActionUtil.getSortAscendingActionStatus(ActionSupportFilter filter, int currentStatus)
           
 java.lang.Object HttpRelationalActionUtil.getSortAscendingImage(ActionSupportFilter filter)
           
 java.lang.Object HttpRelationalActionUtil.getSortAscendingImageKey(ActionSupportFilter filter)
           
 int HttpRelationalActionUtil.getSortDescendingActionStatus(ActionSupportFilter filter, int currentStatus)
           
 java.lang.Object HttpRelationalActionUtil.getSortDescendingImage(ActionSupportFilter filter)
           
 java.lang.Object HttpRelationalActionUtil.getSortDescendingImageKey(ActionSupportFilter filter)
           
 int RelationalActionUtil.getViewerDisabledIfEditDisabled(ActionSupportFilter filter, int currentStatus)
           
 int HttpRelationalActionUtil.getViewerDisabledIfEditDisabledOrNotSortable(ActionSupportFilter filter, int currentStatus)
           
 int RelationalActionUtil.getViewerDisabledIfEditEnabled(ActionSupportFilter filter, int currentStatus)
           
 int RelationalActionUtil.getViewerDisabledIfHeldColumn(ActionSupportFilter filter, int currentStatus)
           
 int RelationalActionUtil.getViewerDisabledIfRowOrColumnMax(ActionSupportFilter filter, int currentStatus)
           
 int HttpRelationalActionUtil.getViewerDisabledIfSingleRowEditEnabled(ActionSupportFilter filter, int currentStatus)
           
 int RelationalActionUtil.getViewerDisabledIfUncommittedRow(ActionSupportFilter filter, int currentStatus)
           
 

Uses of ActionSupportFilter in com.sas.actionprovider.util.remotefile2
 

Methods in com.sas.actionprovider.util.remotefile2 with parameters of type ActionSupportFilter
 int HttpRemoteFileActionUtil.getAreaDisabledIfNotFirstColumn(ActionSupportFilter filter, int currentStatus)
           
 int RemoteFileActionUtil.getAreaDisabledIfNotFirstColumn(ActionSupportFilter filter, int currentStatus)
           
 int HttpRemoteFileActionUtil.getAreaDisabledIfNotFirstColumnBaseFilter(ActionSupportFilter filter, int currentStatus)
           
static java.lang.Object HttpRemoteFileActionUtil.getAreaValue(ActionSupportFilter filter)
           
static java.lang.Object RemoteFileActionUtil.getAreaValue(ActionSupportFilter filter)
           
 java.lang.Object RemoteFileActionUtil.getCurrentLocation(ActionSupportFilter filter)
           
 int RemoteFileActionUtil.getDisabledIfPasteBufferIsEmpty(ActionSupportFilter filter, int actionStatus)
           
 int HttpRemoteFileActionUtil.getDisabledIfSearchMode(ActionSupportFilter filter, int currentStatus)
           
 int RemoteFileActionUtil.getDisabledIfUpRestricted(ActionSupportFilter filter, int currentStatus)
           
static java.lang.Object HttpRemoteFileActionUtil.getDisplaySearchResultsURLTemplate(ActionSupportFilter filter)
           
 java.lang.Object RemoteFileActionUtil.getFileName(ActionSupportFilter filter)
           
 java.lang.Object RemoteFileActionUtil.getFolderName(ActionSupportFilter filter)
           
 java.lang.Object RemoteFileActionUtil.getFullyQualifiedLocation(ActionSupportFilter filter)
          Returns the fully qualified path or location for the node or item.
 RemoteFileMetadataInterface HttpRemoteFileActionUtil.getNode(ActionSupportFilter filter)
           
 RemoteFileMetadataInterface RemoteFileActionUtil.getNode(ActionSupportFilter filter)
          Returns the node.
 java.lang.Object HttpRemoteFileActionUtil.getOpenAlternateText(ActionSupportFilter filter)
           
static java.lang.Object HttpRemoteFileActionUtil.getOpenFolderComboURLTemplate(ActionSupportFilter filter)
           
 int HttpRemoteFileActionUtil.getOpenFolderIFileStatus(ActionSupportFilter filter, int currentStatus)
           
 int HttpRemoteFileActionUtil.getOpenFolderStatus(ActionSupportFilter filter, int currentStatus)
           
 int RemoteFileActionUtil.getOpenFolderStatus(ActionSupportFilter filter, int currentStatus)
           
 java.lang.Object HttpRemoteFileActionUtil.getOpenShortDescription(ActionSupportFilter filter)
           
 java.lang.Object HttpRemoteFileActionUtil.getOpenSmallIcon(ActionSupportFilter filter)
          Deprecated. Use getOpenSmallIconKey instead.
 java.lang.Object HttpRemoteFileActionUtil.getOpenSmallIconKey(ActionSupportFilter filter)
           
 java.lang.Object HttpRemoteFileActionUtil.getParentFolderPath(ActionSupportFilter filter)
           
 java.lang.Object RemoteFileActionUtil.getRemoteFileServerModel(ActionSupportFilter filter)
          Returns the navigation model from the SortableTableModelAdapter.
 java.lang.Object RemoteFileActionUtil.getRemoteFileServerModelFromToolBarFilter(ActionSupportFilter filter)
           
 java.lang.Object RemoteFileActionUtil.getRemoteFileServerModelParentPath(ActionSupportFilter filter)
           
 java.lang.Object RemoteFileActionUtil.getRemoteFileServerModelPath(ActionSupportFilter filter)
           
static java.lang.Object HttpRemoteFileActionUtil.getSearchURLTemplate(ActionSupportFilter filter)
           
 int HttpRemoteFileActionUtil.getSelectFileIFileStatus(ActionSupportFilter filter, int currentStatus)
           
 int HttpRemoteFileActionUtil.getSelectFileStatus(ActionSupportFilter filter, int currentStatus)
           
static java.lang.Object HttpRemoteFileActionUtil.getSimpleTemplate(ActionSupportFilter filter, java.lang.String key)
           
 java.lang.Object RemoteFileActionUtil.getSortModel(ActionSupportFilter filter)
           
 java.lang.Object RemoteFileActionUtil.isFolder(ActionSupportFilter filter)
          Returns a value indicating whether the node is a folder.
 

Uses of ActionSupportFilter in com.sas.commands.dataselectors
 

Methods in com.sas.commands.dataselectors with parameters of type ActionSupportFilter
 int SortCommand.getCommandStatus(ActionSupportFilter actionFilter)
           
 int SimpleCalculatedItemSelectorCommand.getCommandStatus(ActionSupportFilter filter)
          Returns a int value indicating whether the command is enabled for the given area as specified by the current area information encapsulated in the ActionSupportFilter.
 int PercentCalculationsCommand.getCommandStatus(ActionSupportFilter actionFilter)
           
 int OLAPTimeBasedFilterCommand.getCommandStatus(ActionSupportFilter actionFilter)
           
 int OLAPSortSelectorCommand.getCommandStatus(ActionSupportFilter filter)
          Returns a int value indicating whether the command is enabled for the given area as specified by the current area information encapsulate in the ActionSupportFilter.
 int MemberPropertiesCommand.getCommandStatus(ActionSupportFilter actionFilter)
           
 int FormatSelectorCommand.getCommandStatus(ActionSupportFilter filter)
          Returns a int value indicating whether the command is enabled for the given area as specified by the current area information encapsulate in the ActionSupportFilter.
 int FilterAndRankSelectorCommand.getCommandStatus(ActionSupportFilter filter)
          Returns a int value indicating whether the command is enabled for the given area as specified by the current area information encapsulate in the ActionSupportFilter.
 int AdvancedFilterSelectorCommandFacade.getCommandStatus(ActionSupportFilter filter)
           
 int AdvancedFilterSelectorCommand.getCommandStatus(ActionSupportFilter filter)
          Returns a int value indicating whether the command is enabled for the given area as specified by the current area information encapsulate in the ActionSupportFilter.
 boolean TotalsCommand.isSupported(ActionSupportFilter actionFilter)
           
 boolean SortCommand.isSupported(ActionSupportFilter actionFilter)
           
 boolean ShowDetailSelectorCommand.isSupported(ActionSupportFilter actionFilter)
           
 boolean RankingCommand.isSupported(ActionSupportFilter actionFilter)
           
 boolean FormatSelectorCommand.isSupported(ActionSupportFilter actionFilter)
          Returns TRUE if the command is supported given the contents of the support filter.
 boolean FindSelectorCommand.isSupported(ActionSupportFilter actionFilter)
          Returns a boolean indicating whether the command is supported for the area specified on the ActionSupportFilter argument.
 boolean FilterAndRankSelectorCommand.isSupported(ActionSupportFilter actionFilter)
          Returns TRUE if the command is supported given the contents of the support filter.
 boolean DataItemSelectorCommand.isSupported(ActionSupportFilter actionFilter)
          Returns a boolean indicating whether the command is supported for the area specified on the ActionSupportFilter argument.
 boolean AdvancedFilterSelectorCommandFacade.isSupported(ActionSupportFilter actionFilter)
           
 boolean AdvancedFilterSelectorCommand.isSupported(ActionSupportFilter actionFilter)
          Returns TRUE if the command is supported given the contents of the support filter.
 boolean SortSelectorCommand.isSupported(ActionSupportFilter actionFilter)
          Returns a boolean indicating whether the command is supported for the area specified on the ActionSupportFilter argument.
 boolean ExportSelectorCommand.isSupported(ActionSupportFilter actionFilter)
           
 

Uses of ActionSupportFilter in com.sas.commands.dataselectors.exceptionhighlighting
 

Methods in com.sas.commands.dataselectors.exceptionhighlighting with parameters of type ActionSupportFilter
 boolean ExceptionHighlightingCommand.isSupported(ActionSupportFilter actionFilter)
           
 boolean ExceptionHighlightingChartCommand.isSupported(ActionSupportFilter actionFilter)
           
 

Uses of ActionSupportFilter in com.sas.commands.relational
 

Methods in com.sas.commands.relational with parameters of type ActionSupportFilter
 int SortCommand.getCommandStatus(ActionSupportFilter filter)
          Returns a int value indicating whether the command is enabled for the given area as specified by the current area information encapsulate in the ActionSupportFilter.
 int PasteCommand.getCommandStatus(ActionSupportFilter filter)
          Returns a int value indicating whether the command is enabled for the given area as specified by the current area information encapsulate in the ActionSupportFilter.
 int MoveColumnCommand.getCommandStatus(ActionSupportFilter filter)
          Returns a int value indicating whether the command is enabled for the given area as specified by the current area information encapsulate in the ActionSupportFilter.
 int HideColumnCommand.getCommandStatus(ActionSupportFilter filter)
          Returns a int value indicating whether the command is enabled for the given area as specified by the current area information encapsulate in the ActionSupportFilter.
 int ExportToExcelCommand.getCommandStatus(ActionSupportFilter filter)
          Returns a int value indicating whether the command is enabled for the given area as specified by the current area information encapsulate in the ActionSupportFilter.
 int CutCommand.getCommandStatus(ActionSupportFilter filter)
          Returns a int value indicating whether the command is enabled for the given area as specified by the current area information encapsulate in the ActionSupportFilter.
 int CopyCommand.getCommandStatus(ActionSupportFilter filter)
          Returns a int value indicating whether the command is enabled for the given area as specified by the current area information encapsulate in the ActionSupportFilter.
 int ClearSortCommand.getCommandStatus(ActionSupportFilter filter)
          Returns a int value indicating whether the command is enabled for the given area as specified by the current area information encapsulate in the ActionSupportFilter.
 int ClearCommand.getCommandStatus(ActionSupportFilter filter)
          Returns a int value indicating whether the command is enabled for the given area as specified by the current area information encapsulate in the ActionSupportFilter.
 boolean UpdateCommand.isSupported(ActionSupportFilter actionFilter)
          Returns a boolean indicating whether the command is supported for the area specified on the ActionSupportFilter argument.
 boolean ScrollPreviousRowPageCommand.isSupported(ActionSupportFilter actionFilter)
          Returns a boolean indicating whether the command is supported for the area specified on the ActionSupportFilter argument.
 boolean ScrollPreviousRowCommand.isSupported(ActionSupportFilter actionFilter)
          Returns a boolean indicating whether the command is supported for the area specified on the ActionSupportFilter argument.
 boolean ScrollPreviousColumnPageCommand.isSupported(ActionSupportFilter actionFilter)
          Returns a boolean indicating whether the command is supported for the area specified on the ActionSupportFilter argument.
 boolean ScrollPreviousColumnCommand.isSupported(ActionSupportFilter actionFilter)
          Returns a boolean indicating whether the command is supported for the area specified on the ActionSupportFilter argument.
 boolean ScrollNextRowPageCommand.isSupported(ActionSupportFilter actionFilter)
          Returns a boolean indicating whether the command is supported for the area specified on the ActionSupportFilter argument.
 boolean ScrollNextRowCommand.isSupported(ActionSupportFilter actionFilter)
          Returns a boolean indicating whether the command is supported for the area specified on the ActionSupportFilter argument.
 boolean ScrollNextColumnPageCommand.isSupported(ActionSupportFilter actionFilter)
          Returns a boolean indicating whether the command is supported for the area specified on the ActionSupportFilter argument.
 boolean ScrollNextColumnCommand.isSupported(ActionSupportFilter actionFilter)
          Returns a boolean indicating whether the command is supported for the area specified on the ActionSupportFilter argument.
 boolean ScrollLastRowCommand.isSupported(ActionSupportFilter actionFilter)
          Returns a boolean indicating whether the command is supported for the area specified on the ActionSupportFilter argument.
 boolean ScrollLastColumnCommand.isSupported(ActionSupportFilter actionFilter)
          Returns a boolean indicating whether the command is supported for the area specified on the ActionSupportFilter argument.
 boolean ScrollFirstRowCommand.isSupported(ActionSupportFilter actionFilter)
          Returns a boolean indicating whether the command is supported for the area specified on the ActionSupportFilter argument.
 boolean ScrollFirstColumnCommand.isSupported(ActionSupportFilter actionFilter)
          Returns a boolean indicating whether the command is supported for the area specified on the ActionSupportFilter argument.
 boolean InsertCommand.isSupported(ActionSupportFilter actionFilter)
          Returns a boolean indicating whether the command is supported for the area specified on the ActionSupportFilter argument.
 boolean GotoRowCommand.isSupported(ActionSupportFilter actionFilter)
          Returns a boolean indicating whether the command is supported for the area specified on the ActionSupportFilter argument.
 boolean GotoColumnCommand.isSupported(ActionSupportFilter actionFilter)
          Returns a boolean indicating whether the command is supported for the area specified on the ActionSupportFilter argument.
 boolean DeleteCommand.isSupported(ActionSupportFilter actionFilter)
          Returns a boolean indicating whether the command is supported for the area specified on the ActionSupportFilter argument.
 boolean CommitCommand.isSupported(ActionSupportFilter actionFilter)
          Returns a boolean indicating whether the command is supported for the area specified on the ActionSupportFilter argument.
 boolean CancelCommand.isSupported(ActionSupportFilter actionFilter)
          Returns a boolean indicating whether the command is supported for the area specified on the ActionSupportFilter argument.
abstract  boolean BaseScrollCommand.isSupported(ActionSupportFilter actionFilter)
          Returns a boolean indicating whether the command is supported for the area specified on the ActionSupportFilter argument.
abstract  boolean BaseEditCommand.isSupported(ActionSupportFilter actionFilter)
          Returns a boolean indicating whether the command is supported for the area specified on the ActionSupportFilter argument.
 boolean SortCommand.isSupported(ActionSupportFilter actionFilter)
          Returns a boolean indicating whether the command is supported for the area specified on the ActionSupportFilter argument.
 boolean ShowRowHeaderCommand.isSupported(ActionSupportFilter actionFilter)
          Returns a boolean indicating whether the command is supported for the area specified on the ActionSupportFilter argument.
 boolean ShowColumnHeaderCommand.isSupported(ActionSupportFilter actionFilter)
          Returns a boolean indicating whether the command is supported for the area specified on the ActionSupportFilter argument.
 boolean ShowColumnCommand.isSupported(ActionSupportFilter actionFilter)
          Returns a boolean indicating whether the command is supported for the area specified on the ActionSupportFilter argument.
 boolean ShowAllColumnsCommand.isSupported(ActionSupportFilter actionFilter)
          Returns a boolean indicating whether the command is supported for the area specified on the ActionSupportFilter argument.
 boolean ReleaseRowCommand.isSupported(ActionSupportFilter actionFilter)
          Returns a boolean indicating whether the command is supported for the area specified on the ActionSupportFilter argument.
 boolean ReleaseColumnCommand.isSupported(ActionSupportFilter actionFilter)
          Returns a boolean indicating whether the command is supported for the area specified on the ActionSupportFilter argument.
 boolean ReleaseAllRowsCommand.isSupported(ActionSupportFilter actionFilter)
          Returns a boolean indicating whether the command is supported for the area specified on the ActionSupportFilter argument.
 boolean ReleaseAllColumnsCommand.isSupported(ActionSupportFilter actionFilter)
          Returns a boolean indicating whether the command is supported for the area specified on the ActionSupportFilter argument.
 boolean PasteCommand.isSupported(ActionSupportFilter actionFilter)
          Returns a boolean indicating whether the command is supported for the area specified on the ActionSupportFilter argument.
 boolean InsertRowCommand.isSupported(ActionSupportFilter actionFilter)
          Returns a boolean indicating whether the command is supported for the area specified on the ActionSupportFilter argument.
 boolean HoldRowCommand.isSupported(ActionSupportFilter actionFilter)
          Returns a boolean indicating whether the command is supported for the area specified on the ActionSupportFilter argument.
 boolean HoldColumnCommand.isSupported(ActionSupportFilter actionFilter)
          Returns a boolean indicating whether the command is supported for the area specified on the ActionSupportFilter argument.
 boolean HideColumnCommand.isSupported(ActionSupportFilter actionFilter)
          Returns a boolean indicating whether the command is supported for the area specified on the ActionSupportFilter argument.
 boolean ExportToExcelCommand.isSupported(ActionSupportFilter actionFilter)
          Returns a boolean indicating whether the command is supported for the area specified on the ActionSupportFilter argument.
 boolean DeleteRowCommand.isSupported(ActionSupportFilter actionFilter)
          Returns a boolean indicating whether the command is supported for the area specified on the ActionSupportFilter argument.
 boolean CutCommand.isSupported(ActionSupportFilter actionFilter)
          Returns a boolean indicating whether the command is supported for the area specified on the ActionSupportFilter argument.
 boolean CopyCommand.isSupported(ActionSupportFilter actionFilter)
          Returns a boolean indicating whether the command is supported for the area specified on the ActionSupportFilter argument.
 boolean CommitInsertedRowCommand.isSupported(ActionSupportFilter actionFilter)
          Returns a boolean indicating whether the command is supported for the area specified on the ActionSupportFilter argument.
 boolean ClearSortCommand.isSupported(ActionSupportFilter actionFilter)
          Returns a boolean indicating whether the command is supported for the area specified on the ActionSupportFilter argument.
 boolean CancelRowInsertCommand.isSupported(ActionSupportFilter actionFilter)
          Returns a boolean indicating whether the command is supported for the area specified on the ActionSupportFilter argument.
 boolean AddRowCommand.isSupported(ActionSupportFilter actionFilter)
          Returns a boolean indicating whether the command is supported for the area specified on the ActionSupportFilter argument.
 

Uses of ActionSupportFilter in com.sas.commands.remotefileselector
 

Methods in com.sas.commands.remotefileselector with parameters of type ActionSupportFilter
 boolean OpenFolderCommand.isSupported(ActionSupportFilter actionFilter)
          Returns a boolean indicating whether the command is supported for the area specified on the ActionSupportFilter argument.
 boolean CutCommand.isSupported(ActionSupportFilter actionFilter)
          Returns a boolean indicating whether the command is supported for the area specified on the ActionSupportFilter argument.
 boolean CopyCommand.isSupported(ActionSupportFilter actionFilter)
          Returns a boolean indicating whether the command is supported for the area specified on the ActionSupportFilter argument.
 

Uses of ActionSupportFilter in com.sas.commands.remotefileselector.ifileservice
 

Methods in com.sas.commands.remotefileselector.ifileservice with parameters of type ActionSupportFilter
 boolean RenameCommand.isSupported(ActionSupportFilter actionFilter)
          Returns a boolean indicating whether the command is supported for the area specified on the ActionSupportFilter argument.
 boolean PasteCommand.isSupported(ActionSupportFilter actionFilter)
          Returns a boolean indicating whether the command is supported for the area specified on the ActionSupportFilter argument.
 boolean DeleteCommand.isSupported(ActionSupportFilter actionFilter)
          Returns a boolean indicating whether the command is supported for the area specified on the ActionSupportFilter argument.
 boolean AddFolderCommand.isSupported(ActionSupportFilter actionFilter)
          Returns a boolean indicating whether the command is supported for the area specified on the ActionSupportFilter argument.
 

Uses of ActionSupportFilter in com.sas.commands.remotefileselector.informationservices
 

Methods in com.sas.commands.remotefileselector.informationservices with parameters of type ActionSupportFilter
 boolean RenameCommand.isSupported(ActionSupportFilter actionFilter)
          Returns a boolean indicating whether the command is supported for the area specified on the ActionSupportFilter argument.
 boolean PasteCommand.isSupported(ActionSupportFilter actionFilter)
          Returns a boolean indicating whether the command is supported for the area specified on the ActionSupportFilter argument.
 boolean DeleteCommand.isSupported(ActionSupportFilter actionFilter)
          Returns a boolean indicating whether the command is supported for the area specified on the ActionSupportFilter argument.
 boolean AddFolderCommand.isSupported(ActionSupportFilter actionFilter)
          Returns a boolean indicating whether the command is supported for the area specified on the ActionSupportFilter argument.
 

Uses of ActionSupportFilter in com.sas.commands.remotefileselector2
 

Methods in com.sas.commands.remotefileselector2 with parameters of type ActionSupportFilter
 boolean OpenFolderCommand.isSupported(ActionSupportFilter actionFilter)
          Returns a boolean indicating whether the command is supported for the area specified on the ActionSupportFilter argument.
 

Uses of ActionSupportFilter in com.sas.servlet.tbeans
 

Methods in com.sas.servlet.tbeans that return ActionSupportFilter
protected  ActionSupportFilter BaseActionCompositeTransformation.getActionFilter(java.lang.String actionType)
          Returns the ActionSupportFilter that is needed to query an HttpActionProvider for the specified actionType.
 

Uses of ActionSupportFilter in com.sas.servlet.tbeans.dataselectors.html
 

Methods in com.sas.servlet.tbeans.dataselectors.html that return ActionSupportFilter
protected  ActionSupportFilter ActionProviderMenuBar.getDefaultFilter(java.lang.String supportType, java.lang.String filterArea)
          Returns a new default filter object
 

Methods in com.sas.servlet.tbeans.dataselectors.html with parameters of type ActionSupportFilter
 ActionList ActionProviderMenuBar.getSelectorActions(ActionSupportFilter menuBarFilter)
          Return the list of actions that represent the valid selectors to be placed on the menubar.
protected  void RelationalMenuBar.setFilterAttributes(ActionSupportFilter menubarFilter)
          Sets the model attribute on the passed in menubarFilter.
protected  void OLAPMenuBar.setFilterAttributes(ActionSupportFilter menubarFilter)
          Sets the model attribute on the passed in menubarFilter.
protected  void ActionProviderMenuBar.setFilterAttributes(ActionSupportFilter menubarFilter)
           
 

Uses of ActionSupportFilter in com.sas.servlet.tbeans.graphics.html
 

Methods in com.sas.servlet.tbeans.graphics.html with parameters of type ActionSupportFilter
protected  void ESRIMapMenu.setFilterAttributes(ActionSupportFilter toolbarSupportFilter)
          Sets the model attribute on the passed in menubarFilter.
static void HtmlGraphUtil.writeTooltip(java.io.PrintWriter out, com.sas.servlet.tbeans.graphics.BaseGraph baseGraph, java.lang.Object imageMapInfo, boolean tooltipEnabled, ActionSupportFilter filter)
           
static void HtmlGraphUtil.writeTooltip(java.io.PrintWriter out, com.sas.servlet.tbeans.graphics.BaseGraph baseGraph, java.lang.Object imageMapInfo, boolean tooltipEnabled, ActionSupportFilter filter, java.util.List popupMenuList)
           
 

Uses of ActionSupportFilter in com.sas.servlet.tbeans.olapgraphics.html
 

Methods in com.sas.servlet.tbeans.olapgraphics.html with parameters of type ActionSupportFilter
protected  void OLAPESRIMapMenu.setFilterAttributes(ActionSupportFilter toolbarSupportFilter)
          Sets the model attribute on the passed in menubarFilter.
 

Uses of ActionSupportFilter in com.sas.servlet.tbeans.remotefileselector2.html
 

Methods in com.sas.servlet.tbeans.remotefileselector2.html that return ActionSupportFilter
protected  ActionSupportFilter RemoteFileToolBar.getActionFilter(java.lang.String actionType)
          Returns the ActionSupportFilter that is needed to query an HttpActionProvider for the specified actionType.
 

Uses of ActionSupportFilter in com.sas.servlet.tbeans.tableview
 

Subclasses of ActionSupportFilter in com.sas.servlet.tbeans.tableview
 class TableViewActionSupportFilter
          Specialized ActionSupportFilter class for the TableView component to use when querying the HttpActionProvider for actions.
 

Uses of ActionSupportFilter in com.sas.swing.visuals.olaptableview
 

Methods in com.sas.swing.visuals.olaptableview that return ActionSupportFilter
protected  ActionSupportFilter OLAPTableView.configureColumnHeaderActionFilter(int row, int column)
           
protected  ActionSupportFilter OLAPTableView.configureDataCellActionFilter(int row, int column)
           
protected  ActionSupportFilter OLAPTableView.configureRowHeaderActionFilter(int row, int column)
           
protected  ActionSupportFilter OLAPTableView.configureTitleActionFilter(int row, int column)
           
protected  ActionSupportFilter OLAPTableView.configureToolBarActionFilter()
          Configures the toolbar action filter for the ActionProvider.
 

Uses of ActionSupportFilter in com.sas.swing.visuals.remotefileselector
 

Fields in com.sas.swing.visuals.remotefileselector declared as ActionSupportFilter
protected  ActionSupportFilter RemoteFileSearchComponent.buttonFilter
          the Action Provider Framework button filter class
protected  ActionSupportFilter BaseRemoteFileSelectorPanel.drillDownFilter
          Action Provider Framework filter for the table data for opening folders actions.
protected  ActionSupportFilter BaseRemoteFileSelectorPanel.filterTypeFilter
          Action Provider Framework filter for the file type combobox area.
protected  ActionSupportFilter BaseRemoteFileSelectorPanel.tableColumnHeaderFilter
          Action Provider Framework filter for the table column header area.
protected  ActionSupportFilter BaseRemoteFileSelectorPanel.tableDataCellFilter
          Action Provider Framework filter for the table data area.
protected  ActionSupportFilter BaseRemoteFileSelectorPanel.toolbarFilter
          Action Provider Framework filter for the toolbar area.
 

Methods in com.sas.swing.visuals.remotefileselector that return ActionSupportFilter
 ActionSupportFilter BaseRemoteFileSelectorPanel.getActionSupportFilter(int filter)
          Returns the appropriate filter object based on the desired area.
 

Uses of ActionSupportFilter in com.sas.swing.visuals.tableview
 

Fields in com.sas.swing.visuals.tableview declared as ActionSupportFilter
protected  ActionSupportFilter TableView.columnHeaderFilter
           
protected  ActionSupportFilter TableView.dataCellFilter
           
protected  ActionSupportFilter TableView.rowHeaderFilter
           
protected  ActionSupportFilter TableView.titleFilter
           
protected  ActionSupportFilter TableView.toolbarFilter
           
 

Methods in com.sas.swing.visuals.tableview that return ActionSupportFilter
protected  ActionSupportFilter TableView.configureColumnHeaderActionFilter(int row, int column)
           
protected  ActionSupportFilter TableView.configureDataCellActionFilter(int row, int column)
           
protected  ActionSupportFilter TableView.configureRowHeaderActionFilter(int row, int column)
           
protected  ActionSupportFilter TableView.configureTitleActionFilter(int row, int column)
           
protected  ActionSupportFilter TableView.configureToolBarActionFilter()
          Configures the toolbar action filter for the ActionProvider.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.