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

All Superinterfaces:
CoCleanable, CoInstanceChangeListener, CoInstanceHolder, CoModelDriven
All Known Implementing Classes:
CoRow, CoTreeNode, WebRow, WebTreeNode

Deprecated.

@Deprecated
public interface CoDynamic
extends CoInstanceHolder

The element implemented CoDynamic is said to be dynamic element. Dynamic element's existence depends on the model of the ancestor element. An example of such an elemenent would be CoRow - conceptual table row.

Dynamic element has an address of type CoDynamicElementAddress .

Supported API: true

Extendable: false


Field Summary
static String TRANSIENT_INSTANCE
          Deprecated. Label for the attribute; the I*E element wrapped into CoInstance object that dymamic element will handle.
 
Fields inherited from interface com.ptc.core.ca.co.client.element.CoCleanable
DIRTY
 
Fields inherited from interface com.ptc.core.ca.co.client.element.CoModelDriven
MODEL
 
Method Summary
 CoInstance getTransientInstance()
          Deprecated. Gets the value of the attribute: TRANSIENT_INSTANCE.
 void setTransientInstance(CoInstance a_TransientInstance)
          Deprecated. Sets the value of the attribute: TRANSIENT_INSTANCE.
 
Methods inherited from interface com.ptc.core.ca.co.client.element.CoInstanceHolder
getInstance, setInstance
 
Methods inherited from interface com.ptc.core.ca.co.client.cache.CoInstanceChangeListener
onChange
 
Methods inherited from interface com.ptc.core.ca.co.client.element.CoCleanable
isDirty, setDirty
 
Methods inherited from interface com.ptc.core.ca.co.client.element.CoModelDriven
getModel, newModel, setModel, updateModel
 

Field Detail

TRANSIENT_INSTANCE

static final String TRANSIENT_INSTANCE
Deprecated. 
Label for the attribute; the I*E element wrapped into CoInstance object that dymamic element will handle.

Supported API: true

See Also:
Constant Field Values
Method Detail

getTransientInstance

CoInstance getTransientInstance()
Deprecated. 
Gets the value of the attribute: TRANSIENT_INSTANCE. the I*E element wrapped into CoInstance object that dymamic element will handle.

Supported API: true

Returns:
CoInstance

setTransientInstance

void setTransientInstance(CoInstance a_TransientInstance)
Deprecated. 
Sets the value of the attribute: TRANSIENT_INSTANCE. the I*E element wrapped into CoInstance object that dymamic element will handle.

Supported API: true

Parameters:
a_TransientInstance -