com.ptc.core.ca.co.client.picker
Class CoDefaultPropertyPickerOkActionHandlerData

java.lang.Object
  extended by com.ptc.core.ca.co.client.picker.CoDefaultPropertyPickerOkActionHandlerData
All Implemented Interfaces:
CoActionHandlerData, CoHandlerData, CoPropertyPickerOkActionHandlerData, CoSimpleHandlerData

Deprecated.

@Deprecated
public class CoDefaultPropertyPickerOkActionHandlerData
extends Object
implements CoPropertyPickerOkActionHandlerData

The class implementing CoPropertyPickerOkActionHandlerData interface using "simple" approach.

Supported API: true

Extendable: false


Field Summary
 
Fields inherited from interface com.ptc.core.ca.co.client.picker.CoPropertyPickerOkActionHandlerData
PICKED_ELEMENT, PICKED_IE_ELEMENT, TARGET_IE_ELEMENT, TARGET_PROPERTY
 
Fields inherited from interface com.ptc.core.ca.co.client.simple.CoSimpleHandlerData
OPENER_ACTION_ADDRESS
 
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
 String getOpenerActionAddress()
          Deprecated. Gets the value of the attribute: openerActionAddress; the stringified address of the action triggering of which resulted in the creation of this frame.
 CoElement getPickedElement()
          Deprecated. Gets the value of the attribute: pickedElement; the picked element in the picker frame.
 com.infoengine.object.factory.Element getPickedIeElement()
          Deprecated. Gets the value of the attribute: pickedIeElement; the Info*Engine element of the picked element in the picker frame.
 com.infoengine.object.factory.Element getTargetIeElement()
          Deprecated. Gets the value of the attribute: targetIeElement; the Info*Engine element associated with the property in the frame from where the picker frame was lauched.
 CoProperty getTargetProperty()
          Deprecated. Gets the value of the attribute: targetProperty; the target element in the frame from where the picker frame was lauched.
 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
protected  void setOpenerActionAddress(String a_OpenerActionAddress)
          Deprecated. Sets the value of the attribute: openerActionAddress; the stringified address of the action triggering of which resulted in the creation of this frame.
protected  void setPickedElement(CoElement a_PickedElement)
          Deprecated. Sets the value of the attribute: pickedElement; the picked element in the picker frame.
protected  void setPickedIeElement(com.infoengine.object.factory.Element a_PickedIeElement)
          Deprecated. Sets the value of the attribute: pickedIeElement; the Info*Engine element of the picked element in the picker frame.
protected  void setTargetIeElement(com.infoengine.object.factory.Element a_TargetIeElement)
          Deprecated. Sets the value of the attribute: targetIeElement; the Info*Engine element associated with the property in the frame from where the picker frame was lauched.
protected  void setTargetProperty(CoProperty a_TargetProperty)
          Deprecated. Sets the value of the attribute: targetProperty; the target element in the frame from where the picker frame was lauched.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getPickedElement

public CoElement getPickedElement()
Deprecated. 
Gets the value of the attribute: pickedElement; the picked element in the picker frame.

Supported API: true

Specified by:
getPickedElement in interface CoPropertyPickerOkActionHandlerData
Returns:
CoElement

setPickedElement

protected void setPickedElement(CoElement a_PickedElement)
Deprecated. 
Sets the value of the attribute: pickedElement; the picked element in the picker frame.

Supported API: true

Parameters:
a_PickedElement -

getPickedIeElement

public com.infoengine.object.factory.Element getPickedIeElement()
Deprecated. 
Gets the value of the attribute: pickedIeElement; the Info*Engine element of the picked element in the picker frame.

Supported API: true

Specified by:
getPickedIeElement in interface CoPropertyPickerOkActionHandlerData
Returns:
Element

setPickedIeElement

protected void setPickedIeElement(com.infoengine.object.factory.Element a_PickedIeElement)
Deprecated. 
Sets the value of the attribute: pickedIeElement; the Info*Engine element of the picked element in the picker frame.

Supported API: true

Parameters:
a_PickedIeElement -

getTargetProperty

public CoProperty getTargetProperty()
Deprecated. 
Gets the value of the attribute: targetProperty; the target element in the frame from where the picker frame was lauched. This is a property element the picker needs to change.

Supported API: true

Specified by:
getTargetProperty in interface CoPropertyPickerOkActionHandlerData
Returns:
CoProperty

setTargetProperty

protected void setTargetProperty(CoProperty a_TargetProperty)
Deprecated. 
Sets the value of the attribute: targetProperty; the target element in the frame from where the picker frame was lauched. This is a property element the picker needs to change.

Supported API: true

Parameters:
a_TargetProperty -

getTargetIeElement

public com.infoengine.object.factory.Element getTargetIeElement()
Deprecated. 
Gets the value of the attribute: targetIeElement; the Info*Engine element associated with the property in the frame from where the picker frame was lauched.

Supported API: true

Specified by:
getTargetIeElement in interface CoPropertyPickerOkActionHandlerData
Returns:
Element

setTargetIeElement

protected void setTargetIeElement(com.infoengine.object.factory.Element a_TargetIeElement)
Deprecated. 
Sets the value of the attribute: targetIeElement; the Info*Engine element associated with the property in the frame from where the picker frame was lauched.

Supported API: true

Parameters:
a_TargetIeElement -

getOpenerActionAddress

public String getOpenerActionAddress()
Deprecated. 
Gets the value of the attribute: openerActionAddress; the stringified address of the action triggering of which resulted in the creation of this frame. null for non-temporary frame.

Supported API: true

Specified by:
getOpenerActionAddress in interface CoSimpleHandlerData
Returns:
String

setOpenerActionAddress

protected void setOpenerActionAddress(String a_OpenerActionAddress)
Deprecated. 
Sets the value of the attribute: openerActionAddress; the stringified address of the action triggering of which resulted in the creation of this frame. null for non-temporary frame.

Supported API: true

Parameters:
a_OpenerActionAddress -

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 -