|
|||||||||
| 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.layout.CoAbstractLayout
com.ptc.core.ca.co.client.layout.CoSimpleLayout
com.ptc.core.ca.co.client.propertyPanel.CoSimplePropertyPanel
@Deprecated public abstract class CoSimplePropertyPanel
The conceptual simple property panel.
Supported API: true
Extendable: false
| Field Summary |
|---|
| Fields inherited from interface com.ptc.core.ca.co.client.element.CoCleanable |
|---|
DIRTY |
| Fields inherited from interface com.ptc.core.ca.co.client.address.CoAddressable |
|---|
ADDRESS |
| Method Summary | |
|---|---|
CoInstance |
getInstance(CoEnvData envData)
Deprecated. Returns I*E element wrapped into CoInstance object from
the element's model. |
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 the CoDefaultSimplePropertyPanelModel
class. |
void |
onChange(CoEnvData envData)
Deprecated. Notifies conceptual element that it's obsolete. |
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 I*E element wrapped into CoInstance object to the
element's model. |
void |
updateModel(CoEnvData envData)
Deprecated. Creates and updates the model of the element. |
| Methods inherited from class com.ptc.core.ca.co.client.layout.CoSimpleLayout |
|---|
pruneChildren, updateChildren |
| Methods inherited from class com.ptc.core.ca.co.client.layout.CoAbstractLayout |
|---|
createDynamicSubElement, createStaticSubElement, getChildren, getModel, setChildren, setModel, updateRows |
| 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 from
the element's model.
getInstance in interface CoInstanceHolderenvData -
WTException
public void setInstance(CoInstance instance,
CoEnvData envData)
throws WTException
CoInstance object to the
element's model. Releases an old one from cache when found.
setInstance in interface CoInstanceHolderinstance - envData -
WTException
public void onChange(CoEnvData envData)
throws WTException
onChange in interface CoInstanceChangeListenerenvData -
WTExceptionpublic CoModel newModel()
CoDefaultSimplePropertyPanelModel
class.
newModel in interface CoModelDrivennewModel in class CoSimpleLayout
public void updateModel(CoEnvData envData)
throws WTException
updateModel in interface CoModelDrivenupdateModel in class CoSimpleLayoutenvData -
WTExceptionpublic boolean isDirty()
isDirty in interface CoCleanablepublic void setDirty(boolean a_Dirty)
setDirty in interface CoCleanablea_Dirty -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||