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
| Fields inherited from interface com.ptc.core.ca.co.client.element.CoCleanable |
DIRTY |
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