Package | Description |
---|---|
bayou.html |
For building html trees.
|
Modifier and Type | Class and Description |
---|---|
static class |
Html5.BUTTON
Html5 element
<button> . |
Modifier and Type | Method and Description |
---|---|
default Html4.BUTTON |
Html4._button()
Build element
<button> . |
default Html4.BUTTON |
Html4._button(Object... children)
Build element
<button> with children. |
default Html4.BUTTON |
Html4._button(Runnable code)
Build element
<button> ; with it as the context parent, run `code`. |
Html4.BUTTON |
Html4.BUTTON.accesskey(CharSequence value)
Set attribute
accesskey="{value}" . |
Html4.BUTTON |
Html4.BUTTON.disabled(boolean value)
Set boolean attribute
disabled . |
Html4.BUTTON |
Html4.BUTTON.name(CharSequence value)
Set attribute
name="{value}" . |
Html4.BUTTON |
Html4.BUTTON.tabindex(int value)
Set attribute
tabindex="{value}" . |
Html4.BUTTON |
Html4.BUTTON.type(CharSequence value)
Set attribute
type="{value}" . |
Html4.BUTTON |
Html4.BUTTON.value(CharSequence value)
Set attribute
value="{value}" . |