Package | Description |
---|---|
bayou.html |
For building html trees.
|
Modifier and Type | Method and Description |
---|---|
default Html5.STYLE |
Html5._style()
Build element
<style> . |
default Html5.STYLE |
Html5._style(Object... children)
Build element
<style> with children. |
default Html5.STYLE |
Html5._style(Runnable code)
Build element
<style> ; with it as the context parent, run `code`. |
Html5.STYLE |
Html5.STYLE.media(CharSequence value)
Set attribute
media="{value}" . |
Html5.STYLE |
Html5.STYLE.scoped(boolean value)
Set boolean attribute
scoped . |
Html5.STYLE |
Html5.STYLE.type(CharSequence value)
Set attribute
type="{value}" . |