com.ptc.core.ca.co.client.picker
Interface CoPropertyPickerOkActionHandlerData

All Superinterfaces:
CoActionHandlerData, CoHandlerData, CoSimpleHandlerData
All Known Implementing Classes:
CoDefaultPropertyPickerOkActionHandlerData, CoPropertyRetrieverOkActionHandlerData

Deprecated.

@Deprecated
public interface CoPropertyPickerOkActionHandlerData
extends CoSimpleHandlerData, CoActionHandlerData

The interface proving information about picked elements and target instance list holder.

Supported API: true

Extendable: false


Field Summary
static String PICKED_ELEMENT
          Deprecated. Label for the attribute; the picked element in the picker frame.
static String PICKED_IE_ELEMENT
          Deprecated. Label for the attribute; the Info*Engine element of the picked element in the picker frame.
static String TARGET_IE_ELEMENT
          Deprecated. Label for the attribute; the Info*Engine element associated with the property in the frame from where the picker frame was lauched.
static String TARGET_PROPERTY
          Deprecated. Label for the attribute; the target element in the frame from where the picker frame was lauched.
 
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
 CoElement getPickedElement()
          Deprecated. Gets the value of the attribute: PICKED_ELEMENT.
 com.infoengine.object.factory.Element getPickedIeElement()
          Deprecated. Gets the value of the attribute: PICKED_IE_ELEMENT.
 com.infoengine.object.factory.Element getTargetIeElement()
          Deprecated. Gets the value of the attribute: TARGET_IE_ELEMENT.
 CoProperty getTargetProperty()
          Deprecated. Gets the value of the attribute: TARGET_PROPERTY.
 
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
 

Field Detail

PICKED_ELEMENT

static final String PICKED_ELEMENT
Deprecated. 
Label for the attribute; the picked element in the picker frame.

Supported API: true

See Also:
Constant Field Values

PICKED_IE_ELEMENT

static final String PICKED_IE_ELEMENT
Deprecated. 
Label for the attribute; the Info*Engine element of the picked element in the picker frame.

Supported API: true

See Also:
Constant Field Values

TARGET_PROPERTY

static final String TARGET_PROPERTY
Deprecated. 
Label for the attribute; 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

See Also:
Constant Field Values

TARGET_IE_ELEMENT

static final String TARGET_IE_ELEMENT
Deprecated. 
Label for the attribute; the Info*Engine element associated with the property in the frame from where the picker frame was lauched.

Supported API: true

See Also:
Constant Field Values
Method Detail

getPickedElement

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

Supported API: true

Returns:
CoElement

getPickedIeElement

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

Supported API: true

Returns:
Element

getTargetProperty

CoProperty getTargetProperty()
Deprecated. 
Gets the value of the attribute: TARGET_PROPERTY. 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

Returns:
CoProperty

getTargetIeElement

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

Supported API: true

Returns:
Element