com.sas.actionprovider
Interface ActionStatusKeysInterface

All Known Implementing Classes:
AddFolderAction, AddRowAction, AddRowStrategy, BaseAction, BaseActionStrategy, BaseColumnHeaderStrategy, BaseComboStrategy, BaseDataCellStrategy, BaseDataCellStrategy, BaseDataCellStrategy, BaseDetailDataStrategy, BaseEditEnabledStrategy, BaseEditMoveColumnStrategy, BaseEditSortStrategy, com.sas.actionprovider.strategies.remotefile2.BaseEditStrategy, BaseEmptyLabelStrategy, BaseHeaderStrategy, BaseHoldColumnStrategy, BaseHoldRowStrategy, BaseMapStrategy, BaseModelColumnStrategy, BaseModelRowStrategy, BaseMoveColumnStrategy, BaseOLAPModelStrategy, BaseOLAPStrategy, BaseRelationalModelStrategy, BaseRelationalStrategy, BaseRemoteFileStrategy, BaseRowEditStrategy, BaseSearchStrategy, BaseSelectorStrategy, BaseSelectorStrategy, BaseSortStrategy, BaseTableColumnStrategy, BaseTableRowColumnStrategy, BaseTableRowStrategy, BaseTableStrategy, BaseTitleStrategy, BaseToolBarStrategy, CancelRowInsertStrategy, CancelRowStrategy, CellValueAscendingSortStrategy, CellValueDescendingSortStrategy, ClearCellValueSortStrategy, ClearLevelLabelSortStrategy, ClearSortStrategy, ClearStrategy, CollapseAllStrategy, CollapseStrategy, ColumnHeaderStrategy, CommitDeleteStrategy, CommitInsertedRowStrategy, CommitRowStrategy, CopyAction, CopyStrategy, CopyStrategy, CutAction, CutStrategy, CutStrategy, DefaultColumnHeaderStrategy, DefaultDataCellStrategy, DefaultDataCellStrategy, DefaultHeaderStrategy, DefaultTitleStrategy, DeleteAction, DeleteRowAction, DeleteRowStrategy, DeleteStrategy, DetailsAction, DisplaySearchResultsStrategy, DragColumnStrategy, DrillDownStrategy, DrillUpStrategy, EditClearSortStrategy, EditMoveColumnLeftStrategy, EditMoveColumnRightStrategy, EditSortAscendingStrategy, EditSortDescendingStrategy, EmptyLabelStrategyHeaderCell, EmptyLabelStrategyTitleCell, ExpandAllStrategy, ExpandStrategy, ExportToExcelStrategy, ExportToExcelStrategy, FilterAndRankSelectorStrategy, FilterSelectorStrategy, FilterSelectorStrategy, FindAction, GoBackAction, HeaderLabelStrategy, HideColumnStrategy, HoldColumnLeftStrategy, HoldColumnRightStrategy, HoldRowBottomStrategy, HoldRowMenuStrategy, HoldRowTopStrategy, HttpAction, HttpDeleteRowStrategy, HttpInsertRowStrategy, HttpOLAPActionUtil, HttpRelationalActionUtil, HttpRemoteFileActionUtil, HttpSearchStrategy, HttpUpOneLevelStrategy, InsertRowStrategy, LastHeaderLabelStrategy, LevelLabelAscendingSortStrategy, LevelLabelDescendingSortStrategy, ListAction, MapClearSelectionsStrategy, MapCollapseModeStrategy, MapCollapseStrategy, MapDrillDownModeStrategy, MapDrillDownStrategy, MapDrillUpStrategy, MapExpandModeStrategy, MapExpandStrategy, MapExportToExcelStrategy, MapFilterSelectionsStrategy, MapFullExtentsStrategy, MapIdentifyModeStrategy, MapIdentifyStrategy, MapPanModeStrategy, MapPanStrategy, MapPropertyStrategy, MapRectangularSelectModeStrategy, MapRectangularSelectStrategy, MapReportLinkingModeStrategy, MapReportLinkingStrategy, MapResizeStrategy, MapSelectModeStrategy, MapSelectStrategy, MapSetMeasureStrategy, MapZoomInModeStrategy, MapZoomInStrategy, MapZoomOutModeStrategy, MapZoomOutStrategy, MeasureLabelStrategy, MoveColumnAction, MoveColumnLeftStrategy, MoveColumnMenuStrategy, MoveColumnRightStrategy, MoveInStrategyHeaderCell, MoveInStrategyTitleCell, MoveLabelStrategyHeaderCell, MoveLabelStrategyTitleCell, MoveMeasureInStrategy, MoveMeasureLabelStrategy, MoveMeasureOutStrategy, MoveOutStrategyHeaderCell, MoveOutStrategyTitleCell, MoveStrategyHeaderCell, MoveStrategyTitleCell, OLAPActionUtil, OpenFolderAction, OpenFolderStrategy, OpenFolderStrategyCombo, PasteAction, PasteStrategy, PasteStrategy, PercentCalculationsSelectorStrategy, PercentCalculationsSelectorStrategy, QuerySelectorStrategy, QuerySelectorStrategy, RelationalActionUtil, ReleaseAllColumnsStrategy, ReleaseAllRowsStrategy, ReleaseColumnStrategy, ReleaseRowStrategy, ReleaseSelectedColumnStrategy, ReleaseSelectedRowStrategy, RemoteFileActionUtil, RenameAction, RenameStrategy, RotateStrategy, SelectFileStrategy, SelectorAction, SelectorAction, SelectorActionUtil, ShowAllColumnsStrategy, ShowColumnStrategy, ShowDetailDataSelectorStrategy, ShowDetailDataStrategyDataCell, ShowDetailDataStrategyHeaderCell, SimpleCalculatedItemSelectorStrategy, SimpleCalculatedItemSelectorStrategy, SortAction, SortColumnAscendingStrategy, SortColumnAscendingStrategyHeader, SortColumnAscendingStrategyHeader, SortColumnDescendingStrategy, SortColumnDescendingStrategyHeader, SortColumnDescendingStrategyHeader, SortLabelStrategy, SortSelectorStrategy, SortSelectorStrategy, StartSearchAction, SwingAction, TableViewAction, TitleLabelStrategy, TotalsSelectorStrategy, TotalsSelectorStrategy, TreeAction, UpdateRowStrategy, UpOneLevelAction, UpOneLevelStrategy, ViewMenuAction, ViewSelectionAction

public interface ActionStatusKeysInterface

This interface defines the keys used to specify the status of a particular Action during the acquisition phase.

A basic understanding of the ActionProvider Framework, of which this class is a part, is recommended before attempting to use this class.



Visit the AppDev Studio Developer's Site to access step-by-step examples, white papers and additional usage information at http://support.sas.com/rnd/appdev/.

Note: A snapshot of the AppDev Studio Developers Site is installed on your local Web server when you install AppDev Studio. To access the site from webAF, select Help -> Developer Site .

Since:
3.1

Field Summary
static int AREA_DISABLED
          Value for returnStatus attribute that means the Action should be returned, in a disabled state, to the requesting viewer if the support class determines that the status of the Action is BaseActionProviderSupport.AREA_DISABLED.
static int DISABLED
          Value for returnStatus attribute that means the Action should be returned, in a disabled state, to the requesting viewer if the support class determines that the status of the Action is BaseActionProviderSupport.DISABLED.
static int ENABLED
           Value for returnStatus attribute that means the Action should be returned only if the support class determines that the status of the Action is BaseActionProviderSupport.ENABLED
static int IS_CURRENT_STATE_DISABLED
          Value for returnStatus attribute that means the Action should be returned, in a disabled state, to the requesting viewer if the support class determines that the status of the Action is BaseActionProviderSupport.IS_CURRENT_STATE_DISABLED.
static int MODEL_MEMBER_DISABLED
          Value for returnStatus attribute that means the Action should be returned, in a disabled state, to the requesting viewer if the support class determines that the status of the Action is BaseActionProviderSupport.MODEL_MEMBER_DISABLED.
static int MODEL_STATE_DISABLED
          Value for returnStatus attribute that means the Action should be returned, in a disabled state, to the requesting viewer if the support class determines that the status of the Action is BaseActionProviderSupport.MODEL_STATE_DISABLED.
static int MODEL_TYPE_DISABLED
          Value for returnStatus attribute that means the Action should be returned, in a disabled state, to the requesting viewer if the support class determines that the status of the Action is BaseActionProviderSupport.MODEL_TYPE_DISABLED.
static int UNSUPPORTED
          Value for returnStatus attribute that means the Action should be returned, in a disabled state, to the requesting viewer if the support class determines that the status of the Action is BaseActionProviderSupport.UNSUPPORTED.
static int VIEWER_DISABLED
          Value for returnStatus attribute that means the Action should be returned, in a disabled state, to the requesting viewer if the support class determines that the status of the Action is BaseActionProviderSupport.VIEWER_DISABLED.
 

Field Detail

ENABLED

static final int ENABLED

Value for returnStatus attribute that means the Action should be returned only if the support class determines that the status of the Action is BaseActionProviderSupport.ENABLED

See Also:
BaseActionProviderSupport.getActionStatus(com.sas.actionprovider.BaseAction, com.sas.actionprovider.ActionSupportFilter), Constant Field Values

MODEL_TYPE_DISABLED

static final int MODEL_TYPE_DISABLED

Value for returnStatus attribute that means the Action should be returned, in a disabled state, to the requesting viewer if the support class determines that the status of the Action is BaseActionProviderSupport.MODEL_TYPE_DISABLED.

See Also:
BaseActionProviderSupport.getActionStatus(com.sas.actionprovider.BaseAction, com.sas.actionprovider.ActionSupportFilter), Constant Field Values

MODEL_STATE_DISABLED

static final int MODEL_STATE_DISABLED

Value for returnStatus attribute that means the Action should be returned, in a disabled state, to the requesting viewer if the support class determines that the status of the Action is BaseActionProviderSupport.MODEL_STATE_DISABLED.

See Also:
BaseActionProviderSupport.getActionStatus(com.sas.actionprovider.BaseAction, com.sas.actionprovider.ActionSupportFilter), Constant Field Values

MODEL_MEMBER_DISABLED

static final int MODEL_MEMBER_DISABLED

Value for returnStatus attribute that means the Action should be returned, in a disabled state, to the requesting viewer if the support class determines that the status of the Action is BaseActionProviderSupport.MODEL_MEMBER_DISABLED.

See Also:
BaseActionProviderSupport.getActionStatus(com.sas.actionprovider.BaseAction, com.sas.actionprovider.ActionSupportFilter), Constant Field Values

IS_CURRENT_STATE_DISABLED

static final int IS_CURRENT_STATE_DISABLED

Value for returnStatus attribute that means the Action should be returned, in a disabled state, to the requesting viewer if the support class determines that the status of the Action is BaseActionProviderSupport.IS_CURRENT_STATE_DISABLED.

See Also:
BaseActionProviderSupport.getActionStatus(com.sas.actionprovider.BaseAction, com.sas.actionprovider.ActionSupportFilter), Constant Field Values

DISABLED

static final int DISABLED

Value for returnStatus attribute that means the Action should be returned, in a disabled state, to the requesting viewer if the support class determines that the status of the Action is BaseActionProviderSupport.DISABLED.

See Also:
BaseActionProviderSupport.getActionStatus(com.sas.actionprovider.BaseAction, com.sas.actionprovider.ActionSupportFilter), Constant Field Values

VIEWER_DISABLED

static final int VIEWER_DISABLED

Value for returnStatus attribute that means the Action should be returned, in a disabled state, to the requesting viewer if the support class determines that the status of the Action is BaseActionProviderSupport.VIEWER_DISABLED.

See Also:
BaseActionProviderSupport.getActionStatus(com.sas.actionprovider.BaseAction, com.sas.actionprovider.ActionSupportFilter), Constant Field Values

AREA_DISABLED

static final int AREA_DISABLED

Value for returnStatus attribute that means the Action should be returned, in a disabled state, to the requesting viewer if the support class determines that the status of the Action is BaseActionProviderSupport.AREA_DISABLED.

See Also:
BaseActionProviderSupport.getActionStatus(com.sas.actionprovider.BaseAction, com.sas.actionprovider.ActionSupportFilter), Constant Field Values

UNSUPPORTED

static final int UNSUPPORTED

Value for returnStatus attribute that means the Action should be returned, in a disabled state, to the requesting viewer if the support class determines that the status of the Action is BaseActionProviderSupport.UNSUPPORTED.

See Also:
BaseActionProviderSupport.getActionStatus(com.sas.actionprovider.BaseAction, com.sas.actionprovider.ActionSupportFilter), Constant Field Values



Copyright © 2009 SAS Institute Inc. All Rights Reserved.