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

All Superinterfaces:
CoActionHandlerData, CoHandlerData, CoSimpleHandlerData
All Known Implementing Classes:
CoAddObjectToInstanceListHolderOkActionHandlerData, CoAttachmentsListPickerOkActionHandlerData, CoDefaultObjectListPickerOkActionHandlerData

Deprecated.

@Deprecated
public interface CoObjectListPickerOkActionHandlerData
extends CoActionHandlerData, CoSimpleHandlerData

The interface proving information about picked and target element and their Info*Engine elements.

Supported API: true

Extendable: false


Field Summary
static String PICKED_ELEMENT_LIST
          Deprecated. Label for the attribute; the list of picked elements in the picker frame.
static String TARGET_IE_ELEMENT_LIST
          Deprecated. Label for the attribute; the list of Info*Engine elements of the target instance list holder in the frame from where the picker frame was lauched.
static String TARGET_INSTANCE_LIST_HOLDER
          Deprecated. Label for the attribute; the target instance list holder in the frame from where the picker frame was lauched.
 
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.CoSimpleHandlerData
OPENER_ACTION_ADDRESS
 
Method Summary
 ArrayList getPickedElementList()
          Deprecated. Gets the value of the attribute: PICKED_ELEMENT_LIST.
 ArrayList getTargetIeElementList()
          Deprecated. Gets the value of the attribute: TARGET_IE_ELEMENT_LIST.
 CoElement getTargetInstanceListHolder()
          Deprecated. Gets the value of the attribute: TARGET_INSTANCE_LIST_HOLDER.
 void setPickedElementList(ArrayList a_PickedElementList)
          Deprecated. Sets the value of the attribute: PICKED_ELEMENT_LIST.
 void setTargetIeElementList(ArrayList a_TargetIeElementList)
          Deprecated. Sets the value of the attribute: TARGET_IE_ELEMENT_LIST.
 void setTargetInstanceListHolder(CoElement a_TargetInstanceListHolder)
          Deprecated. Sets the value of the attribute: TARGET_INSTANCE_LIST_HOLDER.
 
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
 
Methods inherited from interface com.ptc.core.ca.co.client.simple.CoSimpleHandlerData
getOpenerActionAddress
 

Field Detail

PICKED_ELEMENT_LIST

static final String PICKED_ELEMENT_LIST
Deprecated. 
Label for the attribute; the list of picked elements in the picker frame.

Supported API: true

See Also:
Constant Field Values

TARGET_INSTANCE_LIST_HOLDER

static final String TARGET_INSTANCE_LIST_HOLDER
Deprecated. 
Label for the attribute; the target instance list holder in the frame from where the picker frame was lauched.

Supported API: true

See Also:
Constant Field Values

TARGET_IE_ELEMENT_LIST

static final String TARGET_IE_ELEMENT_LIST
Deprecated. 
Label for the attribute; the list of Info*Engine elements of the target instance list holder in the frame from where the picker frame was lauched.

Supported API: true

See Also:
Constant Field Values
Method Detail

getPickedElementList

ArrayList getPickedElementList()
Deprecated. 
Gets the value of the attribute: PICKED_ELEMENT_LIST. the list of picked elements in the picker frame.

Supported API: true

Returns:
ArrayList

setPickedElementList

void setPickedElementList(ArrayList a_PickedElementList)
Deprecated. 
Sets the value of the attribute: PICKED_ELEMENT_LIST. the list of picked elements in the picker frame.

Supported API: true

Parameters:
a_PickedElementList -

getTargetInstanceListHolder

CoElement getTargetInstanceListHolder()
Deprecated. 
Gets the value of the attribute: TARGET_INSTANCE_LIST_HOLDER. the target instance list holder in the frame from where the picker frame was lauched.

Supported API: true

Returns:
CoElement

setTargetInstanceListHolder

void setTargetInstanceListHolder(CoElement a_TargetInstanceListHolder)
Deprecated. 
Sets the value of the attribute: TARGET_INSTANCE_LIST_HOLDER. the target instance list holder in the frame from where the picker frame was lauched.

Supported API: true

Parameters:
a_TargetInstanceListHolder -

getTargetIeElementList

ArrayList getTargetIeElementList()
Deprecated. 
Gets the value of the attribute: TARGET_IE_ELEMENT_LIST. the list of Info*Engine elements of the target instance list holder in the frame from where the picker frame was lauched.

Supported API: true

Returns:
ArrayList

setTargetIeElementList

void setTargetIeElementList(ArrayList a_TargetIeElementList)
Deprecated. 
Sets the value of the attribute: TARGET_IE_ELEMENT_LIST. the list of Info*Engine elements of the target instance list holder in the frame from where the picker frame was lauched.

Supported API: true

Parameters:
a_TargetIeElementList -