|
GWT 2.0.3 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.gwt.core.client.JavaScriptObject
com.google.gwt.dom.client.Node
com.google.gwt.dom.client.Element
com.google.gwt.dom.client.ObjectElement
@TagName(value="object") public class ObjectElement
Generic embedded object. Note: In principle, all properties on the object element are read-write but in some environments some properties may be read-only once the underlying object is instantiated.
Field Summary |
---|
Fields inherited from class com.google.gwt.dom.client.Node |
---|
DOCUMENT_NODE, ELEMENT_NODE, TEXT_NODE |
Constructor Summary | |
---|---|
protected |
ObjectElement()
|
Method Summary | |
---|---|
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. |
Methods inherited from class com.google.gwt.dom.client.Node |
---|
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 |
Methods inherited from class com.google.gwt.core.client.JavaScriptObject |
---|
cast, createArray, createFunction, createObject, equals, hashCode, toSource, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
protected ObjectElement()
Method Detail |
---|
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()
|
GWT 2.0.3 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |