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

All Superinterfaces:
CoCleanable, CoModelDriven
All Known Implementing Classes:
CoCompositeTable, CoSelectList, CoSimpleTable, CoTable, WebCompositeTable, WebSelectList, WebSimpleTable

Deprecated.

@Deprecated
public interface CoInstanceListHolder
extends CoCleanable

The interface the element implements when it represents a list of I*E element.

Supported API: true

Extendable: false


Field Summary
 
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
 ArrayList getInstanceList(CoEnvData envData)
          Deprecated. Returns a list of I*E elements wrapped into CoInstance objects from the element's model.
 void setInstanceList(ArrayList instanceList, CoEnvData envData)
          Deprecated. Sets a list of I*E elements wrapped into CoInstance objects to the element's model.
 
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
 

Method Detail

getInstanceList

ArrayList getInstanceList(CoEnvData envData)
                          throws WTException
Deprecated. 
Returns a list of I*E elements wrapped into CoInstance objects from the element's model.

Supported API: true

Parameters:
envData -
Returns:
ArrayList
Throws:
WTException

setInstanceList

void setInstanceList(ArrayList instanceList,
                     CoEnvData envData)
                     throws WTException
Deprecated. 
Sets a list of I*E elements wrapped into CoInstance objects to the element's model. Releases an old ones from cache when found.

Supported API: true

Parameters:
instanceList -
envData -
Throws:
WTException