|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ptc.core.ca.co.client.element.CoElement
com.ptc.core.ca.co.client.wizard.CoWizard
@Deprecated public abstract class CoWizard
This class implements a conceptual wizard element. The wizard element
is capable of managing wizard steps and wizard actions like ok, apply,
next, previous, and cancel.
Supported API: true
Extendable: false
| Field Summary |
|---|
| Fields inherited from interface com.ptc.core.ca.co.client.address.CoAddressable |
|---|
ADDRESS |
| Fields inherited from interface com.ptc.core.ca.co.client.element.CoCleanable |
|---|
DIRTY |
| Fields inherited from interface com.ptc.core.ca.co.client.element.CoModelDriven |
|---|
MODEL |
| Fields inherited from interface com.ptc.core.ca.co.client.element.CoContainer |
|---|
CHILDREN |
| Method Summary | |
|---|---|
CoElement |
createDynamicSubElement(String typeId,
CoEnvData envData)
Deprecated. Creates a dynamic sub-element. |
CoElement |
createStaticSubElement(CoConfigFeature subElementConfiguration,
CoEnvData envData)
Deprecated. Creates a static sub-element. |
Map |
getChildren()
Deprecated. Gets the value of the attribute: children; the map of child elements. |
CoInstance |
getInstance(CoEnvData envData)
Deprecated. Returns the I*E element maintained by the this element wrapped into CoInstance object
Supported API: true |
CoModel |
getModel()
Deprecated. Gets the object for the association that plays role: model; the model of the element Supported API: true |
boolean |
isDirty()
Deprecated. Gets the value of the attribute: dirty; the flag indicating whether the element is out of date. |
CoModel |
newModel()
Deprecated. Returns newly created model of CoDefaultWizardModel class. |
void |
onChange(CoEnvData envData)
Deprecated. Notifies CoElement that its data is obsolete. |
void |
pruneChildren(CoEnvData envData)
Deprecated. Removes sub-elements that do not have to be maintained and can easily be restored during new drawing. |
void |
setChildren(Map a_Children)
Deprecated. Sets the value of the attribute: children; the map of child elements. |
void |
setDirty(boolean a_Dirty)
Deprecated. Sets the value of the attribute: dirty; the flag indicating whether the element is out of date. |
void |
setInstance(CoInstance instance,
CoEnvData envData)
Deprecated. Sets the I*E element wrapped into CoInstance object to
be maintained by the this element. |
void |
setModel(CoModel a_Model)
Deprecated. Sets the object for the association that plays role: model; the model of the element Supported API: true |
void |
updateChildren(CoEnvData envData)
Deprecated. Updates sub-elements. |
void |
updateModel(CoEnvData envData)
Deprecated. Creates and updates the model of the element. |
| Methods inherited from class com.ptc.core.ca.co.client.element.CoElement |
|---|
canBePruned, default_draw, default_init, draw, getAddress, getConfiguration, getFrame, getParent, handleDrawError, isBeingRefreshed, render, setAddress, setParent |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.ptc.core.ca.co.client.address.CoAddressable |
|---|
getAddress, setAddress |
| Method Detail |
|---|
public CoInstance getInstance(CoEnvData envData)
throws WTException
CoInstance object
getInstance in interface CoInstanceHolderenvData -
WTException
public void setInstance(CoInstance instance,
CoEnvData envData)
throws WTException
CoInstance object to
be maintained by the this element.
setInstance in interface CoInstanceHolderinstance - envData -
WTException
public void onChange(CoEnvData envData)
throws WTException
onChange in interface CoInstanceChangeListenerenvData -
WTExceptionpublic CoModel newModel()
CoDefaultWizardModel class.
newModel in interface CoModelDriven
public void updateModel(CoEnvData envData)
throws WTException
updateModel in interface CoModelDrivenenvData -
WTException
public void updateChildren(CoEnvData envData)
throws WTException
children map should contain sub-elements according
to the configuration specification and data from the data aquisition
layer.
updateChildren in interface CoContainerenvData -
WTException
public CoElement createStaticSubElement(CoConfigFeature subElementConfiguration,
CoEnvData envData)
throws WTException
subElementConfiguration - envData -
WTException
public CoElement createDynamicSubElement(String typeId,
CoEnvData envData)
throws WTException
typeId - envData -
WTException
public void pruneChildren(CoEnvData envData)
throws WTException
pruneChildren in interface CoContainerenvData -
WTExceptionpublic boolean isDirty()
isDirty in interface CoCleanablepublic void setDirty(boolean a_Dirty)
setDirty in interface CoCleanablea_Dirty - public CoModel getModel()
getModel in interface CoModelDrivenpublic void setModel(CoModel a_Model)
setModel in interface CoModelDrivena_Model - public Map getChildren()
CoAddress are used as keys.
getChildren in interface CoContainerpublic void setChildren(Map a_Children)
CoAddress are used as keys.
setChildren in interface CoContainera_Children -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||