public static class Html4.IFRAME extends HtmlParentElement implements Html4.ParentElement<Html4.IFRAME>
<iframe>
.Modifier and Type | Field and Description |
---|---|
static HtmlElementType |
TYPE
HtmlElementType for
<iframe> (void=false, block=true, pre=false). |
Constructor and Description |
---|
IFRAME() |
Instance Methods | |
---|---|
HtmlElementType |
getElementType()
Get the metadata of this element.
|
Html4.IFRAME |
frameborder(CharSequence value)
Set attribute
frameborder="{value}" . |
Html4.IFRAME |
height(int value)
Set attribute
height="{value}" . |
Html4.IFRAME |
height(CharSequence value)
Set attribute
height="{value}" . |
Html4.IFRAME |
longdesc(CharSequence value)
Set attribute
longdesc="{value}" . |
Html4.IFRAME |
name(CharSequence value)
Set attribute
name="{value}" . |
Html4.IFRAME |
scrolling(CharSequence value)
Set attribute
scrolling="{value}" . |
Html4.IFRAME |
src(CharSequence value)
Set attribute
src="{value}" . |
Html4.IFRAME |
width(int value)
Set attribute
width="{value}" . |
Html4.IFRAME |
width(CharSequence value)
Set attribute
width="{value}" . |
addChild, addChild, addChildren, detachChildren, getChild, getChildCount, removeChild, render, setChild
getAttribute, getAttributeCount, getAttributeMap, isBlock, setAttribute
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
add, add
attr, attr, attr, attr, class_, class_add, dir, getAttribute, id, lang, on, setAttribute, style, title
addChild, addChild, addChildren, detachChildren, getChild, getChildCount, getChildList, removeChild, render, setChild
public static final HtmlElementType TYPE
<iframe>
(void=false, block=true, pre=false).public HtmlElementType getElementType()
HtmlElement
HtmlElementType
.getElementType
in class HtmlElement
public Html4.IFRAME frameborder(CharSequence value)
frameborder="{value}"
.public Html4.IFRAME height(int value)
height="{value}"
.public Html4.IFRAME height(CharSequence value)
height="{value}"
.public Html4.IFRAME longdesc(CharSequence value)
longdesc="{value}"
.public Html4.IFRAME name(CharSequence value)
name="{value}"
.public Html4.IFRAME scrolling(CharSequence value)
scrolling="{value}"
.public Html4.IFRAME src(CharSequence value)
src="{value}"
.public Html4.IFRAME width(int value)
width="{value}"
.public Html4.IFRAME width(CharSequence value)
width="{value}"
.