|
Components |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DynamicAttributeCommandInterface | |
---|---|
com.sas.actionprovider | Provides the integrated set of classes that comprise the ActionProvider Framework (APF). |
com.sas.actionprovider.commands | |
com.sas.actionprovider.support.graphics | Provides classes that support and define the default actions for relational Graph Viewer Components. |
com.sas.commands | Provides classes and interfaces to perform commands. |
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.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.commands.jdbc.export | Commands and utility classes to export non multidimensional data (usually named relational or jdbc data) from within a web application to MS Excel. |
com.sas.servlet.commands.olap.export | Commands to export multidimensional data (usually named OLAP data) from within a web application to MS Excel. |
com.sas.servlet.util | Provides support and utility classes for com.sas.servlet . |
com.sas.swing.visuals.dataselectors | Provides classes for creating data selectors and data selector panels. |
com.sas.swing.visuals.remotefileselector.actions | The primary focus of the com.sas.swing.visuals.remotefileselector.actions package is to provide the classes used to manipulate the user interface when various toolbar, button, and popmenu actions are triggered. |
com.sas.swing.visuals.tableview.actions |
Uses of DynamicAttributeCommandInterface in com.sas.actionprovider |
---|
Methods in com.sas.actionprovider that return DynamicAttributeCommandInterface | |
---|---|
DynamicAttributeCommandInterface |
HttpActionProvider.executeCommand(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
java.lang.Object obj)
Executes the command associated with the CMDID parameter on the HttpServletRequest. |
DynamicAttributeCommandInterface |
BaseAction.getCommand()
Returns this Action's command instance. |
DynamicAttributeCommandInterface |
HttpActionProvider.getExecutableCommand(javax.servlet.http.HttpServletRequest request)
Returns an executable copy of the command object referred to by the CMDID parm on the request object and that is stored on the ActionProvider. |
DynamicAttributeCommandInterface |
HttpActionProvider.getStoredCommand(javax.servlet.http.HttpServletRequest request)
Returns the command object that is referenced by the CMDID parameter on the request object and that is stored on the ActionProvider. |
Methods in com.sas.actionprovider with parameters of type DynamicAttributeCommandInterface | |
---|---|
protected void |
BaseAction.applyCommandAttributes(DynamicAttributeCommandInterface command)
Applies all dynamic attributes on the Action to the command. |
void |
HttpActionProvider.applyCommandAttributes(javax.servlet.http.HttpServletRequest request,
DynamicAttributeCommandInterface command)
Applies command attributes that are on the request or are stored on this ActionProvider. |
protected void |
BaseAction.executeCommand(DynamicAttributeCommandInterface command)
Call the command's execute() method. |
void |
HttpActionProvider.executeCommand(DynamicAttributeCommandInterface command,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
java.lang.Object obj)
Executes the command. |
protected void |
BaseAction.fireEvent(DynamicAttributeCommandInterface command)
If the command implements the ContentsChangedInterface and the
command's isContentsChanged() method returns true, then this method tells the SwingActionProvider
to fire a ActionProviderEvent to its listeners. |
void |
BaseAction.setCommand(DynamicAttributeCommandInterface command)
Sets the Action's command instance. |
java.lang.String |
HttpActionProvider.storeCommand(DynamicAttributeCommandInterface command,
java.lang.Object viewer,
java.util.Map storedProperties)
Stores the command on this HttpActionProvider. |
Constructors in com.sas.actionprovider with parameters of type DynamicAttributeCommandInterface | |
---|---|
BaseAction(DynamicAttributeCommandInterface command)
Constructor that takes an instance of a command. |
|
HttpAction(DynamicAttributeCommandInterface command)
Command Constructor |
|
SwingAction(DynamicAttributeCommandInterface command)
Command Constructor |
Uses of DynamicAttributeCommandInterface in com.sas.actionprovider.commands |
---|
Classes in com.sas.actionprovider.commands that implement DynamicAttributeCommandInterface | |
---|---|
class |
MapBaseCommand
|
class |
MapClearSelectionsCommand
This class implements the map's clear selections command. |
class |
MapCollapseCommand
This class implements the map's collapse command. |
class |
MapDrillDownCommand
This class implements the map's drilldown command. |
class |
MapDrillUpCommand
This class implements the map's drillup command. |
class |
MapExpandCommand
This class implements the map's expand command. |
class |
MapExportToExcelCommand
This class implements the map's clear selections command. |
class |
MapFilterSelectionsCommand
This class implements the map's filter selections command. |
class |
MapFullExtentsCommand
This class implements the map's full extents command. |
class |
MapIdentifyCommand
This class implements the map's identify command. |
class |
MapPanCommand
This class implements the map's pan command. |
class |
MapPropertyCommand
This class implements the map's show property sheet command. |
class |
MapRectangularSelectCommand
This class implements the map's select command. |
class |
MapReportLinkingCommand
This class implements the map's report linking command. |
class |
MapResizeCommand
The command used by the ActionProvider to resize an ESRI Map component |
class |
MapSelectCommand
This class implements the map's select command. |
class |
MapSetMeasureCommand
This class implements the map's select command. |
class |
MapZoomInCommand
This class implements the map's zoom in command. |
class |
MapZoomOutCommand
This class implements the map's zoom out command. |
Uses of DynamicAttributeCommandInterface in com.sas.actionprovider.support.graphics |
---|
Classes in com.sas.actionprovider.support.graphics that implement DynamicAttributeCommandInterface | |
---|---|
class |
com.sas.actionprovider.support.graphics.ResizeCommand
The command used by the ActionProvider to resize a column in an OLAPTableView |
Uses of DynamicAttributeCommandInterface in com.sas.commands |
---|
Classes in com.sas.commands that implement DynamicAttributeCommandInterface | |
---|---|
class |
BaseCommand
BaseCommand is the base class for all commands. |
class |
CompositeDynamicAttributeCommand
A command which manages the order of execution and rollback for a group of sub-commands. |
Methods in com.sas.commands with parameters of type DynamicAttributeCommandInterface | |
---|---|
void |
CompositeDynamicAttributeCommand.add(DynamicAttributeCommandInterface command,
java.util.Map dynamicAttributeNames)
Add a command to be executed during this Composite command's execute() . |
protected void |
CompositeDynamicAttributeCommand.applyCommandAttributes(DynamicAttributeCommandInterface command)
|
void |
CompositeDynamicAttributeCommand.remove(DynamicAttributeCommandInterface command)
Removes a command from the list of commands to be executed during this Composite command's execute() . |
Uses of DynamicAttributeCommandInterface in com.sas.commands.dataselectors |
---|
Classes in com.sas.commands.dataselectors that implement DynamicAttributeCommandInterface | |
---|---|
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 |
BaseSelectorCommand
This class will provide the base functionality for all selector commands. |
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 |
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. |
Uses of DynamicAttributeCommandInterface in com.sas.commands.dataselectors.exceptionhighlighting |
---|
Classes in com.sas.commands.dataselectors.exceptionhighlighting that implement DynamicAttributeCommandInterface | |
---|---|
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. |
|
Components |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |