com.ptc.core.ca.co.client.wizard
Interface CoWizardStepListModel

All Superinterfaces:
CoFacePlateHolderModel, CoModel
All Known Implementing Classes:
CoDefaultWizardStepListModel

Deprecated.

@Deprecated
public interface CoWizardStepListModel
extends CoFacePlateHolderModel

The interface the model of the wizard step element implements.

Supported API: true

Extendable: false


Field Summary
static String STEPS
          Deprecated. Label for the attribute; the list of elements to be presented to the user as part of the wizard.
 
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
 ArrayList getSteps()
          Deprecated. Gets the value of the attribute: STEPS.
 void setSteps(ArrayList a_Steps)
          Deprecated. Sets the value of the attribute: STEPS.
 
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

STEPS

static final String STEPS
Deprecated. 
Label for the attribute; the list of elements to be presented to the user as part of the wizard. Only a single element with the current index is presented at any time.

Supported API: true

See Also:
Constant Field Values
Method Detail

getSteps

ArrayList getSteps()
Deprecated. 
Gets the value of the attribute: STEPS. the list of elements to be presented to the user as part of the wizard. Only a single element with the current index is presented at any time.

Supported API: true

Returns:
ArrayList

setSteps

void setSteps(ArrayList a_Steps)
Deprecated. 
Sets the value of the attribute: STEPS. the list of elements to be presented to the user as part of the wizard. Only a single element with the current index is presented at any time.

Supported API: true

Parameters:
a_Steps -