com.ptc.core.ca.co.client.list
Interface CoListModel

All Superinterfaces:
CoFacePlateHolderModel, CoModel
All Known Implementing Classes:
CoDefaultListModel

Deprecated.

@Deprecated
public interface CoListModel
extends CoFacePlateHolderModel

The model of the conceptual list element implements this interface.

Supported API: true

Extendable: false


Field Summary
static String CHILDREN
          Deprecated. Label for the attribute; the list of child elements of the list element.
 
Fields inherited from interface com.ptc.core.ca.co.client.element.CoFacePlateHolderModel
FACE_PLATE_TYPE, IMAGE, LABEL, TOOL_TIP
 
Fields inherited from interface com.ptc.core.ca.co.client.element.CoModel
ELEMENT
 
Method Summary
 ArrayList getChildren()
          Deprecated. Gets the value of the attribute: CHILDREN.
 void setChildren(ArrayList a_Children)
          Deprecated. Sets the value of the attribute: CHILDREN.
 
Methods inherited from interface com.ptc.core.ca.co.client.element.CoFacePlateHolderModel
getFacePlateType, getImage, getLabel, getToolTip, setFacePlateType, setImage, setLabel, setToolTip
 
Methods inherited from interface com.ptc.core.ca.co.client.element.CoModel
getElement, init, setElement, update
 

Field Detail

CHILDREN

static final String CHILDREN
Deprecated. 
Label for the attribute; the list of child elements of the list element.

Supported API: true

See Also:
Constant Field Values
Method Detail

getChildren

ArrayList getChildren()
Deprecated. 
Gets the value of the attribute: CHILDREN. the list of child elements of the list element.

Supported API: true

Returns:
ArrayList

setChildren

void setChildren(ArrayList a_Children)
Deprecated. 
Sets the value of the attribute: CHILDREN. the list of child elements of the list element.

Supported API: true

Parameters:
a_Children -