com.ptc.core.ca.co.client.wizard
Class CoDefaultWizardModel

java.lang.Object
  extended by com.ptc.core.ca.co.client.wizard.CoDefaultWizardModel
All Implemented Interfaces:
CoActionListHolderModel, CoFacePlateHolderModel, CoInstanceHolderModel, CoModel, CoWizardModel, Externalizable, Serializable

Deprecated.

@Deprecated
public class CoDefaultWizardModel
extends Object
implements CoWizardModel, Externalizable



Supported API: true

Extendable: false

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.ptc.core.ca.co.client.wizard.CoWizardModel
CURRENT_STEP_INDEX, HEADER_LAYOUT, PREVIOUS_STEP_INDEX, STEP_ACTIONS, STEP_LIST, WIZARD_ACTIONS
 
Fields inherited from interface com.ptc.core.ca.co.client.element.CoInstanceHolderModel
INSTANCE
 
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
 
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
 CoActionList getActionList()
          Deprecated. Gets the value of the attribute: actionList; A reference to an action list element.
 int getCurrentStepIndex()
          Deprecated. Gets the value of the attribute: currentStepIndex; the index of a current wizard step.
 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
 CoSimpleLayout getHeaderLayout()
          Deprecated. Gets the value of the attribute: headerLayout; the header layout.
 String getImage()
          Deprecated. Gets the value of the attribute: image; the image

Supported API: true
 CoInstance getInstance()
          Deprecated. Gets the value of the attribute: instance; I*E element wrapped into CoInstance object.
 String getLabel()
          Deprecated. Gets the value of the attribute: label; the label

Supported API: true
 int getPreviousStepIndex()
          Deprecated. Gets the value of the attribute: previousStepIndex; the index of the step that was current before the current step.
 CoActionList getStepActions()
          Deprecated. Gets the value of the attribute: stepActions; the action list containing actions to move to a particular step.
 CoWizardStepList getStepList()
          Deprecated. Gets the value of the attribute: stepList; the step list sub-element of the wizard

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

Supported API: true
 CoActionList getWizardActions()
          Deprecated. Gets the value of the attribute: wizardActions; the list of wizard actions like ok, apply, next, previous, and cancel.
 void setActionList(CoActionList a_ActionList)
          Deprecated. Sets the value of the attribute: actionList; A reference to an action list element.
 void setCurrentStepIndex(int a_CurrentStepIndex)
          Deprecated. Sets the value of the attribute: currentStepIndex; the index of a current wizard step.
 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 setHeaderLayout(CoSimpleLayout a_HeaderLayout)
          Deprecated. Sets the value of the attribute: headerLayout; the header layout.
 void setImage(String a_Image)
          Deprecated. Sets the value of the attribute: image; the image

Supported API: true
 void setInstance(CoInstance a_Instance)
          Deprecated. Sets the value of the attribute: instance; I*E element wrapped into CoInstance object.
 void setLabel(String a_Label)
          Deprecated. Sets the value of the attribute: label; the label

Supported API: true
 void setPreviousStepIndex(int a_PreviousStepIndex)
          Deprecated. Sets the value of the attribute: previousStepIndex; the index of the step that was current before the current step.
 void setStepActions(CoActionList a_StepActions)
          Deprecated. Sets the value of the attribute: stepActions; the action list containing actions to move to a particular step.
 void setStepList(CoWizardStepList a_StepList)
          Deprecated. Sets the value of the attribute: stepList; the step list sub-element of the wizard

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

Supported API: true
 void setWizardActions(CoActionList a_WizardActions)
          Deprecated. Sets the value of the attribute: wizardActions; the list of wizard actions like ok, apply, next, previous, and cancel.
 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

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

getHeaderLayout

public CoSimpleLayout getHeaderLayout()
Deprecated. 
Gets the value of the attribute: headerLayout; the header layout. When a header layout is specified, a faceplate is ignored.

Supported API: true

Specified by:
getHeaderLayout in interface CoWizardModel
Returns:
CoSimpleLayout

setHeaderLayout

public void setHeaderLayout(CoSimpleLayout a_HeaderLayout)
Deprecated. 
Sets the value of the attribute: headerLayout; the header layout. When a header layout is specified, a faceplate is ignored.

Supported API: true

Specified by:
setHeaderLayout in interface CoWizardModel
Parameters:
a_HeaderLayout -

getStepList

public CoWizardStepList getStepList()
Deprecated. 
Gets the value of the attribute: stepList; the step list sub-element of the wizard

Supported API: true

Specified by:
getStepList in interface CoWizardModel
Returns:
CoWizardStepList

setStepList

public void setStepList(CoWizardStepList a_StepList)
Deprecated. 
Sets the value of the attribute: stepList; the step list sub-element of the wizard

Supported API: true

Specified by:
setStepList in interface CoWizardModel
Parameters:
a_StepList -

getStepActions

public CoActionList getStepActions()
Deprecated. 
Gets the value of the attribute: stepActions; the action list containing actions to move to a particular step. The user can use step action to move to a step that is not necessary next or previous.

Supported API: true

Specified by:
getStepActions in interface CoWizardModel
Returns:
CoActionList

setStepActions

public void setStepActions(CoActionList a_StepActions)
Deprecated. 
Sets the value of the attribute: stepActions; the action list containing actions to move to a particular step. The user can use step action to move to a step that is not necessary next or previous.

Supported API: true

Specified by:
setStepActions in interface CoWizardModel
Parameters:
a_StepActions -

getWizardActions

public CoActionList getWizardActions()
Deprecated. 
Gets the value of the attribute: wizardActions; the list of wizard actions like ok, apply, next, previous, and cancel.

Supported API: true

Specified by:
getWizardActions in interface CoWizardModel
Returns:
CoActionList

setWizardActions

public void setWizardActions(CoActionList a_WizardActions)
Deprecated. 
Sets the value of the attribute: wizardActions; the list of wizard actions like ok, apply, next, previous, and cancel.

Supported API: true

Specified by:
setWizardActions in interface CoWizardModel
Parameters:
a_WizardActions -

getCurrentStepIndex

public int getCurrentStepIndex()
Deprecated. 
Gets the value of the attribute: currentStepIndex; the index of a current wizard step. The wizard always presents a single element from the step list with this index.

Supported API: true

Specified by:
getCurrentStepIndex in interface CoWizardModel
Returns:
int

setCurrentStepIndex

public void setCurrentStepIndex(int a_CurrentStepIndex)
Deprecated. 
Sets the value of the attribute: currentStepIndex; the index of a current wizard step. The wizard always presents a single element from the step list with this index.

Supported API: true

Specified by:
setCurrentStepIndex in interface CoWizardModel
Parameters:
a_CurrentStepIndex -

getPreviousStepIndex

public int getPreviousStepIndex()
Deprecated. 
Gets the value of the attribute: previousStepIndex; the index of the step that was current before the current step.

Supported API: true

Specified by:
getPreviousStepIndex in interface CoWizardModel
Returns:
int

setPreviousStepIndex

public void setPreviousStepIndex(int a_PreviousStepIndex)
Deprecated. 
Sets the value of the attribute: previousStepIndex; the index of the step that was current before the current step.

Supported API: true

Specified by:
setPreviousStepIndex in interface CoWizardModel
Parameters:
a_PreviousStepIndex -

getInstance

public CoInstance getInstance()
Deprecated. 
Gets the value of the attribute: instance; I*E element wrapped into CoInstance object. The element that owns this model represents wrapped I*E element.

Supported API: true

Specified by:
getInstance in interface CoInstanceHolderModel
Returns:
CoInstance

setInstance

public void setInstance(CoInstance a_Instance)
Deprecated. 
Sets the value of the attribute: instance; I*E element wrapped into CoInstance object. The element that owns this model represents wrapped I*E element.

Supported API: true

Specified by:
setInstance in interface CoInstanceHolderModel
Parameters:
a_Instance -

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 -

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 -