@TagName(value="object") public class ObjectElement extends Element
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
TAG |
DRAGGABLE_AUTO, DRAGGABLE_FALSE, DRAGGABLE_TRUE
DOCUMENT_NODE, ELEMENT_NODE, TEXT_NODE
Modifier | Constructor and Description |
---|---|
protected |
ObjectElement() |
Modifier and Type | Method and Description |
---|---|
static ObjectElement |
as(Element elem)
Assert that the given
Element is compatible with this class and
automatically typecast it. |
java.lang.String |
getCode()
Applet class file.
|
Document |
getContentDocument()
The document this object contains, if there is any and it is available, or
null otherwise.
|
java.lang.String |
getData()
A URI specifying the location of the object's data.
|
FormElement |
getForm()
Returns the FORM element containing this control.
|
java.lang.String |
getHeight()
Override height.
|
java.lang.String |
getName()
Form control or object name when submitted with a form.
|
java.lang.String |
getType()
Content type for data downloaded via data attribute.
|
java.lang.String |
getWidth()
Override width.
|
void |
setCode(java.lang.String code)
Applet class file.
|
void |
setData(java.lang.String data)
A URI specifying the location of the object's data.
|
void |
setHeight(java.lang.String height)
Override height.
|
void |
setName(java.lang.String name)
Form control or object name when submitted with a form.
|
void |
setType(java.lang.String type)
Content type for data downloaded via data attribute.
|
void |
setUseMap(boolean useMap)
Use client-side image map.
|
void |
setWidth(java.lang.String width)
Override width.
|
boolean |
useMap()
Use client-side image map.
|
addClassName, as, as, blur, dispatchEvent, focus, getAbsoluteBottom, getAbsoluteLeft, getAbsoluteRight, getAbsoluteTop, getAttribute, getClassName, getClientHeight, getClientWidth, getDir, getDraggable, getElementsByTagName, getFirstChildElement, getId, getInnerHTML, getInnerText, getLang, getNextSiblingElement, getOffsetHeight, getOffsetLeft, getOffsetParent, getOffsetTop, getOffsetWidth, getPreviousSiblingElement, getPropertyBoolean, getPropertyDouble, getPropertyInt, getPropertyJSO, getPropertyObject, getPropertyString, getScrollHeight, getScrollLeft, getScrollTop, getScrollWidth, getString, getStyle, getTabIndex, getTagName, getTitle, hasAttribute, hasTagName, indexOfName, is, is, removeAttribute, removeClassName, replaceClassName, scrollIntoView, setAttribute, setClassName, setDir, setDraggable, setId, setInnerHTML, setInnerSafeHtml, setInnerText, setLang, setPropertyBoolean, setPropertyDouble, setPropertyInt, setPropertyJSO, setPropertyObject, setPropertyString, setScrollLeft, setScrollTop, setTabIndex, setTitle
appendChild, cloneNode, getChild, getChildCount, getChildNodes, getFirstChild, getLastChild, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentElement, getParentNode, getPreviousSibling, hasChildNodes, hasParentElement, insertAfter, insertBefore, insertFirst, isOrHasChild, removeChild, removeFromParent, replaceChild, setNodeValue
cast, createArray, createFunction, createObject, equals, hashCode, toSource, toString
public static final java.lang.String TAG
public static ObjectElement as(Element elem)
Element
is compatible with this class and
automatically typecast it.public final java.lang.String getCode()
public final Document getContentDocument()
public final java.lang.String getData()
public final FormElement getForm()
public final java.lang.String getHeight()
public final java.lang.String getName()
public final java.lang.String getType()
public final java.lang.String getWidth()
public final void setCode(java.lang.String code)
public final void setData(java.lang.String data)
public final void setHeight(java.lang.String height)
public final void setName(java.lang.String name)
public final void setType(java.lang.String type)
public final void setUseMap(boolean useMap)
public final void setWidth(java.lang.String width)
public final boolean useMap()