com.ptc.core.ca.co.client.action
Class CoDefaultActionHandlerData

java.lang.Object
  extended by com.ptc.core.ca.co.client.action.CoDefaultActionHandlerData
All Implemented Interfaces:
CoActionHandlerData, CoHandlerData

Deprecated.

@Deprecated
public class CoDefaultActionHandlerData
extends Object
implements CoActionHandlerData



Supported API: true

Extendable: false


Field Summary
 
Fields inherited from interface com.ptc.core.ca.co.client.action.CoActionHandlerData
ACTION, ACTION_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; the reference to an action element.
 CoEnvData getEnvData()
          Deprecated. Gets the value of the attribute: envData; the reference to the conceptual environment

Supported API: true
 boolean isActionTriggered()
          Deprecated. Gets the value of the attribute: actionTriggered; the action trigger status indicating whether an action was triggered.
protected  void setAction(CoAction a_Action)
          Deprecated. Sets the value of the attribute: action; the reference to an action element.
 void setActionTriggered(boolean a_ActionTriggered)
          Deprecated. Sets the value of the attribute: actionTriggered; the action trigger status indicating whether an action was triggered.
protected  void setEnvData(CoEnvData a_EnvData)
          Deprecated. Sets the value of the attribute: envData; the reference to the conceptual environment

Supported API: true
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getAction

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

Supported API: true

Specified by:
getAction in interface CoActionHandlerData
Returns:
CoAction

setAction

protected void setAction(CoAction a_Action)
Deprecated. 
Sets the value of the attribute: action; the reference to an action element.

Supported API: true

Parameters:
a_Action -

isActionTriggered

public boolean isActionTriggered()
Deprecated. 
Gets the value of the attribute: actionTriggered; 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

Specified by:
isActionTriggered in interface CoActionHandlerData
Returns:
boolean

setActionTriggered

public void setActionTriggered(boolean a_ActionTriggered)
Deprecated. 
Sets the value of the attribute: actionTriggered; 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

Specified by:
setActionTriggered in interface CoActionHandlerData
Parameters:
a_ActionTriggered -

getEnvData

public CoEnvData getEnvData()
Deprecated. 
Gets the value of the attribute: envData; the reference to the conceptual environment

Supported API: true

Specified by:
getEnvData in interface CoHandlerData
Returns:
CoEnvData

setEnvData

protected void setEnvData(CoEnvData a_EnvData)
Deprecated. 
Sets the value of the attribute: envData; the reference to the conceptual environment

Supported API: true

Parameters:
a_EnvData -