com.ptc.core.ca.co.client.frame
Class CoSimpleFrame
java.lang.Object
com.ptc.core.ca.co.client.element.CoElement
com.ptc.core.ca.co.client.frame.CoFrame
com.ptc.core.ca.co.client.frame.CoSimpleFrame
- All Implemented Interfaces:
- CoAddressable, CoCleanable, CoContainer, CoFacePlateHolder, com.ptc.core.ca.co.client.element.CoModeDriven, CoModelDriven, Externalizable, Serializable
- Direct Known Subclasses:
- WebSimpleFrame
Deprecated.
@Deprecated
public abstract class CoSimpleFrame
- extends CoFrame
- implements CoFacePlateHolder, Externalizable
This class represents a "simple" frame. The simple frame can only have
a model extending CoSimpleFrameModel class where all frame
attributes are hardcoded in the model.
Supported API: true
Extendable: false
- See Also:
- Serialized Form
| Fields inherited from interface com.ptc.core.ca.co.client.element.CoCleanable |
DIRTY |
| Methods inherited from class com.ptc.core.ca.co.client.frame.CoFrame |
createDynamicSubElement, createStaticSubElement, getAnyData, getChildren, getModel, getOpenerActionAddress, isBeingHandled, isBeingRefreshed, isDirty, pruneChildren, setAnyData, setBeingHandled, setBeingRefreshed, setChildren, setDirty, setModel, setOpenerActionAddress |
| Methods inherited from class com.ptc.core.ca.co.client.element.CoElement |
canBePruned, default_draw, default_init, draw, getAddress, getConfiguration, getFrame, getParent, handleDrawError, render, setAddress, setParent |
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 CoFrame
- Parameters:
envData -
- Throws:
WTException
newModel
public CoModel newModel()
- Deprecated.
- Returns newly created model of
CoDefaultSimpleFrameModel
class.
Supported API: true
- Specified by:
newModel in interface CoModelDriven
- Returns:
- CoModel
updateChildren
public void updateChildren(CoEnvData envData)
throws WTException
- Deprecated.
- Updates sub-element. After the execution of the method the element's
model and
children map should contain sub-element according
to the configuration specification.
Supported API: true
- Specified by:
updateChildren in interface CoContainer
- Parameters:
envData -
- Throws:
WTException