|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
@Deprecated public interface CoEnumeratorModel
The interface a model of the conceptual enumerator implements.
Supported API: true
Extendable: false
| Field Summary | |
|---|---|
static String |
CHOSEN_INDEX
Deprecated. Label for the attribute; the index of currently chosen value Supported API: true |
static String |
LABELS
Deprecated. Label for the attribute; the list of conceptual label sub-elements Supported API: true |
static String |
TRIGGER
Deprecated. Label for the attribute; the action to be used as a trigger element for an action list. |
static String |
VALUES
Deprecated. Label for the attribute; the list of values. |
| 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 |
| Fields inherited from interface com.ptc.core.ca.co.client.action.CoActionListHolderModel |
|---|
ACTION_LIST |
| Fields inherited from interface com.ptc.core.ca.co.client.element.CoModel |
|---|
ELEMENT |
| Method Summary | |
|---|---|
int |
getChosenIndex()
Deprecated. Gets the value of the attribute: CHOSEN_INDEX. |
ArrayList |
getLabels()
Deprecated. Gets the value of the attribute: LABELS. |
CoAction |
getTrigger()
Deprecated. Gets the value of the attribute: TRIGGER. |
ArrayList |
getValues()
Deprecated. Gets the value of the attribute: VALUES. |
void |
setChosenIndex(int a_ChosenIndex)
Deprecated. Sets the value of the attribute: CHOSEN_INDEX. |
void |
setLabels(ArrayList a_Labels)
Deprecated. Sets the value of the attribute: LABELS. |
void |
setTrigger(CoAction a_Trigger)
Deprecated. Sets the value of the attribute: TRIGGER. |
void |
setValues(ArrayList a_Values)
Deprecated. Sets the value of the attribute: VALUES. |
| 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 |
| Methods inherited from interface com.ptc.core.ca.co.client.action.CoActionListHolderModel |
|---|
getActionList, setActionList |
| Methods inherited from interface com.ptc.core.ca.co.client.element.CoModel |
|---|
getElement, init, setElement, update |
| Field Detail |
|---|
static final String LABELS
static final String VALUES
labels list.
static final String CHOSEN_INDEX
static final String TRIGGER
| Method Detail |
|---|
ArrayList getLabels()
void setLabels(ArrayList a_Labels)
a_Labels - ArrayList getValues()
labels list.
void setValues(ArrayList a_Values)
labels list.
a_Values - int getChosenIndex()
void setChosenIndex(int a_ChosenIndex)
a_ChosenIndex - CoAction getTrigger()
void setTrigger(CoAction a_Trigger)
a_Trigger -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||