com.ptc.core.ca.co.client.simple
Interface CoSimpleHandlerData

All Known Subinterfaces:
CoObjectListPickerOkActionHandlerData, CoPropertyPickerOkActionHandlerData, CoSimpleActionHandlerData, CoSimpleModelHandlerData
All Known Implementing Classes:
CoAddObjectToInstanceListHolderOkActionHandlerData, CoAttachmentsListPickerOkActionHandlerData, CoClipboardActionHandlerData, CoDefaultObjectListPickerOkActionHandlerData, CoDefaultPropertyPickerOkActionHandlerData, CoDefaultSimpleActionHandlerData, CoDefaultSimpleModelHandlerData, CoDefaultWizardHandlerData, CoPropertyRetrieverOkActionHandlerData

Deprecated.

@Deprecated
public interface CoSimpleHandlerData

Handlers using "simple approach" pass the instance of handler data that implements this interface as a parameter to methods they call.

Supported API: true

Extendable: false


Field Summary
static String OPENER_ACTION_ADDRESS
          Deprecated. Label for the attribute; the stringified address of the action triggering of which resulted in the creation of this frame.
 
Method Summary
 String getOpenerActionAddress()
          Deprecated. Gets the value of the attribute: OPENER_ACTION_ADDRESS.
 

Field Detail

OPENER_ACTION_ADDRESS

static final String OPENER_ACTION_ADDRESS
Deprecated. 
Label for the attribute; the stringified address of the action triggering of which resulted in the creation of this frame. null for non-temporary frame.

Supported API: true

See Also:
Constant Field Values
Method Detail

getOpenerActionAddress

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

Supported API: true

Returns:
String