com.ptc.core.ca.co.client.action
Class CoAction
java.lang.Object
com.ptc.core.ca.co.client.element.CoElement
com.ptc.core.ca.co.client.primitive.CoLabel
com.ptc.core.ca.co.client.action.CoAction
- All Implemented Interfaces:
- CoActionListManaged, CoAddressable, CoFacePlateHolder, CoModelDriven, com.ptc.core.ca.co.client.layout.CoLayoutManaged, CoListManaged, CoPropertyManaged, CoRowManaged, CoWizardStepManaged, Externalizable, Serializable
- Direct Known Subclasses:
- CoHyperLink, WebAction
Deprecated.
@Deprecated
public abstract class CoAction
- extends CoLabel
- implements CoRowManaged, CoActionListManaged, com.ptc.core.ca.co.client.layout.CoLayoutManaged, CoWizardStepManaged, CoFacePlateHolder, CoListManaged, CoPropertyManaged, Externalizable
CoAction provides a conceptual implementation of an action
element.
Supported API: true
Extendable: false
- See Also:
- Serialized Form
| Methods inherited from class com.ptc.core.ca.co.client.element.CoElement |
default_draw, draw, getAddress, getConfiguration, getFrame, getParent, handleDrawError, isBeingRefreshed, render, setAddress, setParent |
default_init
public void default_init(CoEnvData envData)
throws WTException
- Deprecated.
- Implements default initialization algorithm for an element. Delegates
to
CoActionHandler to do the actual work.
Supported API: true
- Overrides:
default_init in class CoElement
- Parameters:
envData -
- Throws:
WTException
updateModel
public void updateModel(CoEnvData envData)
throws WTException
- Deprecated.
- Does nothing.
Supported API: true
- Specified by:
updateModel in interface CoModelDriven- Overrides:
updateModel in class CoLabel
- Parameters:
envData -
- Throws:
WTException
newModel
public CoModel newModel()
- Deprecated.
- Does nothing. Returns null.
Supported API: true
- Specified by:
newModel in interface CoModelDriven- Overrides:
newModel in class CoLabel
- Returns:
- CoModel
canBePruned
public boolean canBePruned(CoEnvData envData)
throws WTException
- Deprecated.
- Checks to see if an element can be removed from its parent without
the loss of information. An element usually can be pruned when it
is completely configuration based like a label or an image.
Supported API: true
- Overrides:
canBePruned in class CoElement
- Parameters:
envData -
- Returns:
- boolean
- Throws:
WTException