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.CoModel |
ELEMENT |
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
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 -