com.ptc.core.ca.co.client.primitive
Class CoDefaultEnumeratorModel

java.lang.Object
  extended by com.ptc.core.ca.co.client.primitive.CoDefaultEnumeratorModel
All Implemented Interfaces:
CoActionListHolderModel, CoFacePlateHolderModel, CoModel, CoEnumeratorModel, Externalizable, Serializable

Deprecated.

@Deprecated
public class CoDefaultEnumeratorModel
extends Object
implements CoEnumeratorModel, Externalizable



Supported API: true

Extendable: false

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.ptc.core.ca.co.client.primitive.CoEnumeratorModel
CHOSEN_INDEX, LABELS, TRIGGER, 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
 CoActionList getActionList()
          Deprecated. Gets the value of the attribute: actionList A reference to an action list element.
 int getChosenIndex()
          Deprecated. Gets the value of the attribute: chosenIndex; the index of currently chosen value

Supported API: true
 CoModelDriven getElement()
          Deprecated. Gets the object for the association that plays role: element; the element this model belongs to

Supported API: true
 CoFacePlateType getFacePlateType()
          Deprecated. Gets the value of the attribute: facePlateType; the image

Supported API: true
 String getImage()
          Deprecated. Gets the value of the attribute: image; the image

Supported API: true
 String getLabel()
          Deprecated. Gets the value of the attribute: label; the label

Supported API: true
 ArrayList getLabels()
          Deprecated. Gets the value of the attribute: labels; the list of conceptual label sub-elements

Supported API: true
 String getToolTip()
          Deprecated. Gets the value of the attribute: toolTip; the tool tip

Supported API: true
 CoAction getTrigger()
          Deprecated. Gets the value of the attribute: trigger; the action to be used as a trigger element for an action list.
 ArrayList getValues()
          Deprecated. Gets the value of the attribute: values; the list of values.
 void init(CoEnvData envData)
          Deprecated. The method responsible for the initialization of the model.
 void setActionList(CoActionList a_ActionList)
          Deprecated. Sets the value of the attribute: actionList.
 void setChosenIndex(int a_ChosenIndex)
          Deprecated. Sets the value of the attribute: chosenIndex; the index of currently chosen value

Supported API: true
 void setElement(CoModelDriven a_Element)
          Deprecated. Sets the object for the association that plays role: element; the element this model belongs to

Supported API: true
 void setFacePlateType(CoFacePlateType a_FacePlateType)
          Deprecated. Sets the value of the attribute: facePlateType; the image

Supported API: true
 void setImage(String a_Image)
          Deprecated. Sets the value of the attribute: image; the image

Supported API: true
 void setLabel(String a_Label)
          Deprecated. Sets the value of the attribute: label; the label

Supported API: true
 void setLabels(ArrayList a_Labels)
          Deprecated. Sets the value of the attribute: labels; the list of conceptual label sub-elements

Supported API: true
 void setToolTip(String a_ToolTip)
          Deprecated. Sets the value of the attribute: toolTip; the tool tip

Supported API: true
 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.
 void setValues(ArrayList a_Values)
          Deprecated. Sets the value of the attribute: values; the list of values.
 void update(CoEnvData envData)
          Deprecated. The method responsible for the update of the model.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

init

public void init(CoEnvData envData)
          throws WTException
Deprecated. 
The method responsible for the initialization of the model.

Supported API: true

Specified by:
init in interface CoModel
Parameters:
envData -
Throws:
WTException

update

public void update(CoEnvData envData)
            throws WTException
Deprecated. 
The method responsible for the update of the model.

Supported API: true

Specified by:
update in interface CoModel
Parameters:
envData -
Throws:
WTException

getLabels

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

Supported API: true

Specified by:
getLabels in interface CoEnumeratorModel
Returns:
ArrayList

setLabels

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

Supported API: true

Specified by:
setLabels in interface CoEnumeratorModel
Parameters:
a_Labels -

getValues

public 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

Specified by:
getValues in interface CoEnumeratorModel
Returns:
ArrayList

setValues

public 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

Specified by:
setValues in interface CoEnumeratorModel
Parameters:
a_Values -

getChosenIndex

public int getChosenIndex()
Deprecated. 
Gets the value of the attribute: chosenIndex; the index of currently chosen value

Supported API: true

Specified by:
getChosenIndex in interface CoEnumeratorModel
Returns:
int

setChosenIndex

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

Supported API: true

Specified by:
setChosenIndex in interface CoEnumeratorModel
Parameters:
a_ChosenIndex -

getLabel

public String getLabel()
Deprecated. 
Gets the value of the attribute: label; the label

Supported API: true

Specified by:
getLabel in interface CoFacePlateHolderModel
Returns:
String

setLabel

public void setLabel(String a_Label)
Deprecated. 
Sets the value of the attribute: label; the label

Supported API: true

Specified by:
setLabel in interface CoFacePlateHolderModel
Parameters:
a_Label -

getToolTip

public String getToolTip()
Deprecated. 
Gets the value of the attribute: toolTip; the tool tip

Supported API: true

Specified by:
getToolTip in interface CoFacePlateHolderModel
Returns:
String

setToolTip

public void setToolTip(String a_ToolTip)
Deprecated. 
Sets the value of the attribute: toolTip; the tool tip

Supported API: true

Specified by:
setToolTip in interface CoFacePlateHolderModel
Parameters:
a_ToolTip -

getImage

public String getImage()
Deprecated. 
Gets the value of the attribute: image; the image

Supported API: true

Specified by:
getImage in interface CoFacePlateHolderModel
Returns:
String

setImage

public void setImage(String a_Image)
Deprecated. 
Sets the value of the attribute: image; the image

Supported API: true

Specified by:
setImage in interface CoFacePlateHolderModel
Parameters:
a_Image -

getFacePlateType

public CoFacePlateType getFacePlateType()
Deprecated. 
Gets the value of the attribute: facePlateType; the image

Supported API: true

Specified by:
getFacePlateType in interface CoFacePlateHolderModel
Returns:
CoFacePlateType

setFacePlateType

public void setFacePlateType(CoFacePlateType a_FacePlateType)
Deprecated. 
Sets the value of the attribute: facePlateType; the image

Supported API: true

Specified by:
setFacePlateType in interface CoFacePlateHolderModel
Parameters:
a_FacePlateType -

getElement

public CoModelDriven getElement()
Deprecated. 
Gets the object for the association that plays role: element; the element this model belongs to

Supported API: true

Specified by:
getElement in interface CoModel
Returns:
CoModelDriven

setElement

public void setElement(CoModelDriven a_Element)
Deprecated. 
Sets the object for the association that plays role: element; the element this model belongs to

Supported API: true

Specified by:
setElement in interface CoModel
Parameters:
a_Element -

getActionList

public CoActionList getActionList()
Deprecated. 
Gets the value of the attribute: actionList A reference to an action list element.

Supported API: true

Specified by:
getActionList in interface CoActionListHolderModel
Returns:
CoActionList

setActionList

public void setActionList(CoActionList a_ActionList)
Deprecated. 
Sets the value of the attribute: actionList. A reference to an action list element.

Supported API: true

Specified by:
setActionList in interface CoActionListHolderModel
Parameters:
a_ActionList -

getTrigger

public 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

Specified by:
getTrigger in interface CoEnumeratorModel
Returns:
CoAction

setTrigger

public 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

Specified by:
setTrigger in interface CoEnumeratorModel
Parameters:
a_Trigger -