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

All Superinterfaces:
CoHandlerData
All Known Subinterfaces:
CoSimpleModelHandlerData
All Known Implementing Classes:
CoDefaultSimpleModelHandlerData

Deprecated.

@Deprecated
public interface CoModelHandlerData
extends CoHandlerData

Model handler is given the parameter implementing CoModelHandlerData interface.

Supported API: true

Extendable: false


Field Summary
static String ELEMENT
          Deprecated. Label for the attribute; the element that's being handled by the model handler

Supported API: true
 
Fields inherited from interface com.ptc.core.ca.co.client.element.CoHandlerData
ENV_DATA
 
Method Summary
 CoElement getElement()
          Deprecated. Gets the value of the attribute: ELEMENT.
 void init(CoElement element, CoEnvData envData)
          Deprecated. The method responsible for the initialization of the instance of a concreate class.
 
Methods inherited from interface com.ptc.core.ca.co.client.element.CoHandlerData
getEnvData
 

Field Detail

ELEMENT

static final String ELEMENT
Deprecated. 
Label for the attribute; the element that's being handled by the model handler

Supported API: true

See Also:
Constant Field Values
Method Detail

getElement

CoElement getElement()
Deprecated. 
Gets the value of the attribute: ELEMENT. the element that's being handled by the model handler

Supported API: true

Returns:
CoElement

init

void init(CoElement element,
          CoEnvData envData)
          throws WTException
Deprecated. 
The method responsible for the initialization of the instance of a concreate class.

Supported API: true

Parameters:
element -
envData -
Throws:
WTException