com.ptc.core.ca.co.client.primitive
Class CoHyperLink

java.lang.Object
  extended by com.ptc.core.ca.co.client.element.CoElement
      extended by com.ptc.core.ca.co.client.primitive.CoLabel
          extended by com.ptc.core.ca.co.client.action.CoAction
              extended by 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

Field Summary
 
Fields inherited from interface com.ptc.core.ca.co.client.element.CoModelDriven
MODEL
 
Fields inherited from interface com.ptc.core.ca.co.client.address.CoAddressable
ADDRESS
 
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.action.CoAction
canBePruned
 
Methods inherited from class com.ptc.core.ca.co.client.primitive.CoLabel
getModel, setModel
 
Methods inherited from class com.ptc.core.ca.co.client.element.CoElement
default_draw, 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.element.CoModelDriven
getModel, setModel
 
Methods inherited from interface com.ptc.core.ca.co.client.address.CoAddressable
getAddress, setAddress
 

Method Detail

default_init

public void default_init(CoEnvData envData)
                  throws WTException
Deprecated. 
Prepares the element for rendering as follows:

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