public static class Html5.IFRAME extends Html4.IFRAME implements Html5.ParentElement<Html5.IFRAME,Html4.IFRAME>
<iframe>
.TYPE
Constructor and Description |
---|
IFRAME() |
Instance Methods | |
---|---|
Html5.IFRAME |
allowfullscreen(boolean value)
Set boolean attribute
allowfullscreen . |
Html5.IFRAME |
height(int value)
Set attribute
height="{value}" . |
Html5.IFRAME |
height(CharSequence value)
Deprecated.
This attribute can only be `int` in html5; use method height(int) instead.
|
Html5.IFRAME |
name(CharSequence value)
Set attribute
name="{value}" . |
Html5.IFRAME |
sandbox(CharSequence value)
Set attribute
sandbox="{value}" . |
Html5.IFRAME |
seamless(boolean value)
Set boolean attribute
seamless . |
Html5.IFRAME |
src(CharSequence value)
Set attribute
src="{value}" . |
Html5.IFRAME |
srcdoc(CharSequence value)
Set attribute
srcdoc="{value}" . |
Html5.IFRAME |
width(int value)
Set attribute
width="{value}" . |
Html5.IFRAME |
width(CharSequence value)
Deprecated.
This attribute can only be `int` in html5; use method width(int) instead.
|
Html5.IFRAME |
frameborder(CharSequence value)
Deprecated.
This attribute is deprecated in html5.
|
Html5.IFRAME |
longdesc(CharSequence value)
Deprecated.
This attribute is deprecated in html5.
|
Html5.IFRAME |
scrolling(CharSequence value)
Deprecated.
This attribute is deprecated in html5.
|
getElementType
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
addChild, addChild, addChildren, detachChildren, getChild, getChildCount, getChildList, removeChild, render, setChild
accesskey, attr, attr, attr, class_, class_add, contenteditable, contextmenu, data, dir, draggable, dropzone, hidden, id, inert, itemid, itemprop, itemref, itemscope, itemtype, lang, on, spellcheck, style, tabindex, title, translate
attr, getAttribute, setAttribute
public Html5.IFRAME allowfullscreen(boolean value)
allowfullscreen
.public Html5.IFRAME height(int value)
height="{value}"
.height
in class Html4.IFRAME
public Html5.IFRAME height(CharSequence value)
height="{value}"
.height
in class Html4.IFRAME
public Html5.IFRAME name(CharSequence value)
name="{value}"
.name
in class Html4.IFRAME
public Html5.IFRAME sandbox(CharSequence value)
sandbox="{value}"
.public Html5.IFRAME seamless(boolean value)
seamless
.public Html5.IFRAME src(CharSequence value)
src="{value}"
.src
in class Html4.IFRAME
public Html5.IFRAME srcdoc(CharSequence value)
srcdoc="{value}"
.public Html5.IFRAME width(int value)
width="{value}"
.width
in class Html4.IFRAME
public Html5.IFRAME width(CharSequence value)
width="{value}"
.width
in class Html4.IFRAME
public Html5.IFRAME frameborder(CharSequence value)
frameborder="{value}"
.frameborder
in class Html4.IFRAME
public Html5.IFRAME longdesc(CharSequence value)
longdesc="{value}"
.longdesc
in class Html4.IFRAME
public Html5.IFRAME scrolling(CharSequence value)
scrolling="{value}"
.scrolling
in class Html4.IFRAME