|
Components |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BaseAction | |
---|---|
com.sas.actionprovider | Provides the integrated set of classes that comprise the ActionProvider Framework (APF). |
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.olap | |
com.sas.actionprovider.util.relational | |
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 BaseAction in com.sas.actionprovider |
---|
Subclasses of BaseAction in com.sas.actionprovider | |
---|---|
class |
HttpAction
The HttpAction class is the base class for all actions acquired from the HttpActionProvider. |
class |
SelectorAction
The SelectorAction class defines additional type-based attributes specific to actions used by selectors. |
class |
SwingAction
The SwingAction class is the base class for all actions acquired from the SwingActionProvider. |
Methods in com.sas.actionprovider that return BaseAction | |
---|---|
BaseAction |
ActionList.get(java.lang.String actionType)
Returns the action with the specified actionType. |
BaseAction |
HttpActionProvider.getAction(BaseAction action,
boolean fromPoolIfPossible)
INTERNAL USE ONLY Convenience method for acquiring an Action, with the same attributes and attribute values as the action argument, from the appropriate pool if fromPoolIfPossible argument is true. |
BaseAction |
BaseActionProvider.getAction(BaseAction action,
boolean fromPoolIfPossible)
INTERNAL USE ONLY Convenience method for acquiring an Action, with the same attributes and attribute values as the action argument, from the appropriate pool if fromPoolIfPossible argument is true. |
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. |
BaseAction |
BaseActionProvider.getDefaultAction(java.lang.String supportType,
java.lang.String areaType,
java.lang.String actionType)
Returns the Action associated with the specified actionType and areaType on the support class that is associated with the supportType argument. |
BaseAction |
BaseActionProvider.newActionInstance(java.lang.String supportType,
java.lang.String areaType,
java.lang.String actionType)
Returns a new instance of a default actionType. |
Methods in com.sas.actionprovider with parameters of type BaseAction | |
---|---|
BaseAction |
HttpActionProvider.getAction(BaseAction action,
boolean fromPoolIfPossible)
INTERNAL USE ONLY Convenience method for acquiring an Action, with the same attributes and attribute values as the action argument, from the appropriate pool if fromPoolIfPossible argument is true. |
BaseAction |
BaseActionProvider.getAction(BaseAction action,
boolean fromPoolIfPossible)
INTERNAL USE ONLY Convenience method for acquiring an Action, with the same attributes and attribute values as the action argument, from the appropriate pool if fromPoolIfPossible argument is true. |
static void |
SelectorAction.moveAttributes(BaseAction source,
BaseAction target)
INTERNAL USE ONLY Used by the APF in pooling strategy when making copies of the default ( template ) Action. |
static void |
HttpAction.moveAttributes(BaseAction source,
BaseAction target)
INTERNAL USE ONLY Used by the APF in pooling strategy when making copies of the default ( template ) Action. |
static void |
BaseAction.moveAttributes(BaseAction source,
BaseAction target)
INTERNAL USE ONLY Used by the APF in pooling strategy when making copies of the default ( template ) Action. |
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.returnAction(BaseAction action)
INTERNAL USE ONLY Return an Action the correct pool |
void |
BaseActionProvider.returnAction(BaseAction action)
Base implementation of convenience method for returning an Action to the correct pool. |
void |
BaseActionProvider.setAction(BaseAction action,
java.util.Collection viewers,
Area area)
Register a new Action with the ActionProvider for the purpose of either overriding a default Action or adding a custom 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 |
HttpActionProvider.validateAction(BaseAction action,
java.util.Collection viewers,
Area area)
Validates actions for the setAction() method. |
protected void |
BaseActionProvider.validateAction(BaseAction action,
java.util.Collection viewers,
Area area)
Validates actions for the setAction() method. |
Uses of BaseAction in com.sas.actionprovider.strategies |
---|
Methods in com.sas.actionprovider.strategies with parameters of type BaseAction | |
---|---|
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. |
void |
BaseActionStrategy.initializeAction(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Initializes all default settings for an Action. |
void |
ActionStrategyInterface.initializeAction(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Initializes all default settings for an Action. |
protected void |
MapZoomOutStrategy.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
|
protected void |
MapZoomInStrategy.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
|
protected void |
MapSelectStrategy.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
|
protected void |
MapResizeStrategy.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
|
protected void |
MapReportLinkingStrategy.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
|
protected void |
MapRectangularSelectStrategy.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
|
protected void |
MapPropertyStrategy.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
|
protected void |
MapPanStrategy.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
|
protected void |
MapIdentifyStrategy.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
|
protected void |
MapFullExtentsStrategy.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
|
protected void |
MapFilterSelectionsStrategy.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
|
protected void |
MapExportToExcelStrategy.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
|
protected void |
MapClearSelectionsStrategy.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
|
protected void |
BaseMapStrategy.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
|
protected void |
BaseActionStrategy.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Initializes an Action with all its default attributes, default AttributeDescriptor property settings and default values for non-locale-dependent attributes. |
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. |
void |
BaseActionStrategy.setLocaleDependentDefaultAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Sets the Action's default locale dependent attribute values. |
void |
ActionStrategyInterface.setLocaleDependentDefaultAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Sets the Action's default locale dependent attribute values. |
Uses of BaseAction in com.sas.actionprovider.strategies.olap |
---|
Methods in com.sas.actionprovider.strategies.olap with parameters of type BaseAction | |
---|---|
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. |
protected void |
MapSetMeasureStrategy.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
|
protected void |
MapExpandStrategy.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
|
protected void |
MapDrillUpStrategy.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
|
protected void |
MapDrillDownStrategy.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
|
protected void |
MapCollapseStrategy.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
|
protected void |
TitleLabelStrategy.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
|
protected void |
ShowDetailDataStrategyHeaderCell.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
|
protected void |
ShowDetailDataStrategyDataCell.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
|
protected void |
MeasureLabelStrategy.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
|
protected void |
LastHeaderLabelStrategy.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
|
protected void |
HeaderLabelStrategy.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
|
protected void |
DefaultTitleStrategy.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
|
protected void |
DefaultHeaderStrategy.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
|
protected void |
DefaultDataCellStrategy.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
|
protected void |
BaseEmptyLabelStrategy.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
|
protected void |
BaseDetailDataStrategy.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
|
protected void |
TotalsSelectorStrategy.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
|
protected void |
SortSelectorStrategy.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
|
protected void |
SimpleCalculatedItemSelectorStrategy.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
|
protected void |
ShowDetailDataSelectorStrategy.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
|
protected void |
RotateStrategy.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
|
protected void |
QuerySelectorStrategy.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
|
protected void |
PercentCalculationsSelectorStrategy.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
|
protected void |
MoveStrategyTitleCell.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
|
protected void |
MoveStrategyHeaderCell.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
|
protected void |
MoveOutStrategyTitleCell.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
|
protected void |
MoveOutStrategyHeaderCell.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
|
protected void |
MoveMeasureOutStrategy.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
|
protected void |
MoveMeasureLabelStrategy.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
|
protected void |
MoveMeasureInStrategy.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
|
protected void |
MoveInStrategyTitleCell.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
|
protected void |
MoveInStrategyHeaderCell.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
|
protected void |
LevelLabelDescendingSortStrategy.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
|
protected void |
LevelLabelAscendingSortStrategy.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
|
protected void |
FilterSelectorStrategy.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
|
protected void |
FilterAndRankSelectorStrategy.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
|
protected void |
ExportToExcelStrategy.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
|
protected void |
ExpandStrategy.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
|
protected void |
ExpandAllStrategy.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
|
protected void |
DrillUpStrategy.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
|
protected void |
DrillDownStrategy.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
|
protected void |
CopyStrategy.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
|
protected void |
CollapseStrategy.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
|
protected void |
CollapseAllStrategy.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
|
protected void |
ClearLevelLabelSortStrategy.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
|
protected void |
ClearCellValueSortStrategy.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
|
protected void |
CellValueDescendingSortStrategy.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
|
protected void |
CellValueAscendingSortStrategy.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
|
protected void |
BaseTitleStrategy.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
|
protected void |
BaseSelectorStrategy.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
|
protected void |
BaseOLAPStrategy.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
|
protected void |
BaseOLAPModelStrategy.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
|
protected void |
BaseHeaderStrategy.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
|
protected void |
BaseDataCellStrategy.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
|
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)
|
void |
TitleLabelStrategy.setLocaleDependentDefaultAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Sets the Action's default locale dependent attribute values. |
void |
ShowDetailDataStrategyHeaderCell.setLocaleDependentDefaultAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Sets the Action's default locale dependent attribute values. |
void |
MeasureLabelStrategy.setLocaleDependentDefaultAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Sets the Action's default locale dependent attribute values. |
void |
LastHeaderLabelStrategy.setLocaleDependentDefaultAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Sets the Action's default locale dependent attribute values. |
void |
BaseDetailDataStrategy.setLocaleDependentDefaultAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Sets the Action's default locale dependent attribute values. |
void |
TotalsSelectorStrategy.setLocaleDependentDefaultAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Sets the Action's default locale dependent attribute values. |
void |
SortSelectorStrategy.setLocaleDependentDefaultAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Sets the Action's default locale dependent attribute values. |
void |
SortLabelStrategy.setLocaleDependentDefaultAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Sets the Action's default locale dependent attribute values. |
void |
SimpleCalculatedItemSelectorStrategy.setLocaleDependentDefaultAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Sets the Action's default locale dependent attribute values. |
void |
ShowDetailDataSelectorStrategy.setLocaleDependentDefaultAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Sets the Action's default locale dependent attribute values. |
void |
RotateStrategy.setLocaleDependentDefaultAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Sets the Action's default locale dependent attribute values. |
void |
QuerySelectorStrategy.setLocaleDependentDefaultAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Sets the Action's default locale dependent attribute values. |
void |
PercentCalculationsSelectorStrategy.setLocaleDependentDefaultAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Sets the Action's default locale dependent attribute values. |
void |
MoveStrategyTitleCell.setLocaleDependentDefaultAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Sets the Action's default locale dependent attribute values. |
void |
MoveStrategyHeaderCell.setLocaleDependentDefaultAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Sets the Action's default locale dependent attribute values. |
void |
MoveMeasureLabelStrategy.setLocaleDependentDefaultAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Sets the Action's default locale dependent attribute values. |
void |
MoveLabelStrategyTitleCell.setLocaleDependentDefaultAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Sets the Action's default locale dependent attribute values. |
void |
MoveLabelStrategyHeaderCell.setLocaleDependentDefaultAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Sets the Action's default locale dependent attribute values. |
void |
LevelLabelDescendingSortStrategy.setLocaleDependentDefaultAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Sets the Action's default locale dependent attribute values. |
void |
LevelLabelAscendingSortStrategy.setLocaleDependentDefaultAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Sets the Action's default locale dependent attribute values. |
void |
FilterSelectorStrategy.setLocaleDependentDefaultAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Sets the Action's default locale dependent attribute values. |
void |
FilterAndRankSelectorStrategy.setLocaleDependentDefaultAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Sets the Action's default locale dependent attribute values. |
void |
ExportToExcelStrategy.setLocaleDependentDefaultAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Sets the Action's default locale dependent attribute values. |
void |
ExpandStrategy.setLocaleDependentDefaultAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Sets the Action's default locale dependent attribute values. |
void |
ExpandAllStrategy.setLocaleDependentDefaultAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Sets the Action's default locale dependent attribute values. |
void |
DrillUpStrategy.setLocaleDependentDefaultAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Sets the Action's default locale dependent attribute values. |
void |
DrillDownStrategy.setLocaleDependentDefaultAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Sets the Action's default locale dependent attribute values. |
void |
CopyStrategy.setLocaleDependentDefaultAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Sets the Action's default locale dependent attribute values. |
void |
CollapseStrategy.setLocaleDependentDefaultAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Sets the Action's default locale dependent attribute values. |
void |
CollapseAllStrategy.setLocaleDependentDefaultAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Sets the Action's default locale dependent attribute values. |
void |
ClearLevelLabelSortStrategy.setLocaleDependentDefaultAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Sets the Action's default locale dependent attribute values. |
void |
ClearCellValueSortStrategy.setLocaleDependentDefaultAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Sets the Action's default locale dependent attribute values. |
void |
CellValueDescendingSortStrategy.setLocaleDependentDefaultAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Sets the Action's default locale dependent attribute values. |
void |
CellValueAscendingSortStrategy.setLocaleDependentDefaultAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Sets the Action's default locale dependent attribute values. |
Uses of BaseAction in com.sas.actionprovider.strategies.relational |
---|
Methods in com.sas.actionprovider.strategies.relational with parameters of type BaseAction | |
---|---|
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 void |
UpdateRowStrategy.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
|
protected void |
SortColumnDescendingStrategyHeader.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Initializes the Action with all its default attributes, default AttributeDescriptor property settings and default values for non-locale-dependent attributes. |
protected void |
SortColumnAscendingStrategyHeader.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Initializes the Action with all its default attributes, default AttributeDescriptor property settings and default values for non-locale-dependent attributes. |
protected void |
HttpInsertRowStrategy.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
|
protected void |
HttpDeleteRowStrategy.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
|
protected void |
EditSortDescendingStrategy.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
|
protected void |
EditSortAscendingStrategy.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
|
protected void |
EditMoveColumnRightStrategy.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
|
protected void |
EditMoveColumnLeftStrategy.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
|
protected void |
EditClearSortStrategy.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
|
protected void |
CommitRowStrategy.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
|
protected void |
CommitDeleteStrategy.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
|
protected void |
ColumnHeaderStrategy.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
|
protected void |
CancelRowStrategy.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
|
protected void |
BaseRowEditStrategy.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
|
protected void |
BaseEditSortStrategy.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
|
protected void |
BaseEditMoveColumnStrategy.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
|
protected void |
BaseEditEnabledStrategy.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
|
protected void |
TotalsSelectorStrategy.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Initializes the Action with all its default attributes, default AttributeDescriptor property settings and default values for non-locale-dependent attributes. |
protected void |
SortSelectorStrategy.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Initializes the Action with all its default attributes, default AttributeDescriptor property settings and default values for non-locale-dependent attributes. |
protected void |
SortColumnDescendingStrategy.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Initializes the Action with all its default attributes, default AttributeDescriptor property settings and default values for non-locale-dependent attributes. |
protected void |
SortColumnAscendingStrategy.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Initializes the Action with all its default attributes, default AttributeDescriptor property settings and default values for non-locale-dependent attributes. |
protected void |
SimpleCalculatedItemSelectorStrategy.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Initializes the Action with all its default attributes, default AttributeDescriptor property settings and default values for non-locale-dependent attributes. |
protected void |
ShowColumnStrategy.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Initializes the Action with all its default attributes, default AttributeDescriptor property settings and default values for non-locale-dependent attributes. |
protected void |
ShowAllColumnsStrategy.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Initializes the Action with all its default attributes, default AttributeDescriptor property settings and default values for non-locale-dependent attributes. |
protected void |
ReleaseSelectedRowStrategy.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Initializes the Action with all its default attributes, default AttributeDescriptor property settings and default values for non-locale-dependent attributes. |
protected void |
ReleaseSelectedColumnStrategy.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Initializes the Action with all its default attributes, default AttributeDescriptor property settings and default values for non-locale-dependent attributes. |
protected void |
ReleaseRowStrategy.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Initializes the Action with all its default attributes, default AttributeDescriptor property settings and default values for non-locale-dependent attributes. |
protected void |
ReleaseColumnStrategy.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Initializes the Action with all its default attributes, default AttributeDescriptor property settings and default values for non-locale-dependent attributes. |
protected void |
ReleaseAllRowsStrategy.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Initializes the Action with all its default attributes, default AttributeDescriptor property settings and default values for non-locale-dependent attributes. |
protected void |
ReleaseAllColumnsStrategy.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Initializes the Action with all its default attributes, default AttributeDescriptor property settings and default values for non-locale-dependent attributes. |
protected void |
QuerySelectorStrategy.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Initializes the Action with all its default attributes, default AttributeDescriptor property settings and default values for non-locale-dependent attributes. |
protected void |
PercentCalculationsSelectorStrategy.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Initializes the Action with all its default attributes, default AttributeDescriptor property settings and default values for non-locale-dependent attributes. |
protected void |
PasteStrategy.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Initializes the Action with all its default attributes, default AttributeDescriptor property settings and default values for non-locale-dependent attributes. |
protected void |
MoveColumnRightStrategy.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Initializes the Action with all its default attributes, default AttributeDescriptor property settings and default values for non-locale-dependent attributes. |
protected void |
MoveColumnMenuStrategy.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Initializes the Action with all its default attributes, default AttributeDescriptor property settings and default values for non-locale-dependent attributes. |
protected void |
MoveColumnLeftStrategy.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Initializes the Action with all its default attributes, default AttributeDescriptor property settings and default values for non-locale-dependent attributes. |
protected void |
InsertRowStrategy.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Initializes the Action with all its default attributes, default AttributeDescriptor property settings and default values for non-locale-dependent attributes. |
protected void |
HoldRowTopStrategy.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Initializes the Action with all its default attributes, default AttributeDescriptor property settings and default values for non-locale-dependent attributes. |
protected void |
HoldRowMenuStrategy.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Initializes the Action with all its default attributes, default AttributeDescriptor property settings and default values for non-locale-dependent attributes. |
protected void |
HoldRowBottomStrategy.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Initializes the Action with all its default attributes, default AttributeDescriptor property settings and default values for non-locale-dependent attributes. |
protected void |
HoldColumnRightStrategy.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Initializes the Action with all its default attributes, default AttributeDescriptor property settings and default values for non-locale-dependent attributes. |
protected void |
HoldColumnLeftStrategy.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Initializes the Action with all its default attributes, default AttributeDescriptor property settings and default values for non-locale-dependent attributes. |
protected void |
HideColumnStrategy.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Initializes the Action with all its default attributes, default AttributeDescriptor property settings and default values for non-locale-dependent attributes. |
protected void |
FilterSelectorStrategy.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Initializes the Action with all its default attributes, default AttributeDescriptor property settings and default values for non-locale-dependent attributes. |
protected void |
ExportToExcelStrategy.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Initializes the Action with all its default attributes, default AttributeDescriptor property settings and default values for non-locale-dependent attributes. |
protected void |
DragColumnStrategy.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Initializes the Action with all its default attributes, default AttributeDescriptor property settings and default values for non-locale-dependent attributes. |
protected void |
DeleteRowStrategy.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Initializes the Action with all its default attributes, default AttributeDescriptor property settings and default values for non-locale-dependent attributes. |
protected void |
CutStrategy.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Initializes the Action with all its default attributes, default AttributeDescriptor property settings and default values for non-locale-dependent attributes. |
protected void |
CopyStrategy.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Initializes the Action with all its default attributes, default AttributeDescriptor property settings and default values for non-locale-dependent attributes. |
protected void |
CommitInsertedRowStrategy.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Initializes the Action with all its default attributes, default AttributeDescriptor property settings and default values for non-locale-dependent attributes. |
protected void |
ClearStrategy.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Initializes the Action with all its default attributes, default AttributeDescriptor property settings and default values for non-locale-dependent attributes. |
protected void |
ClearSortStrategy.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Initializes the Action with all its default attributes, default AttributeDescriptor property settings and default values for non-locale-dependent attributes. |
protected void |
CancelRowInsertStrategy.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Initializes the Action with all its default attributes, default AttributeDescriptor property settings and default values for non-locale-dependent attributes. |
protected void |
BaseTableStrategy.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Initializes the Action with all its default attributes, default AttributeDescriptor property settings and default values for non-locale-dependent attributes. |
protected void |
BaseTableRowStrategy.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Initializes the Action with all its default attributes, default AttributeDescriptor property settings and default values for non-locale-dependent attributes. |
protected void |
BaseTableRowColumnStrategy.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Initializes the Action with all its default attributes, default AttributeDescriptor property settings and default values for non-locale-dependent attributes. |
protected void |
BaseTableColumnStrategy.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Initializes the Action with all its default attributes, default AttributeDescriptor property settings and default values for non-locale-dependent attributes. |
protected void |
BaseSortStrategy.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Initializes the Action with all its default attributes, default AttributeDescriptor property settings and default values for non-locale-dependent attributes. |
protected void |
BaseSelectorStrategy.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Initializes the Action with all its default attributes, default AttributeDescriptor property settings and default values for non-locale-dependent attributes. |
protected void |
BaseRelationalModelStrategy.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Initializes the Action with all its default attributes, default AttributeDescriptor property settings and default values for non-locale-dependent attributes. |
protected void |
BaseMoveColumnStrategy.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
|
protected void |
BaseModelRowStrategy.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Initializes the Action with all its default attributes, default AttributeDescriptor property settings and default values for non-locale-dependent attributes. |
protected void |
BaseModelColumnStrategy.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Initializes the Action with all its default attributes, default AttributeDescriptor property settings and default values for non-locale-dependent attributes. |
protected void |
BaseHoldRowStrategy.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Initializes the Action with all its default attributes, default AttributeDescriptor property settings and default values for non-locale-dependent attributes. |
protected void |
BaseHoldColumnStrategy.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Initializes the Action with all its default attributes, default AttributeDescriptor property settings and default values for non-locale-dependent attributes. |
protected void |
AddRowStrategy.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Initializes the Action with all its default attributes, default AttributeDescriptor property settings and default values for non-locale-dependent attributes. |
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. |
void |
BaseRelationalStrategy.setLabelAndMnemonicOnAction(BaseAction action,
java.lang.String label)
|
void |
UpdateRowStrategy.setLocaleDependentDefaultAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Sets the Action's default locale dependent attribute values. |
void |
SortColumnDescendingStrategyHeader.setLocaleDependentDefaultAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Sets the Action's default locale dependent attribute values. |
void |
SortColumnAscendingStrategyHeader.setLocaleDependentDefaultAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Sets the Action's default locale dependent attribute values. |
void |
HttpInsertRowStrategy.setLocaleDependentDefaultAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Sets the Action's default locale dependent attribute values. |
void |
HttpDeleteRowStrategy.setLocaleDependentDefaultAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Sets the Action's default locale dependent attribute values. |
void |
EditSortDescendingStrategy.setLocaleDependentDefaultAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Sets the Action's default locale dependent attribute values. |
void |
EditSortAscendingStrategy.setLocaleDependentDefaultAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Sets the Action's default locale dependent attribute values. |
void |
EditMoveColumnRightStrategy.setLocaleDependentDefaultAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Sets the Action's default locale dependent attribute values. |
void |
EditMoveColumnLeftStrategy.setLocaleDependentDefaultAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Sets the Action's default locale dependent attribute values. |
void |
EditClearSortStrategy.setLocaleDependentDefaultAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Sets the Action's default locale dependent attribute values. |
void |
CommitRowStrategy.setLocaleDependentDefaultAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Sets the Action's default locale dependent attribute values. |
void |
CommitDeleteStrategy.setLocaleDependentDefaultAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Sets the Action's default locale dependent attribute values. |
void |
ColumnHeaderStrategy.setLocaleDependentDefaultAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Sets the Action's default locale dependent attribute values. |
void |
CancelRowStrategy.setLocaleDependentDefaultAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Sets the Action's default locale dependent attribute values. |
void |
TotalsSelectorStrategy.setLocaleDependentDefaultAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Sets the Action's default locale dependent attribute values. |
void |
SortSelectorStrategy.setLocaleDependentDefaultAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Sets the Action's default locale dependent attribute values. |
void |
SortColumnDescendingStrategy.setLocaleDependentDefaultAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Sets the Action's default locale dependent attribute values. |
void |
SortColumnAscendingStrategy.setLocaleDependentDefaultAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Sets the Action's default locale dependent attribute values. |
void |
SimpleCalculatedItemSelectorStrategy.setLocaleDependentDefaultAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Sets the Action's default locale dependent attribute values. |
void |
ShowColumnStrategy.setLocaleDependentDefaultAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Sets the Action's default locale dependent attribute values. |
void |
ShowAllColumnsStrategy.setLocaleDependentDefaultAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Sets the Action's default locale dependent attribute values. |
void |
ReleaseSelectedRowStrategy.setLocaleDependentDefaultAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Sets the Action's default locale dependent attribute values. |
void |
ReleaseSelectedColumnStrategy.setLocaleDependentDefaultAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Sets the Action's default locale dependent attribute values. |
void |
ReleaseRowStrategy.setLocaleDependentDefaultAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Sets the Action's default locale dependent attribute values. |
void |
ReleaseColumnStrategy.setLocaleDependentDefaultAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Sets the Action's default locale dependent attribute values. |
void |
ReleaseAllRowsStrategy.setLocaleDependentDefaultAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Sets the Action's default locale dependent attribute values. |
void |
ReleaseAllColumnsStrategy.setLocaleDependentDefaultAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Sets the Action's default locale dependent attribute values. |
void |
QuerySelectorStrategy.setLocaleDependentDefaultAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Sets the Action's default locale dependent attribute values. |
void |
PercentCalculationsSelectorStrategy.setLocaleDependentDefaultAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Sets the Action's default locale dependent attribute values. |
void |
PasteStrategy.setLocaleDependentDefaultAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Sets the Action's default locale dependent attribute values. |
void |
MoveColumnRightStrategy.setLocaleDependentDefaultAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Sets the Action's default locale dependent attribute values. |
void |
MoveColumnLeftStrategy.setLocaleDependentDefaultAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Sets the Action's default locale dependent attribute values. |
void |
InsertRowStrategy.setLocaleDependentDefaultAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Sets the Action's default locale dependent attribute values. |
void |
HoldRowTopStrategy.setLocaleDependentDefaultAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Sets the Action's default locale dependent attribute values. |
void |
HoldRowBottomStrategy.setLocaleDependentDefaultAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Sets the Action's default locale dependent attribute values. |
void |
HoldColumnRightStrategy.setLocaleDependentDefaultAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Sets the Action's default locale dependent attribute values. |
void |
HoldColumnLeftStrategy.setLocaleDependentDefaultAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Sets the Action's default locale dependent attribute values. |
void |
HideColumnStrategy.setLocaleDependentDefaultAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Sets the Action's default locale dependent attribute values. |
void |
FilterSelectorStrategy.setLocaleDependentDefaultAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Sets the Action's default locale dependent attribute values. |
void |
ExportToExcelStrategy.setLocaleDependentDefaultAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Sets the Action's default locale dependent attribute values. |
void |
DragColumnStrategy.setLocaleDependentDefaultAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Sets the Action's default locale dependent attribute values. |
void |
DeleteRowStrategy.setLocaleDependentDefaultAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Sets the Action's default locale dependent attribute values. |
void |
CutStrategy.setLocaleDependentDefaultAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Sets the Action's default locale dependent attribute values. |
void |
CopyStrategy.setLocaleDependentDefaultAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Sets the Action's default locale dependent attribute values. |
void |
CommitInsertedRowStrategy.setLocaleDependentDefaultAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Sets the Action's default locale dependent attribute values. |
void |
ClearStrategy.setLocaleDependentDefaultAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Sets the Action's default locale dependent attribute values. |
void |
ClearSortStrategy.setLocaleDependentDefaultAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Sets the Action's default locale dependent attribute values. |
void |
CancelRowInsertStrategy.setLocaleDependentDefaultAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Sets the Action's default locale dependent attribute values. |
void |
AddRowStrategy.setLocaleDependentDefaultAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Sets the Action's default locale dependent attribute values. |
Uses of BaseAction in com.sas.actionprovider.strategies.remotefile2 |
---|
Methods in com.sas.actionprovider.strategies.remotefile2 with parameters of type BaseAction | |
---|---|
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 void |
SortColumnDescendingStrategyHeader.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Initializes the Action with all its default attributes, default AttributeDescriptor property settings and default values for non-locale-dependent attributes. |
protected void |
SortColumnAscendingStrategyHeader.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Initializes the Action with all its default attributes, default AttributeDescriptor property settings and default values for non-locale-dependent attributes. |
protected void |
SelectFileStrategy.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Initializes the Action with all its default attributes, default AttributeDescriptor property settings and default values for non-locale-dependent attributes. |
protected void |
OpenFolderStrategyCombo.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Initializes the Action with all its default attributes, default AttributeDescriptor property settings and default values for non-locale-dependent attributes. |
protected void |
OpenFolderStrategy.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Initializes the Action with all its default attributes, default AttributeDescriptor property settings and default values for non-locale-dependent attributes. |
protected void |
HttpUpOneLevelStrategy.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
|
protected void |
HttpSearchStrategy.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Initializes the Action with all its default attributes, default AttributeDescriptor property settings and default values for non-locale-dependent attributes. |
protected void |
DisplaySearchResultsStrategy.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Initializes the Action with all its default attributes, default AttributeDescriptor property settings and default values for non-locale-dependent attributes. |
protected void |
UpOneLevelStrategy.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Initializes the Action with all its default attributes, default AttributeDescriptor property settings and default values for non-locale-dependent attributes. |
protected void |
RenameStrategy.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Initializes the Action with all its default attributes, default AttributeDescriptor property settings and default values for non-locale-dependent attributes. |
protected void |
PasteStrategy.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Initializes the Action with all its default attributes, default AttributeDescriptor property settings and default values for non-locale-dependent attributes. |
protected void |
DeleteStrategy.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Initializes the Action with all its default attributes, default AttributeDescriptor property settings and default values for non-locale-dependent attributes. |
protected void |
CutStrategy.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Initializes the Action with all its default attributes, default AttributeDescriptor property settings and default values for non-locale-dependent attributes. |
protected void |
BaseRemoteFileStrategy.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Initializes the Action with all its default attributes, default AttributeDescriptor property settings and default values for non-locale-dependent attributes. |
protected void |
BaseDataCellStrategy.initializeActionAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Initializes the Action with all its default attributes, default AttributeDescriptor property settings and default values for non-locale-dependent attributes. |
void |
SortColumnDescendingStrategyHeader.setLocaleDependentDefaultAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Sets the Action's default locale dependent attribute values. |
void |
SortColumnAscendingStrategyHeader.setLocaleDependentDefaultAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Sets the Action's default locale dependent attribute values. |
void |
SelectFileStrategy.setLocaleDependentDefaultAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Sets the Action's default locale dependent attribute values. |
void |
OpenFolderStrategyCombo.setLocaleDependentDefaultAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Sets the Action's default locale dependent attribute values. |
void |
HttpSearchStrategy.setLocaleDependentDefaultAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Sets the Action's default locale dependent attribute values. |
void |
UpOneLevelStrategy.setLocaleDependentDefaultAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Sets the Action's default locale dependent attribute values. |
void |
RenameStrategy.setLocaleDependentDefaultAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Sets the Action's default locale dependent attribute values. |
void |
PasteStrategy.setLocaleDependentDefaultAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Sets the Action's default locale dependent attribute values. |
void |
DeleteStrategy.setLocaleDependentDefaultAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Sets the Action's default locale dependent attribute values. |
void |
CutStrategy.setLocaleDependentDefaultAttributes(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
Sets the Action's default locale dependent attribute values. |
Uses of BaseAction in com.sas.actionprovider.support |
---|
Fields in com.sas.actionprovider.support declared as BaseAction | |
---|---|
protected BaseAction |
BaseNavigationBarSupport.cancelAction
The cancel action. |
protected BaseAction |
BaseNavigationBarSupport.commitAction
The commit action. |
protected BaseAction |
BaseNavigationBarSupport.deleteAction
The delete action. |
protected BaseAction |
BaseNavigationBarSupport.firstColumnAction
The firstColumn action. |
protected BaseAction |
HttpNavigationBarSupport.firstColumnEditEnabledAction
The firstColumn action when editing is enabled. |
protected BaseAction |
BaseNavigationBarSupport.firstRowAction
The firstRow action. |
protected BaseAction |
HttpNavigationBarSupport.firstRowEditEnabledAction
The firstRow action when editing is enabled. |
protected BaseAction |
BaseNavigationBarSupport.gotoColumnAction
The gotoColumn action. |
protected BaseAction |
HttpNavigationBarSupport.gotoColumnEditEnabledAction
The gotoColumn action when editing is enabled. |
protected BaseAction |
BaseNavigationBarSupport.gotoRowAction
The gotoRow action. |
protected BaseAction |
HttpNavigationBarSupport.gotoRowEditEnabledAction
The gotoRow action when editing is enabled. |
protected BaseAction |
BaseNavigationBarSupport.insertAction
The insert action. |
protected BaseAction |
BaseNavigationBarSupport.lastColumnAction
The lastColumn action. |
protected BaseAction |
HttpNavigationBarSupport.lastColumnEditEnabledAction
The lastColumn action when editing is enabled. |
protected BaseAction |
BaseNavigationBarSupport.lastRowAction
The lastRow action. |
protected BaseAction |
HttpNavigationBarSupport.lastRowEditEnabledAction
The lastRow action when editing is enabled. |
protected BaseAction |
BaseNavigationBarSupport.nextColumnAction
The nextColumn action. |
protected BaseAction |
HttpNavigationBarSupport.nextColumnEditEnabledAction
The nextColumn action when editing is enabled. |
protected BaseAction |
BaseNavigationBarSupport.nextRowAction
The nextRow action. |
protected BaseAction |
HttpNavigationBarSupport.nextRowEditEnabledAction
The nextRow action when editing is enabled. |
protected BaseAction |
BaseNavigationBarSupport.pageBackwardColumnsAction
The pageBackwardColumns action. |
protected BaseAction |
HttpNavigationBarSupport.pageBackwardColumnsEditEnabledAction
The pageBackwardColumn action when editing is enabled. |
protected BaseAction |
BaseNavigationBarSupport.pageBackwardRowsAction
The pageBackwardRows action. |
protected BaseAction |
HttpNavigationBarSupport.pageBackwardRowsEditEnabledAction
The pageBackwardRow action when editing is enabled. |
protected BaseAction |
BaseNavigationBarSupport.pageForwardColumnsAction
The pageForwardColumns action. |
protected BaseAction |
HttpNavigationBarSupport.pageForwardColumnsEditEnabledAction
The pageForwardColumn action when editing is enabled. |
protected BaseAction |
BaseNavigationBarSupport.pageForwardRowsAction
The pageForwardRows action. |
protected BaseAction |
HttpNavigationBarSupport.pageForwardRowsEditEnabledAction
The pageForwardRow action when editing is enabled. |
protected BaseAction |
BaseNavigationBarSupport.previousColumnAction
The previousColumn action. |
protected BaseAction |
HttpNavigationBarSupport.previousColumnEditEnabledAction
The previousColumn action when editing is enabled. |
protected BaseAction |
BaseNavigationBarSupport.previousRowAction
The previousRow action. |
protected BaseAction |
HttpNavigationBarSupport.previousRowEditEnabledAction
The previousRow action when editing is enabled. |
protected BaseAction |
BaseNavigationBarSupport.updateAction
The update action. |
Methods in com.sas.actionprovider.support that return BaseAction | |
---|---|
protected BaseAction |
ESRIToolbarSupport.createAndRegisterAction(java.lang.String areaType,
java.lang.String actionType)
|
protected BaseAction |
ESRIMapSupport.createAndRegisterAction(java.lang.String areaType,
java.lang.String actionType)
|
protected BaseAction |
HttpNavigationBarSupport.defineActionProperties(BaseAction action,
java.lang.String actionType)
Returns an action whose default dynamic attributes have been defined according to their actionType. |
protected BaseAction |
BaseNavigationBarSupport.defineActionProperties(BaseAction action,
java.lang.String actionType)
Returns an action whose default dynamic attributes have been defined according to their actionType. |
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. |
BaseAction |
BaseActionProviderSupport.getDefaultAction(java.lang.String areaType,
java.lang.String actionType)
Return the specific default action registered for a specific areaType. |
BaseAction |
BaseActionProviderCompositeSupport.getDefaultAction(java.lang.String areaType,
java.lang.String actionType)
Return the specific default action registered for a specific areaType. |
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. |
BaseAction |
SwingNavigationBarSupport.newActionInstance(java.lang.String actionType)
Return a newly instantiated default HttpAction based on the specified actionType or return null if actionType not recognized. |
BaseAction |
ESRIToolbarSupport.newActionInstance(java.lang.String actionArea,
java.lang.String actionType)
Return a newly instantiated default Action based on the specified actionType or return null if actionType not recognized. |
BaseAction |
ESRIMapSupport.newActionInstance(java.lang.String actionArea,
java.lang.String actionType)
Return a newly instantiated default Action based on the specified actionType or return null if actionType not recognized. |
BaseAction |
HttpNavigationBarSupport.newActionInstance(java.lang.String areaType,
java.lang.String actionType)
Return a newly instantiated default Action based on the specified actionType or return null if actionType not recognized. |
BaseAction |
SwingNavigationBarSupport.newActionInstance(java.lang.String areaType,
java.lang.String actionType)
Return a newly instantiated default HttpAction based on the specified actionType or return null if actionType not recognized. |
BaseAction |
BaseCustomSupport.newActionInstance(java.lang.String areaType,
java.lang.String actionType)
This method always returns null because no default actions are defined on this support class. |
abstract BaseAction |
BaseActionProviderSupport.newActionInstance(java.lang.String areaType,
java.lang.String actionType)
Returns a new instance of a default actionType. |
BaseAction |
BaseActionProviderCompositeSupport.newActionInstance(java.lang.String areaType,
java.lang.String actionType)
Returns a new instance of a default actionType. |
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 |
Methods in com.sas.actionprovider.support with parameters of type BaseAction | |
---|---|
protected void |
BaseActionProviderSupport.addDefaultAction(BaseAction action,
java.lang.String areaType)
Registers a default action for a specific area and ensure that the specified areaType is registered as a valid areaType. |
protected BaseAction |
HttpNavigationBarSupport.defineActionProperties(BaseAction action,
java.lang.String actionType)
Returns an action whose default dynamic attributes have been defined according to their actionType. |
protected BaseAction |
BaseNavigationBarSupport.defineActionProperties(BaseAction action,
java.lang.String actionType)
Returns an action whose default dynamic attributes have been defined according to their 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 void |
BaseActionProviderSupport.registerCustomAction(BaseAction action,
Area area,
java.util.Collection viewers,
java.util.Map customActionTypesMap)
Registers a custom Action with this support class for the areaType specified. |
protected void |
BaseActionProviderSupport.registerOverrideAction(BaseAction action,
Area area,
java.util.Collection viewers,
java.util.Map defaultActionTypesMap)
Registers an override Action with this support class for the areaType specified. |
void |
BaseActionProviderSupport.setAction(BaseAction action,
java.util.Collection viewers,
Area area)
Override a default Action or add a custom action. |
void |
BaseActionProviderCompositeSupport.setAction(BaseAction action,
java.util.Collection viewers,
Area area)
Override a default Action or add a custom action. |
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 void |
BaseActionProviderSupport.validateActionRegistration(java.lang.String areaType,
BaseAction action)
Verifies that an Action is valid for a certain areaType. |
Uses of BaseAction in com.sas.actionprovider.support.dataselectors |
---|
Methods in com.sas.actionprovider.support.dataselectors that return BaseAction | |
---|---|
protected BaseAction |
BaseRelationalMenuBarSupport.getAdvancedFilterSelectorAction()
Returns the default Advanced Filter Selector action used internally by this support class. |
protected BaseAction |
BaseMenuBarSupport.getAdvancedFilterSelectorAction()
Returns the default Simple Filter Selector action used internally by this support class. |
protected BaseAction |
BaseMenuBarSupport.getDataItemSelectorAction()
Returns the default DataItem Selector action used internally by this support class. |
protected BaseAction |
BaseMenuBarSupport.getExceptionHighlightingAction()
Returns the default Exception Highlighting action used internally by this support class. |
protected BaseAction |
BaseRelationalMenuBarSupport.getExportToAction()
Returns the default Export To action used internally by this support class. |
protected BaseAction |
BaseMenuBarSupport.getExportToAction()
Returns the default Export To action used internally by this support class. |
protected BaseAction |
BaseRelationalMenuBarSupport.getExportToExcelAction()
Returns the default Export to Excel action used internally by this support class. |
protected BaseAction |
BaseMenuBarSupport.getExportToExcelAction()
Returns the default Export to Excel action used internally by this support class. |
protected BaseAction |
HttpMenuBarSupport.getFindSelectorAction()
Returns the default Find Selector action used internally by this support class. |
protected BaseAction |
BaseRelationalMenuBarSupport.getRankingAction()
Returns the default Ranking action used internally by this support class. |
protected BaseAction |
BaseMenuBarSupport.getRankingAction()
Returns the default Ranking action used internally by this support class. |
protected BaseAction |
BaseRelationalMenuBarSupport.getSimpleCalculatedItemSelectorAction()
Returns the default Simple Calculated Item Selector action used internally by this support class. |
protected BaseAction |
BaseMenuBarSupport.getSimpleCalculatedItemSelectorAction()
Returns the default Simple Calculated Item Selector action used internally by this support class. |
protected BaseAction |
BaseMenuBarSupport.getSortAction()
Returns the default Sort action used internally by this support class. |
protected BaseAction |
BaseRelationalMenuBarSupport.getTotalsAction()
Returns the default Totals action used internally by this support class. |
protected BaseAction |
BaseMenuBarSupport.getTotalsAction()
Returns the default Totals action used internally by this support class. |
BaseAction |
HttpRelationalMenuBarSupport.newActionInstance(java.lang.String areaType,
java.lang.String actionType)
Return a newly instantiated default HttpAction based on the specified areaType and actionType or return null if actionType not recognized. |
BaseAction |
HttpMenuBarSupport.newActionInstance(java.lang.String areaType,
java.lang.String actionType)
Return a newly instantiated default HttpAction based on the specified areaType and actionType or return null if actionType not recognized. |
Methods in com.sas.actionprovider.support.dataselectors with parameters of type BaseAction | |
---|---|
protected void |
BaseRelationalMenuBarSupport.setAdvancedFilterSelectorAction(BaseAction advancedFilterSelectorAction)
Sets the default Advanced Filter Selector action to be used internally by this support class. |
protected void |
BaseMenuBarSupport.setAdvancedFilterSelectorAction(BaseAction advancedFilterSelectorAction)
Sets the default Advanced Filter Selector action to be used internally by this support class. |
protected void |
BaseRelationalMenuBarSupport.setDataItemSelectorAction(BaseAction dataItemSelectorAction)
Sets the default DataItem Selector action to be used internally by this support class. |
protected void |
BaseMenuBarSupport.setDataItemSelectorAction(BaseAction dataItemSelectorAction)
Sets the default DataItem Selector action to be used internally by this support class. |
protected void |
BaseMenuBarSupport.setExceptionHighlightingAction(BaseAction exceptionHighlightingAction)
Sets the default Exception Highlighting action to be used internally by this support class. |
protected void |
BaseRelationalMenuBarSupport.setExportToAction(BaseAction exportToAction)
Sets the default Export To action to be used internally by this support class. |
protected void |
BaseMenuBarSupport.setExportToAction(BaseAction exportToAction)
Sets the default Export To action to be used internally by this support class. |
protected void |
BaseRelationalMenuBarSupport.setExportToExcelAction(BaseAction exportToExcelAction)
Sets the default Export to Excel action to be used internally by this support class. |
protected void |
BaseMenuBarSupport.setExportToExcelAction(BaseAction exportToExcelAction)
Sets the default Export to Excel action to be used internally by this support class. |
protected void |
HttpMenuBarSupport.setFindSelectorAction(BaseAction findSelectorAction)
Sets the default Find Selector action to be used internally by this support class. |
protected void |
BaseRelationalMenuBarSupport.setRankingAction(BaseAction rankingAction)
Sets the default Ranking action to be used internally by this support class. |
protected void |
BaseMenuBarSupport.setRankingAction(BaseAction rankingAction)
Sets the default Ranking action to be used internally by this support class. |
protected void |
BaseRelationalMenuBarSupport.setSimpleCalculatedItemSelectorAction(BaseAction simpleCalculatedItemSelectorAction)
Sets the default Simple Calculated Item Selector action to be used internally by this support class. |
protected void |
BaseMenuBarSupport.setSimpleCalculatedItemSelectorAction(BaseAction simpleCalculatedItemSelectorAction)
Sets the default Simple Calculated Item Selector action to be used internally by this support class. |
protected void |
BaseMenuBarSupport.setSortAction(BaseAction sortAction)
Sets the default Sort action to be used internally by this support class. |
protected void |
BaseRelationalMenuBarSupport.setTotalsAction(BaseAction totalsAction)
Sets the default Totals action to be used internally by this support class. |
protected void |
BaseMenuBarSupport.setTotalsAction(BaseAction totalsAction)
Sets the default Totals action to be used internally by this support class. |
Uses of BaseAction in com.sas.actionprovider.support.graphics |
---|
Methods in com.sas.actionprovider.support.graphics that return BaseAction | |
---|---|
protected BaseAction |
HttpGraphSupport.defineActionAttributes(BaseAction action,
java.lang.String actionType)
Returns an action whose default dynamic attributes have been defined according to their actionType. |
BaseAction |
HttpGraphSupport.newActionInstance(java.lang.String actionType)
Return a newly instantiated default Action based on the specified actionType or return null if actionType not recognized. |
BaseAction |
HttpGraphSupport.newActionInstance(java.lang.String areaType,
java.lang.String actionType)
Return a newly instantiated default Action based on the specified actionType or return null if actionType not recognized. |
Methods in com.sas.actionprovider.support.graphics with parameters of type BaseAction | |
---|---|
protected BaseAction |
HttpGraphSupport.defineActionAttributes(BaseAction action,
java.lang.String actionType)
Returns an action whose default dynamic attributes have been defined according to their actionType. |
Uses of BaseAction in com.sas.actionprovider.support.olapgraphics |
---|
Methods in com.sas.actionprovider.support.olapgraphics that return BaseAction | |
---|---|
protected BaseAction |
HttpOLAPGraphSupport.defineActionAttributes(BaseAction action,
java.lang.String actionType,
java.lang.String areaType)
Returns an action whose default dynamic attributes have been defined according to their actionType. |
BaseAction |
HttpOLAPGraphSupport.newActionInstance(java.lang.String actionType)
Return a newly instantiated default Action based on the specified actionType or return null if actionType not recognized. |
BaseAction |
SwingOLAPGraphSupport.newActionInstance(java.lang.String actionType)
Return a newly instantiated default Action based on the specified actionType or return null if actionType not recognized. |
BaseAction |
HttpOLAPGraphSupport.newActionInstance(java.lang.String areaType,
java.lang.String actionType)
Return a newly instantiated default Action based on the specified actionType or return null if actionType not recognized. |
BaseAction |
SwingOLAPGraphSupport.newActionInstance(java.lang.String areaType,
java.lang.String actionType)
Return a newly instantiated default Action based on the specified actionType or return null if actionType not recognized. |
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. |
Methods in com.sas.actionprovider.support.olapgraphics with parameters of type BaseAction | |
---|---|
protected BaseAction |
HttpOLAPGraphSupport.defineActionAttributes(BaseAction action,
java.lang.String actionType,
java.lang.String areaType)
Returns an action whose default dynamic attributes have been defined according to their actionType. |
protected int |
HttpOLAPGraphSupport.getActionStatus(BaseAction action,
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. |
Uses of BaseAction in com.sas.actionprovider.support.olaptableview |
---|
Methods in com.sas.actionprovider.support.olaptableview that return BaseAction | |
---|---|
protected BaseAction |
BaseOLAPTableViewSupport.createAndRegisterAction(java.lang.String areaType,
java.lang.String actionType)
|
protected BaseAction |
HttpOLAPDrillStateSupport.defineActionAttributes(BaseAction action,
java.lang.String actionType)
Returns an action whose default dynamic attributes have been defined according to their actionType. |
BaseAction |
HttpOLAPDrillStateSupport.newActionInstance(java.lang.String actionType)
Return a newly instantiated default Action based on the specified actionType or return null if actionType not recognized. |
BaseAction |
SwingOLAPDrillStateSupport.newActionInstance(java.lang.String actionType)
Return a newly instantiated default Action based on the specified actionType or return null if actionType not recognized. |
BaseAction |
HttpOLAPTableViewSupport.newActionInstance(java.lang.String actionArea,
java.lang.String actionType)
Return a newly instantiated default Action based on the specified actionType or return null if actionType not recognized. |
BaseAction |
HttpOLAPDrillStateSupport.newActionInstance(java.lang.String areaType,
java.lang.String actionType)
Return a newly instantiated default Action based on the specified actionType and areaType or return null if actionType not recognized. |
BaseAction |
SwingOLAPTableViewSupport.newActionInstance(java.lang.String actionArea,
java.lang.String actionType)
Return a newly instantiated default Action based on the specified actionType or return null if actionType not recognized. |
BaseAction |
SwingOLAPDrillStateSupport.newActionInstance(java.lang.String areaType,
java.lang.String actionType)
Return a newly instantiated default Action based on the specified actionType or return null if actionType not recognized. |
protected BaseAction |
SwingOLAPDrillStateSupport.setActionAttributes(BaseAction action,
ActionSupportFilter actionFilter)
|
Methods in com.sas.actionprovider.support.olaptableview with parameters of type BaseAction | |
---|---|
protected BaseAction |
HttpOLAPDrillStateSupport.defineActionAttributes(BaseAction action,
java.lang.String actionType)
Returns an action whose default dynamic attributes have been defined according to their actionType. |
protected BaseAction |
SwingOLAPDrillStateSupport.setActionAttributes(BaseAction action,
ActionSupportFilter actionFilter)
|
Uses of BaseAction in com.sas.actionprovider.support.remotefileselector |
---|
Methods in com.sas.actionprovider.support.remotefileselector that return BaseAction | |
---|---|
protected BaseAction |
BaseRemoteFileSelectorSupportV2.createAndRegisterAction(java.lang.String areaType,
java.lang.String actionType)
|
BaseAction |
SwingRemoteFileSelectorSupport.newActionInstance(java.lang.String areaType,
java.lang.String actionType)
Return a newly instantiated default SwingAction based on the specified actionType or return null if actionType not recognized. |
BaseAction |
SwingInformationServiceSupport.newActionInstance(java.lang.String areaType,
java.lang.String actionType)
Return a newly instantiated default SwingAction based on the specified actionType or return null if actionType not recognized. |
BaseAction |
SwingIFileServiceSupport.newActionInstance(java.lang.String areaType,
java.lang.String actionType)
Return a newly instantiated default SwingAction based on the specified actionType or return null if actionType not recognized. |
Methods in com.sas.actionprovider.support.remotefileselector with parameters of type BaseAction | |
---|---|
protected int |
BaseRemoteFileSelectorSupport.getActionStatus(BaseAction action,
ActionSupportFilter actionFilter)
Determines the action's enabled status. |
Uses of BaseAction in com.sas.actionprovider.support.remotefileselector2 |
---|
Methods in com.sas.actionprovider.support.remotefileselector2 that return BaseAction | |
---|---|
protected BaseAction |
BaseRemoteFileSelectorSupport.createAndRegisterAction(java.lang.String areaType,
java.lang.String actionType)
|
BaseAction |
HttpRemoteFileSelectorTableViewSupport.newActionInstance(java.lang.String areaType,
java.lang.String actionType)
Return a newly instantiated default Action based on the specified actionType or return null if actionType not recognized. |
BaseAction |
HttpRemoteFileSelectorSupport.newActionInstance(java.lang.String areaType,
java.lang.String actionType)
Return a newly instantiated default Action based on the specified actionType or return null if actionType not recognized. |
Uses of BaseAction in com.sas.actionprovider.support.tableview |
---|
Methods in com.sas.actionprovider.support.tableview that return BaseAction | |
---|---|
protected BaseAction |
BaseTableViewSupport.createAndRegisterAction(java.lang.String areaType,
java.lang.String actionType)
|
BaseAction |
HttpTableViewSupport.newActionInstance(java.lang.String areaType,
java.lang.String actionType)
Return a newly instantiated default Action based on the specified actionType or return null if actionType not recognized. |
BaseAction |
SwingTableViewSupport.newActionInstance(java.lang.String areaType,
java.lang.String actionType)
Return a newly instantiated default Action based on the specified actionType or return null if actionType not recognized. |
Uses of BaseAction in com.sas.actionprovider.util.olap |
---|
Methods in com.sas.actionprovider.util.olap with parameters of type BaseAction | |
---|---|
void |
HttpOLAPActionUtil.initializeMoveMeasureLabelAction(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
|
void |
OLAPActionUtil.initializeMoveMeasureLabelAction(BaseAction action,
java.lang.String areaType,
java.util.Locale locale)
|
Uses of BaseAction in com.sas.actionprovider.util.relational |
---|
Methods in com.sas.actionprovider.util.relational with parameters of type BaseAction | |
---|---|
int |
HttpRelationalActionUtil.getCommitDeleteStatus(ActionSupportFilter filter,
int currentStatus,
BaseAction action)
|
Uses of BaseAction in com.sas.swing.visuals.remotefileselector.actions |
---|
Subclasses of BaseAction in com.sas.swing.visuals.remotefileselector.actions | |
---|---|
class |
AddFolderAction
AddFolderAction adds a default folder and allows editting of the cell to change the folder name. |
class |
CopyAction
CopyAction allows copying of the selected items. |
class |
CutAction
CutAction allows cutting of the selected items. |
class |
DeleteAction
DeleteAction allows deleting of the selected items. |
class |
DetailsAction
DetailsAction sets the file system view to the details mode. |
class |
FindAction
FindAction displays a window used to search a file system. |
class |
GoBackAction
GoBackAction allows the user to move back to the previous view. |
class |
ListAction
ListAction changes the view to the default list view. |
class |
OpenFolderAction
OpenFolderAction opens a selected folder. |
class |
PasteAction
PasteAction completes the cut or copy action and moves the files appropriately. |
class |
RenameAction
RenameAction allows items to be renamed. |
class |
StartSearchAction
StartSearchAction initiates the search. |
class |
TreeAction
TreeAction displays the tree view. |
class |
UpOneLevelAction
UpOneLevelAction shows the directory information one level above the current level. |
class |
ViewMenuAction
ViewMenuAction the action that displays the view type dropdown menu. |
class |
ViewSelectionAction
ViewSelectionAction is the action that displays the view type dropdown menu. |
Uses of BaseAction in com.sas.swing.visuals.tableview.actions |
---|
Subclasses of BaseAction in com.sas.swing.visuals.tableview.actions | |
---|---|
class |
AddRowAction
The AddRowAction class is used in conjunction with the AddRowCommand to perform add a row to a table. |
class |
DeleteRowAction
The DeleteRowAction class is used in conjunction with the DeleteRowCommand to perform row deletion on a table. |
class |
MoveColumnAction
The MoveColumnAction class is used in conjunction with the MoveColumnCommand to perform a column move in a table. |
class |
SortAction
The SortAction class is used in conjunction with the sorting commands to perform a sort on a table. |
class |
TableViewAction
The TableViewAction class is a base class for all TableViewAction subclasses to derive from. |
|
Components |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |