com.ptc.core.ca.co.client.action
Interface CoActionHandlerData

All Superinterfaces:
CoHandlerData
All Known Subinterfaces:
CoObjectListPickerOkActionHandlerData, CoPropertyPickerOkActionHandlerData, CoSimpleActionHandlerData
All Known Implementing Classes:
CoAddObjectToInstanceListHolderOkActionHandlerData, CoAttachmentsListPickerOkActionHandlerData, CoClipboardActionHandlerData, CoDefaultActionHandlerData, CoDefaultObjectListPickerOkActionHandlerData, CoDefaultPropertyPickerOkActionHandlerData, CoDefaultSimpleActionHandlerData, CoDefaultWizardHandlerData, CoPropertyRetrieverOkActionHandlerData

Deprecated.

@Deprecated
public interface CoActionHandlerData
extends CoHandlerData

CoActionHandlerData interface provides the access the the basic information about an action element.

Supported API: true

Extendable: false


Field Summary
static String ACTION
          Deprecated. Label for the attribute; the reference to an action element.
static String ACTION_TRIGGERED
          Deprecated. Label for the attribute; the action trigger status indicating whether an action was triggered.
 
Fields inherited from interface com.ptc.core.ca.co.client.element.CoHandlerData
ENV_DATA
 
Method Summary
 CoAction getAction()
          Deprecated. Gets the value of the attribute: ACTION.
 boolean isActionTriggered()
          Deprecated. Gets the value of the attribute: ACTION_TRIGGERED.
 void setActionTriggered(boolean a_ActionTriggered)
          Deprecated. Sets the value of the attribute: ACTION_TRIGGERED.
 
Methods inherited from interface com.ptc.core.ca.co.client.element.CoHandlerData
getEnvData
 

Field Detail

ACTION

static final String ACTION
Deprecated. 
Label for the attribute; the reference to an action element.

Supported API: true

See Also:
Constant Field Values

ACTION_TRIGGERED

static final String ACTION_TRIGGERED
Deprecated. 
Label for the attribute; the action trigger status indicating whether an action was triggered.

During the update of the action model handler calls methods to determine visibility and accessability of the action. At that moment the trigger status will be set to false.

Supported API: true

See Also:
Constant Field Values
Method Detail

getAction

CoAction getAction()
Deprecated. 
Gets the value of the attribute: ACTION. the reference to an action element.

Supported API: true

Returns:
CoAction

isActionTriggered

boolean isActionTriggered()
Deprecated. 
Gets the value of the attribute: ACTION_TRIGGERED. the action trigger status indicating whether an action was triggered.

During the update of the action model handler calls methods to determine visibility and accessability of the action. At that moment the trigger status will be set to false.

Supported API: true

Returns:
boolean

setActionTriggered

void setActionTriggered(boolean a_ActionTriggered)
Deprecated. 
Sets the value of the attribute: ACTION_TRIGGERED. the action trigger status indicating whether an action was triggered.

During the update of the action model handler calls methods to determine visibility and accessability of the action. At that moment the trigger status will be set to false.

Supported API: true

Parameters:
a_ActionTriggered -