com.ptc.core.ca.co.client.primitive
Interface CoEnumeratorModel

All Superinterfaces:
CoActionListHolderModel, CoFacePlateHolderModel, CoModel
All Known Implementing Classes:
CoDefaultEnumeratorModel

Deprecated.

@Deprecated
public interface CoEnumeratorModel
extends CoFacePlateHolderModel, CoActionListHolderModel

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

LABELS

static final String LABELS
Deprecated. 
Label for the attribute; the list of conceptual label sub-elements

Supported API: true

See Also:
Constant Field Values

VALUES

static final String VALUES
Deprecated. 
Label for the attribute; the list of values. Each value corresponds to the appropriate sub-element in labels list.

Supported API: true

See Also:
Constant Field Values

CHOSEN_INDEX

static final String CHOSEN_INDEX
Deprecated. 
Label for the attribute; the index of currently chosen value

Supported API: true

See Also:
Constant Field Values

TRIGGER

static final String TRIGGER
Deprecated. 
Label for the attribute; the action to be used as a trigger element for an action list. A user triggers an action by clicking a trigger action that usualy has "Go" label.

Supported API: true

See Also:
Constant Field Values
Method Detail

getLabels

ArrayList getLabels()
Deprecated. 
Gets the value of the attribute: LABELS. the list of conceptual label sub-elements

Supported API: true

Returns:
ArrayList

setLabels

void setLabels(ArrayList a_Labels)
Deprecated. 
Sets the value of the attribute: LABELS. the list of conceptual label sub-elements

Supported API: true

Parameters:
a_Labels -

getValues

ArrayList getValues()
Deprecated. 
Gets the value of the attribute: VALUES. the list of values. Each value corresponds to the appropriate sub-element in labels list.

Supported API: true

Returns:
ArrayList

setValues

void setValues(ArrayList a_Values)
Deprecated. 
Sets the value of the attribute: VALUES. the list of values. Each value corresponds to the appropriate sub-element in labels list.

Supported API: true

Parameters:
a_Values -

getChosenIndex

int getChosenIndex()
Deprecated. 
Gets the value of the attribute: CHOSEN_INDEX. the index of currently chosen value

Supported API: true

Returns:
int

setChosenIndex

void setChosenIndex(int a_ChosenIndex)
Deprecated. 
Sets the value of the attribute: CHOSEN_INDEX. the index of currently chosen value

Supported API: true

Parameters:
a_ChosenIndex -

getTrigger

CoAction getTrigger()
Deprecated. 
Gets the value of the attribute: TRIGGER. the action to be used as a trigger element for an action list. A user triggers an action by clicking a trigger action that usualy has "Go" label.

Supported API: true

Returns:
CoAction

setTrigger

void setTrigger(CoAction a_Trigger)
Deprecated. 
Sets the value of the attribute: TRIGGER. the action to be used as a trigger element for an action list. A user triggers an action by clicking a trigger action that usualy has "Go" label.

Supported API: true

Parameters:
a_Trigger -