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

All Superinterfaces:
CoModel
All Known Subinterfaces:
CoCompositeTableModel, CoSimpleTableModel, CoTableModel
All Known Implementing Classes:
CoDefaultCompositeTableModel, CoDefaultSelectListModel, CoDefaultSimpleTableModel

Deprecated.

@Deprecated
public interface CoInstanceListHolderModel
extends CoModel

The model of the element that represents a list of I*E elements must implement this interface.

Supported API: true

Extendable: false


Field Summary
static String INSTANCE_LIST
          Deprecated. Label for the attribute; The list of I*E elements wrapped into CoInstance objects.
 
Fields inherited from interface com.ptc.core.ca.co.client.element.CoModel
ELEMENT
 
Method Summary
 ArrayList getInstanceList()
          Deprecated. Gets the value of the attribute: INSTANCE_LIST.
 void setInstanceList(ArrayList a_InstanceList)
          Deprecated. Sets the value of the attribute: INSTANCE_LIST.
 
Methods inherited from interface com.ptc.core.ca.co.client.element.CoModel
getElement, init, setElement, update
 

Field Detail

INSTANCE_LIST

static final String INSTANCE_LIST
Deprecated. 
Label for the attribute; The list of I*E elements wrapped into CoInstance objects. The element that owns this model represents the list of wrapped I*E elements.

Supported API: true

See Also:
Constant Field Values
Method Detail

getInstanceList

ArrayList getInstanceList()
Deprecated. 
Gets the value of the attribute: INSTANCE_LIST. The list of I*E elements wrapped into CoInstance objects. The element that owns this model represents the list of wrapped I*E elements.

Supported API: true

Returns:
ArrayList

setInstanceList

void setInstanceList(ArrayList a_InstanceList)
Deprecated. 
Sets the value of the attribute: INSTANCE_LIST. The list of I*E elements wrapped into CoInstance objects. The element that owns this model represents the list of wrapped I*E elements.

Supported API: true

Parameters:
a_InstanceList -