com.ptc.core.ca.co.client.primitive
Interface CoHyperLinkModel

All Superinterfaces:
CoActionModel, CoFacePlateHolderModel, CoLabelModel, CoModel, CoURLContentModel
All Known Subinterfaces:
WebHyperLinkModel
All Known Implementing Classes:
CoDefaultHyperLinkModel, WebDefaultHyperLinkModel

Deprecated.

@Deprecated
public interface CoHyperLinkModel
extends CoActionModel, CoURLContentModel

The interface every model of the conceptual hyperlink must implement.

Supported API: true

Extendable: false


Field Summary
static String HEIGHT
          Deprecated. Label for the attribute; the height of the new frame when the frame type is NEW.
static String WIDTH
          Deprecated. Label for the attribute; the width of the new frame when the frame type is NEW.
 
Fields inherited from interface com.ptc.core.ca.co.client.action.CoActionModel
ANCHOR_TARGET, DRAW_TYPE, ENABLED, NEED_SELECTION, VISIBLE
 
Fields inherited from interface com.ptc.core.ca.co.client.element.CoFacePlateHolderModel
FACE_PLATE_TYPE, IMAGE, LABEL, TOOL_TIP
 
Fields inherited from interface com.ptc.core.ca.co.client.element.CoModel
ELEMENT
 
Fields inherited from interface com.ptc.core.ca.co.client.primitive.CoURLContentModel
HREF, HREF_RESOURCE
 
Method Summary
 Integer getHeight()
          Deprecated. Gets the value of the attribute: HEIGHT.
 Integer getWidth()
          Deprecated. Gets the value of the attribute: WIDTH.
 void setHeight(Integer a_Height)
          Deprecated. Sets the value of the attribute: HEIGHT.
 void setWidth(Integer a_Width)
          Deprecated. Sets the value of the attribute: WIDTH.
 
Methods inherited from interface com.ptc.core.ca.co.client.action.CoActionModel
getAnchorTarget, getDrawType, isEnabled, isNeedSelection, isVisible, setAnchorTarget, setDrawType, setEnabled, setNeedSelection, setVisible
 
Methods inherited from interface com.ptc.core.ca.co.client.element.CoFacePlateHolderModel
getFacePlateType, getImage, getLabel, getToolTip, setFacePlateType, setImage, setLabel, setToolTip
 
Methods inherited from interface com.ptc.core.ca.co.client.element.CoModel
getElement, init, setElement, update
 
Methods inherited from interface com.ptc.core.ca.co.client.primitive.CoURLContentModel
getHref, getHrefResource, setHref, setHrefResource
 

Field Detail

WIDTH

static final String WIDTH
Deprecated. 
Label for the attribute; the width of the new frame when the frame type is NEW.

Supported API: true

See Also:
Constant Field Values

HEIGHT

static final String HEIGHT
Deprecated. 
Label for the attribute; the height of the new frame when the frame type is NEW.

Supported API: true

See Also:
Constant Field Values
Method Detail

getWidth

Integer getWidth()
Deprecated. 
Gets the value of the attribute: WIDTH. the width of the new frame when the frame type is NEW.

Supported API: true

Returns:
Integer

setWidth

void setWidth(Integer a_Width)
Deprecated. 
Sets the value of the attribute: WIDTH. the width of the new frame when the frame type is NEW.

Supported API: true

Parameters:
a_Width -

getHeight

Integer getHeight()
Deprecated. 
Gets the value of the attribute: HEIGHT. the height of the new frame when the frame type is NEW.

Supported API: true

Returns:
Integer

setHeight

void setHeight(Integer a_Height)
Deprecated. 
Sets the value of the attribute: HEIGHT. the height of the new frame when the frame type is NEW.

Supported API: true

Parameters:
a_Height -