|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.
For general information on the ActionProvider Framework, including an overview of how
the primary classes of the framework work together, refer to the
package documentation.
com.sas.actionprovider
For examples demonstrating how to use the ActionProvider Framework, including how to override default Actions or add new custom Actions, refer to the Samples Site.
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 .
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 |
---|
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
BaseActionProviderSupport.getActionStatus(com.sas.actionprovider.BaseAction, com.sas.actionprovider.ActionSupportFilter)
,
Constant Field Valuesstatic 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
.
BaseActionProviderSupport.getActionStatus(com.sas.actionprovider.BaseAction, com.sas.actionprovider.ActionSupportFilter)
,
Constant Field Valuesstatic 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
.
BaseActionProviderSupport.getActionStatus(com.sas.actionprovider.BaseAction, com.sas.actionprovider.ActionSupportFilter)
,
Constant Field Valuesstatic 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
.
BaseActionProviderSupport.getActionStatus(com.sas.actionprovider.BaseAction, com.sas.actionprovider.ActionSupportFilter)
,
Constant Field Valuesstatic 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
.
BaseActionProviderSupport.getActionStatus(com.sas.actionprovider.BaseAction, com.sas.actionprovider.ActionSupportFilter)
,
Constant Field Valuesstatic 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
.
BaseActionProviderSupport.getActionStatus(com.sas.actionprovider.BaseAction, com.sas.actionprovider.ActionSupportFilter)
,
Constant Field Valuesstatic 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
.
BaseActionProviderSupport.getActionStatus(com.sas.actionprovider.BaseAction, com.sas.actionprovider.ActionSupportFilter)
,
Constant Field Valuesstatic 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
.
BaseActionProviderSupport.getActionStatus(com.sas.actionprovider.BaseAction, com.sas.actionprovider.ActionSupportFilter)
,
Constant Field Valuesstatic 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
.
BaseActionProviderSupport.getActionStatus(com.sas.actionprovider.BaseAction, com.sas.actionprovider.ActionSupportFilter)
,
Constant Field Values
|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |