|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ptc.core.ca.co.client.wizard.CoDefaultWizardModel
@Deprecated public class CoDefaultWizardModel
Supported API: true
Extendable: false
| 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 |
|---|
public void update(CoEnvData envData)
throws WTException
update in interface CoModelenvData -
WTExceptionpublic CoSimpleLayout getHeaderLayout()
getHeaderLayout in interface CoWizardModelpublic void setHeaderLayout(CoSimpleLayout a_HeaderLayout)
setHeaderLayout in interface CoWizardModela_HeaderLayout - public CoWizardStepList getStepList()
getStepList in interface CoWizardModelpublic void setStepList(CoWizardStepList a_StepList)
setStepList in interface CoWizardModela_StepList - public CoActionList getStepActions()
getStepActions in interface CoWizardModelpublic void setStepActions(CoActionList a_StepActions)
setStepActions in interface CoWizardModela_StepActions - public CoActionList getWizardActions()
getWizardActions in interface CoWizardModelpublic void setWizardActions(CoActionList a_WizardActions)
setWizardActions in interface CoWizardModela_WizardActions - public int getCurrentStepIndex()
getCurrentStepIndex in interface CoWizardModelpublic void setCurrentStepIndex(int a_CurrentStepIndex)
setCurrentStepIndex in interface CoWizardModela_CurrentStepIndex - public int getPreviousStepIndex()
getPreviousStepIndex in interface CoWizardModelpublic void setPreviousStepIndex(int a_PreviousStepIndex)
setPreviousStepIndex in interface CoWizardModela_PreviousStepIndex - public CoInstance getInstance()
CoInstance object. The element that owns this model represents
wrapped I*E element.
getInstance in interface CoInstanceHolderModelpublic void setInstance(CoInstance a_Instance)
CoInstance object. The element that owns this model represents
wrapped I*E element.
setInstance in interface CoInstanceHolderModela_Instance - public CoModelDriven getElement()
getElement in interface CoModelpublic void setElement(CoModelDriven a_Element)
setElement in interface CoModela_Element - public CoActionList getActionList()
getActionList in interface CoActionListHolderModelpublic void setActionList(CoActionList a_ActionList)
setActionList in interface CoActionListHolderModela_ActionList - public String getLabel()
getLabel in interface CoFacePlateHolderModelpublic void setLabel(String a_Label)
setLabel in interface CoFacePlateHolderModela_Label - public String getToolTip()
getToolTip in interface CoFacePlateHolderModelpublic void setToolTip(String a_ToolTip)
setToolTip in interface CoFacePlateHolderModela_ToolTip - public String getImage()
getImage in interface CoFacePlateHolderModelpublic void setImage(String a_Image)
setImage in interface CoFacePlateHolderModela_Image - public CoFacePlateType getFacePlateType()
getFacePlateType in interface CoFacePlateHolderModelpublic void setFacePlateType(CoFacePlateType a_FacePlateType)
setFacePlateType in interface CoFacePlateHolderModela_FacePlateType -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||