com.ptc.core.ca.co.client.primitive
Class CoHyperLink
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
com.ptc.core.ca.co.client.primitive.CoHyperLink
- All Implemented Interfaces:
- CoActionListManaged, CoAddressable, CoFacePlateHolder, CoModelDriven, com.ptc.core.ca.co.client.layout.CoLayoutManaged, CoListManaged, CoURLContent, CoPropertyManaged, CoRowManaged, CoWizardStepManaged, Externalizable, Serializable
- Direct Known Subclasses:
- WebHyperLink
Deprecated.
@Deprecated
public abstract class CoHyperLink
- extends CoAction
- implements CoURLContent, Externalizable
The conceptual hyper link.
Supported API: true
Extendable: false
- See Also:
- Serialized Form
|
Method Summary |
void |
default_init(CoEnvData envData)
Deprecated. Prepares the element for rendering as follows:
Sets a mode of the element
Updates the element's model. |
CoModel |
newModel()
Deprecated. Returns newly created model of the CoDefaultHyperLinkModel
class. |
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 |
default_draw, draw, getAddress, getConfiguration, getFrame, getParent, handleDrawError, isBeingRefreshed, render, setAddress, setParent |
default_init
public void default_init(CoEnvData envData)
throws WTException
- Deprecated.
- Prepares the element for rendering as follows:
- Sets a mode of the element
- Updates the element's model. When a model handler is defined,
the processing is delegated to its
updateModel| method.
- Updates the element's children when the element implements
CoContainer
interface.
Supported API: true
- Overrides:
default_init in class CoAction
- Parameters:
envData -
- Throws:
WTException
newModel
public CoModel newModel()
- Deprecated.
- Returns newly created model of the
CoDefaultHyperLinkModel
class.
Supported API: true
- Specified by:
newModel in interface CoModelDriven- Overrides:
newModel in class CoAction
- 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 CoAction
- Parameters:
envData -
- Throws:
WTException