| Package | Description |
|---|---|
| bayou.html |
For building html trees.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
Html5.IFRAME
Html5 element
<iframe>. |
| Modifier and Type | Method and Description |
|---|---|
default Html4.IFRAME |
Html4._iframe()
Build element
<iframe>. |
default Html4.IFRAME |
Html4._iframe(Object... children)
Build element
<iframe> with children. |
default Html4.IFRAME |
Html4._iframe(Runnable code)
Build element
<iframe>; with it as the context parent, run `code`. |
Html4.IFRAME |
Html4.IFRAME.frameborder(CharSequence value)
Set attribute
frameborder="{value}". |
Html4.IFRAME |
Html4.IFRAME.height(CharSequence value)
Set attribute
height="{value}". |
Html4.IFRAME |
Html4.IFRAME.height(int value)
Set attribute
height="{value}". |
Html4.IFRAME |
Html4.IFRAME.longdesc(CharSequence value)
Set attribute
longdesc="{value}". |
Html4.IFRAME |
Html4.IFRAME.name(CharSequence value)
Set attribute
name="{value}". |
Html4.IFRAME |
Html4.IFRAME.scrolling(CharSequence value)
Set attribute
scrolling="{value}". |
Html4.IFRAME |
Html4.IFRAME.src(CharSequence value)
Set attribute
src="{value}". |
Html4.IFRAME |
Html4.IFRAME.width(CharSequence value)
Set attribute
width="{value}". |
Html4.IFRAME |
Html4.IFRAME.width(int value)
Set attribute
width="{value}". |