com.ptc.core.ca.co.client.element
Interface CoHandlerData

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

Deprecated.

@Deprecated
public interface CoHandlerData

All handler is given the parameter implementing ColHandlerData interface.

Supported API: true

Extendable: false


Field Summary
static String ENV_DATA
          Deprecated. Label for the attribute; the reference to the conceptual environment

Supported API: true
 
Method Summary
 CoEnvData getEnvData()
          Deprecated. Gets the value of the attribute: ENV_DATA.
 

Field Detail

ENV_DATA

static final String ENV_DATA
Deprecated. 
Label for the attribute; the reference to the conceptual environment

Supported API: true

See Also:
Constant Field Values
Method Detail

getEnvData

CoEnvData getEnvData()
Deprecated. 
Gets the value of the attribute: ENV_DATA. the reference to the conceptual environment

Supported API: true

Returns:
CoEnvData