Uses of Class
com.sas.commands.dataselectors.BaseSelectorCommand

Packages that use BaseSelectorCommand
com.sas.actionprovider.commands   
com.sas.commands.dataselectors   
com.sas.commands.dataselectors.exceptionhighlighting   
 

Uses of BaseSelectorCommand in com.sas.actionprovider.commands
 

Subclasses of BaseSelectorCommand in com.sas.actionprovider.commands
 class MapPropertyCommand
          This class implements the map's show property sheet command.
 

Uses of BaseSelectorCommand in com.sas.commands.dataselectors
 

Subclasses of BaseSelectorCommand in com.sas.commands.dataselectors
 class AdvancedFilterSelectorCommand
          This class implements the Advanced Filter Selector Command.
 class AdvancedFilterSelectorCommandFacade
          This class is a facade that unifies the functionalities of the AdvancedFilterSelectorCommand plus the additional filtering funcionalities provided by the OLAPTimeBasedFilterCommand.
 class DataItemSelectorCommand
          This class is responsible for assisting in the processing of user actions through a user-interface representation of a Query selector.
 class ExportSelectorCommand
          This class handles the data exporting operations in conjunction with the Export Selector.
 class FilterAndRankSelectorCommand
          This class provides command support for the "Filter and Rank" Selector.
 class FindSelectorCommand
          Assists the Find selector with business model interactions needed to perform the find functions.
 class FormatSelectorCommand
          This class provides command support for the "Filter and Rank" Selector.
 class MemberPropertiesCommand
          Assists the Find selector with business model interactions needed to perform the find functions.
 class OLAPSortSelectorCommand
           
 class OLAPTimeBasedFilterCommand
           
 class PercentCalculationsCommand
          Assists the Find selector with business model interactions needed to perform the find functions.
 class RankingCommand
          This class handles the ranking of a data model in conjunction with the Ranking Selector.
 class ShowDetailSelectorCommand
           
 class SimpleCalculatedItemSelectorCommand
          This class implements the command for processing calculated items in the simple calculated item selector command.
 class SortCommand
          This class handles the sorting of data items.
 class SortSelectorCommand
          This class implements the simple calculated item selector command.
 class TotalsCommand
          This class handles the applying of totals and subtotals in conjunction with the Totals Selector.
 

Methods in com.sas.commands.dataselectors that return BaseSelectorCommand
 BaseSelectorCommand AdvancedFilterSelectorCommandFacade.getComponentSelectorCommand(java.lang.String key)
           
 BaseSelectorCommand CompositeDataSelectorCommandInterface.getComponentSelectorCommand(java.lang.String key)
          Returns the child data selector command that has been stored into the children's list with a specific key
 

Methods in com.sas.commands.dataselectors with parameters of type BaseSelectorCommand
 void AdvancedFilterSelectorCommandFacade.setComponentSelectorCommand(BaseSelectorCommand component, java.lang.String key)
           
 void CompositeDataSelectorCommandInterface.setComponentSelectorCommand(BaseSelectorCommand component, java.lang.String key)
          Adds a data selector command to the list of children commands with a specific key
 

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

Subclasses of BaseSelectorCommand in com.sas.commands.dataselectors.exceptionhighlighting
 class ExceptionHighlightingChartCommand
          The command processes actions, via the Action Provider Framework, as they are initiated by the visual in response to user input.
 class ExceptionHighlightingCommand
          The command processes actions, via the Action Provider Framework, as they are initiated by the visual in response to user input.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.