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.
|
getElementTypeaddChild, addChild, addChildren, detachChildren, getChild, getChildCount, removeChild, render, setChildgetAttribute, getAttributeCount, getAttributeMap, isBlock, setAttributeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadd, addaddChild, addChild, addChildren, detachChildren, getChild, getChildCount, getChildList, removeChild, render, setChildaccesskey, 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, translateattr, getAttribute, setAttributepublic Html5.IFRAME allowfullscreen(boolean value)
allowfullscreen.public Html5.IFRAME height(int value)
height="{value}".height in class Html4.IFRAMEpublic Html5.IFRAME height(CharSequence value)
height="{value}".height in class Html4.IFRAMEpublic Html5.IFRAME name(CharSequence value)
name="{value}".name in class Html4.IFRAMEpublic 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.IFRAMEpublic Html5.IFRAME srcdoc(CharSequence value)
srcdoc="{value}".public Html5.IFRAME width(int value)
width="{value}".width in class Html4.IFRAMEpublic Html5.IFRAME width(CharSequence value)
width="{value}".width in class Html4.IFRAMEpublic Html5.IFRAME frameborder(CharSequence value)
frameborder="{value}".frameborder in class Html4.IFRAMEpublic Html5.IFRAME longdesc(CharSequence value)
longdesc="{value}".longdesc in class Html4.IFRAMEpublic Html5.IFRAME scrolling(CharSequence value)
scrolling="{value}".scrolling in class Html4.IFRAME