|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
@Deprecated public interface CoActionListModel
A model of an action list element.
Supported API: true
Extendable: false
| Field Summary | |
|---|---|
static String |
CHILDREN
Deprecated. Label for the attribute; the list of CoActionListManaged
elements
Supported API: true |
static String |
LIST_TYPE
Deprecated. Label for the attribute; type of the action list. |
static String |
TRIGGER
Deprecated. Label for the attribute; the action to be used as a trigger element for an action list. |
| 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. |
CoActionListType |
getListType()
Deprecated. Gets the value of the attribute: LIST_TYPE. |
CoAction |
getTrigger()
Deprecated. Gets the value of the attribute: TRIGGER. |
void |
setChildren(ArrayList a_Children)
Deprecated. Sets the value of the attribute: CHILDREN. |
void |
setListType(CoActionListType a_ListType)
Deprecated. Sets the value of the attribute: LIST_TYPE. |
void |
setTrigger(CoAction a_Trigger)
Deprecated. Sets the value of the attribute: TRIGGER. |
| 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 |
|---|
static final String CHILDREN
CoActionListManaged
elements
static final String TRIGGER
static final String LIST_TYPE
CoActionListType,
Constant Field Values| Method Detail |
|---|
ArrayList getChildren()
CoActionListManaged elements
void setChildren(ArrayList a_Children)
CoActionListManaged elements
a_Children - CoAction getTrigger()
void setTrigger(CoAction a_Trigger)
a_Trigger - CoActionListType getListType()
CoActionListTypevoid setListType(CoActionListType a_ListType)
a_ListType - CoActionListType
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||