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

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

Deprecated.

@Deprecated
public class CoPropertyRetrieverOkActionHandlerData
extends CoDefaultSimpleActionHandlerData
implements CoPropertyPickerOkActionHandlerData



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
 
Fields inherited from interface com.ptc.core.ca.co.client.simple.CoSimpleActionHandlerData
ACTION_HOLDER, ACTION_HOLDER_RELATED_INSTANCE, ACTION_HOLDER_RELATED_TYPE_ID, ACTION_HOLDER_RELATED_UFID, INSTANCE_HOLDERS
 
Method Summary
 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.
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 com.ptc.core.ca.co.client.simple.CoDefaultSimpleActionHandlerData
getAction, getActionHolder, getActionHolderRelatedInstance, getActionHolderRelatedTypeId, getActionHolderRelatedUfid, getEnvData, getInstanceHolders, getOpenerActionAddress, isActionTriggered, setAction, setActionHolder, setActionHolderRelatedInstance, setActionHolderRelatedTypeId, setActionHolderRelatedUfid, setActionTriggered, setEnvData, setInstanceHolders, setOpenerActionAddress
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.ptc.core.ca.co.client.simple.CoSimpleHandlerData
getOpenerActionAddress
 
Methods inherited from interface com.ptc.core.ca.co.client.action.CoActionHandlerData
getAction, isActionTriggered, setActionTriggered
 
Methods inherited from interface com.ptc.core.ca.co.client.element.CoHandlerData
getEnvData
 

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 -