public static class Html4.OBJECT extends HtmlParentElement implements Html4.ParentElement<Html4.OBJECT>
<object>.| Modifier and Type | Field and Description |
|---|---|
static HtmlElementType |
TYPE
HtmlElementType for
<object> (void=false, block=false, pre=false). |
| Constructor and Description |
|---|
OBJECT() |
| Instance Methods | |
|---|---|
HtmlElementType |
getElementType()
Get the metadata of this element.
|
Html4.OBJECT |
archive(CharSequence value)
Set attribute
archive="{value}". |
Html4.OBJECT |
classid(CharSequence value)
Set attribute
classid="{value}". |
Html4.OBJECT |
codebase(CharSequence value)
Set attribute
codebase="{value}". |
Html4.OBJECT |
codetype(CharSequence value)
Set attribute
codetype="{value}". |
Html4.OBJECT |
data(CharSequence value)
Set attribute
data="{value}". |
Html4.OBJECT |
declare(boolean value)
Set boolean attribute
declare. |
Html4.OBJECT |
height(int value)
Set attribute
height="{value}". |
Html4.OBJECT |
height(CharSequence value)
Set attribute
height="{value}". |
Html4.OBJECT |
name(CharSequence value)
Set attribute
name="{value}". |
Html4.OBJECT |
standby(CharSequence value)
Set attribute
standby="{value}". |
Html4.OBJECT |
tabindex(int value)
Set attribute
tabindex="{value}". |
Html4.OBJECT |
type(CharSequence value)
Set attribute
type="{value}". |
Html4.OBJECT |
usemap(CharSequence value)
Set attribute
usemap="{value}". |
Html4.OBJECT |
width(int value)
Set attribute
width="{value}". |
Html4.OBJECT |
width(CharSequence value)
Set attribute
width="{value}". |
addChild, addChild, addChildren, detachChildren, getChild, getChildCount, removeChild, render, setChildgetAttribute, getAttributeCount, getAttributeMap, isBlock, setAttributeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadd, addattr, attr, attr, attr, class_, class_add, dir, getAttribute, id, lang, on, setAttribute, style, titleaddChild, addChild, addChildren, detachChildren, getChild, getChildCount, getChildList, removeChild, render, setChildpublic static final HtmlElementType TYPE
<object> (void=false, block=false, pre=false).public HtmlElementType getElementType()
HtmlElementHtmlElementType.getElementType in class HtmlElementpublic Html4.OBJECT archive(CharSequence value)
archive="{value}".public Html4.OBJECT classid(CharSequence value)
classid="{value}".public Html4.OBJECT codebase(CharSequence value)
codebase="{value}".public Html4.OBJECT codetype(CharSequence value)
codetype="{value}".public Html4.OBJECT data(CharSequence value)
data="{value}".public Html4.OBJECT declare(boolean value)
declare.public Html4.OBJECT height(int value)
height="{value}".public Html4.OBJECT height(CharSequence value)
height="{value}".public Html4.OBJECT name(CharSequence value)
name="{value}".public Html4.OBJECT standby(CharSequence value)
standby="{value}".public Html4.OBJECT tabindex(int value)
tabindex="{value}".public Html4.OBJECT type(CharSequence value)
type="{value}".public Html4.OBJECT usemap(CharSequence value)
usemap="{value}".public Html4.OBJECT width(int value)
width="{value}".public Html4.OBJECT width(CharSequence value)
width="{value}".