|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.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 | |
---|---|
static java.lang.String |
TAG
|
Fields inherited from class com.google.gwt.dom.client.Element |
---|
DRAGGABLE_AUTO, DRAGGABLE_FALSE, DRAGGABLE_TRUE |
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. |
static boolean |
is(Element elem)
Determine whether the given Element can be cast to this class. |
static boolean |
is(JavaScriptObject o)
Determines whether the given JavaScriptObject can be cast to
this class. |
static boolean |
is(Node node)
Determine whether the given Node can be cast to this class. |
void |
setCode(java.lang.String code)
Applet class file. |
void |
setData(SafeUri data)
A URI specifying the location of the object's data. |
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, removeAllChildren, removeChild, removeFromParent, replaceChild, setNodeValue |
Methods inherited from class com.google.gwt.core.client.JavaScriptObject |
---|
cast, createArray, createArray, createFunction, createObject, equals, hashCode, toSource, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String TAG
Constructor Detail |
---|
protected ObjectElement()
Method Detail |
---|
public static ObjectElement as(Element elem)
Element
is compatible with this class and
automatically typecast it.
public static boolean is(JavaScriptObject o)
JavaScriptObject
can be cast to
this class. A null
object will cause this method to
return false
.
public static boolean is(Node node)
Node
can be cast to this class.
A null
node will cause this method to return
false
.
public static boolean is(Element elem)
Element
can be cast to this class.
A null
node will cause this method to return
false
.
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(SafeUri data)
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.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |