com.ptc.core.ca.co.client.layout
Class CoSimpleLayout
java.lang.Object
com.ptc.core.ca.co.client.element.CoElement
com.ptc.core.ca.co.client.layout.CoAbstractLayout
com.ptc.core.ca.co.client.layout.CoSimpleLayout
- All Implemented Interfaces:
- CoAddressable, CoContainer, CoFacePlateHolder, CoModelDriven, CoFrameManaged, CoLayout, com.ptc.core.ca.co.client.layout.CoLayoutManaged, CoListManaged, CoCompositeTableManaged, CoRowManaged, CoTableManaged, CoCompositeTreeManaged, CoWizardStepManaged, Externalizable, Serializable
- Direct Known Subclasses:
- CoSimpleNavBar, CoSimplePropertyPanel, WebSimpleLayout
Deprecated.
@Deprecated
public abstract class CoSimpleLayout
- extends CoAbstractLayout
- implements CoFacePlateHolder, Externalizable
Conceptual simple layout element extends this class.
Supported API: true
Extendable: false
- See Also:
- Serialized Form
|
Method Summary |
CoModel |
newModel()
Deprecated. Returns newly created model of CoDefaultSimpleLayoutModel
class. |
void |
pruneChildren(CoEnvData envData)
Deprecated. Removes sub-elements that do not have to be maintained and can easily
be restored during new drawing. |
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 |
newModel
public CoModel newModel()
- Deprecated.
- Returns newly created model of
CoDefaultSimpleLayoutModel
class.
Supported API: true
- Specified by:
newModel in interface CoModelDriven
- Returns:
- CoModel
updateModel
public void updateModel(CoEnvData envData)
throws WTException
- Deprecated.
- Creates and updates the model of the element.
Supported API: true
- Specified by:
updateModel in interface CoModelDriven- Overrides:
updateModel in class CoAbstractLayout
- Parameters:
envData -
- Throws:
WTException
updateChildren
public void updateChildren(CoEnvData envData)
throws WTException
- Deprecated.
- Updates sub-elements. After the execution of the method the element's
model and
children map should contain sub-elements according
to the configuration specification and data from the data aquisition
layer.
Supported API: true
- Specified by:
updateChildren in interface CoContainer
- Parameters:
envData -
- Throws:
WTException
pruneChildren
public void pruneChildren(CoEnvData envData)
throws WTException
- Deprecated.
- Removes sub-elements that do not have to be maintained and can easily
be restored during new drawing.
Supported API: true
- Specified by:
pruneChildren in interface CoContainer
- Parameters:
envData -
- Throws:
WTException