Package | Description |
---|---|
bayou.html |
For building html trees.
|
Modifier and Type | Method and Description |
---|---|
default Html5.IFRAME |
Html5._iframe()
Build element
<iframe> . |
default Html5.IFRAME |
Html5._iframe(Object... children)
Build element
<iframe> with children. |
default Html5.IFRAME |
Html5._iframe(Runnable code)
Build element
<iframe> ; with it as the context parent, run `code`. |
Html5.IFRAME |
Html5.IFRAME.allowfullscreen(boolean value)
Set boolean attribute
allowfullscreen . |
Html5.IFRAME |
Html5.IFRAME.frameborder(CharSequence value)
Deprecated.
This attribute is deprecated in html5.
|
Html5.IFRAME |
Html5.IFRAME.height(CharSequence value)
Deprecated.
This attribute can only be `int` in html5; use method height(int) instead.
|
Html5.IFRAME |
Html5.IFRAME.height(int value)
Set attribute
height="{value}" . |
Html5.IFRAME |
Html5.IFRAME.longdesc(CharSequence value)
Deprecated.
This attribute is deprecated in html5.
|
Html5.IFRAME |
Html5.IFRAME.name(CharSequence value)
Set attribute
name="{value}" . |
Html5.IFRAME |
Html5.IFRAME.sandbox(CharSequence value)
Set attribute
sandbox="{value}" . |
Html5.IFRAME |
Html5.IFRAME.scrolling(CharSequence value)
Deprecated.
This attribute is deprecated in html5.
|
Html5.IFRAME |
Html5.IFRAME.seamless(boolean value)
Set boolean attribute
seamless . |
Html5.IFRAME |
Html5.IFRAME.src(CharSequence value)
Set attribute
src="{value}" . |
Html5.IFRAME |
Html5.IFRAME.srcdoc(CharSequence value)
Set attribute
srcdoc="{value}" . |
Html5.IFRAME |
Html5.IFRAME.width(CharSequence value)
Deprecated.
This attribute can only be `int` in html5; use method width(int) instead.
|
Html5.IFRAME |
Html5.IFRAME.width(int value)
Set attribute
width="{value}" . |