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

All Superinterfaces:
CoModel, CoURLContentModel
All Known Implementing Classes:
CoDefaultEmbeddedURLContentModel

Deprecated.

@Deprecated
public interface CoEmbeddedURLContentModel
extends CoURLContentModel

The interface a model of the conceptual element representing content of the URL implements.

Supported API: true

Extendable: false


Field Summary
static String BORDER
          Deprecated. Label for the attribute; the thickness of the border enclosing embedded url content.
static String HEIGHT
          Deprecated. Label for the attribute; the height of rectange contaning embedded url content.
static String WIDTH
          Deprecated. Label for the attribute; the width of rectange contaning embedded url content.
 
Fields inherited from interface com.ptc.core.ca.co.client.primitive.CoURLContentModel
HREF, HREF_RESOURCE
 
Fields inherited from interface com.ptc.core.ca.co.client.element.CoModel
ELEMENT
 
Method Summary
 Integer getBorder()
          Deprecated. Gets the value of the attribute: BORDER.
 String getHeight()
          Deprecated. Gets the value of the attribute: HEIGHT.
 String getWidth()
          Deprecated. Gets the value of the attribute: WIDTH.
 void setBorder(Integer a_Border)
          Deprecated. Sets the value of the attribute: BORDER.
 void setHeight(String a_Height)
          Deprecated. Sets the value of the attribute: HEIGHT.
 void setWidth(String a_Width)
          Deprecated. Sets the value of the attribute: WIDTH.
 
Methods inherited from interface com.ptc.core.ca.co.client.primitive.CoURLContentModel
getHref, getHrefResource, setHref, setHrefResource
 
Methods inherited from interface com.ptc.core.ca.co.client.element.CoModel
getElement, init, setElement, update
 

Field Detail

WIDTH

static final String WIDTH
Deprecated. 
Label for the attribute; the width of rectange contaning embedded url content.

Supported API: true

See Also:
Constant Field Values

HEIGHT

static final String HEIGHT
Deprecated. 
Label for the attribute; the height of rectange contaning embedded url content.

Supported API: true

See Also:
Constant Field Values

BORDER

static final String BORDER
Deprecated. 
Label for the attribute; the thickness of the border enclosing embedded url content.

Supported API: true

See Also:
Constant Field Values
Method Detail

getWidth

String getWidth()
Deprecated. 
Gets the value of the attribute: WIDTH. the width of rectange contaning embedded url content.

Supported API: true

Returns:
String

setWidth

void setWidth(String a_Width)
Deprecated. 
Sets the value of the attribute: WIDTH. the width of rectange contaning embedded url content.

Supported API: true

Parameters:
a_Width -

getHeight

String getHeight()
Deprecated. 
Gets the value of the attribute: HEIGHT. the height of rectange contaning embedded url content.

Supported API: true

Returns:
String

setHeight

void setHeight(String a_Height)
Deprecated. 
Sets the value of the attribute: HEIGHT. the height of rectange contaning embedded url content.

Supported API: true

Parameters:
a_Height -

getBorder

Integer getBorder()
Deprecated. 
Gets the value of the attribute: BORDER. the thickness of the border enclosing embedded url content.

Supported API: true

Returns:
Integer

setBorder

void setBorder(Integer a_Border)
Deprecated. 
Sets the value of the attribute: BORDER. the thickness of the border enclosing embedded url content.

Supported API: true

Parameters:
a_Border -