|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
@Deprecated public interface CoWizardModel
The interface the model of the wizard element implements.
Supported API: true
Extendable: false
| Field Summary | |
|---|---|
static String |
CURRENT_STEP_INDEX
Deprecated. Label for the attribute; the index of a current wizard step. |
static String |
HEADER_LAYOUT
Deprecated. Label for the attribute; the header layout. |
static String |
PREVIOUS_STEP_INDEX
Deprecated. Label for the attribute; the index of the step that was current before the current step. |
static String |
STEP_ACTIONS
Deprecated. Label for the attribute; the action list containing actions to move to a particular step. |
static String |
STEP_LIST
Deprecated. Label for the attribute; the step list sub-element of the wizard Supported API: true |
static String |
WIZARD_ACTIONS
Deprecated. Label for the attribute; the list of wizard actions like ok, apply, next, previous, and cancel. |
| 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 | |
|---|---|
int |
getCurrentStepIndex()
Deprecated. Gets the value of the attribute: CURRENT_STEP_INDEX. |
CoSimpleLayout |
getHeaderLayout()
Deprecated. Gets the value of the attribute: HEADER_LAYOUT. |
int |
getPreviousStepIndex()
Deprecated. Gets the value of the attribute: PREVIOUS_STEP_INDEX. |
CoActionList |
getStepActions()
Deprecated. Gets the value of the attribute: STEP_ACTIONS. |
CoWizardStepList |
getStepList()
Deprecated. Gets the value of the attribute: STEP_LIST. |
CoActionList |
getWizardActions()
Deprecated. Gets the value of the attribute: WIZARD_ACTIONS. |
void |
setCurrentStepIndex(int a_CurrentStepIndex)
Deprecated. Sets the value of the attribute: CURRENT_STEP_INDEX. |
void |
setHeaderLayout(CoSimpleLayout a_HeaderLayout)
Deprecated. Sets the value of the attribute: HEADER_LAYOUT. |
void |
setPreviousStepIndex(int a_PreviousStepIndex)
Deprecated. Sets the value of the attribute: PREVIOUS_STEP_INDEX. |
void |
setStepActions(CoActionList a_StepActions)
Deprecated. Sets the value of the attribute: STEP_ACTIONS. |
void |
setStepList(CoWizardStepList a_StepList)
Deprecated. Sets the value of the attribute: STEP_LIST. |
void |
setWizardActions(CoActionList a_WizardActions)
Deprecated. Sets the value of the attribute: WIZARD_ACTIONS. |
| Methods inherited from interface com.ptc.core.ca.co.client.element.CoInstanceHolderModel |
|---|
getInstance, setInstance |
| 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 |
| 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 |
| Field Detail |
|---|
static final String HEADER_LAYOUT
static final String STEP_LIST
static final String STEP_ACTIONS
static final String WIZARD_ACTIONS
static final String CURRENT_STEP_INDEX
static final String PREVIOUS_STEP_INDEX
| Method Detail |
|---|
CoSimpleLayout getHeaderLayout()
void setHeaderLayout(CoSimpleLayout a_HeaderLayout)
a_HeaderLayout - CoWizardStepList getStepList()
void setStepList(CoWizardStepList a_StepList)
a_StepList - CoActionList getStepActions()
void setStepActions(CoActionList a_StepActions)
a_StepActions - CoActionList getWizardActions()
void setWizardActions(CoActionList a_WizardActions)
a_WizardActions - int getCurrentStepIndex()
void setCurrentStepIndex(int a_CurrentStepIndex)
a_CurrentStepIndex - int getPreviousStepIndex()
void setPreviousStepIndex(int a_PreviousStepIndex)
a_PreviousStepIndex -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||