Package | Description |
---|---|
bayou.html |
For building html trees.
|
Modifier and Type | Method and Description |
---|---|
default Html5.TABLE |
Html5._table()
Build element
<table> . |
default Html5.TABLE |
Html5._table(Object... children)
Build element
<table> with children. |
default Html5.TABLE |
Html5._table(Runnable code)
Build element
<table> ; with it as the context parent, run `code`. |
Html5.TABLE |
Html5.TABLE.border(int value)
Set attribute
border="{value}" . |
Html5.TABLE |
Html5.TABLE.cellpadding(CharSequence value)
Deprecated.
This attribute is deprecated in html5.
|
Html5.TABLE |
Html5.TABLE.cellpadding(int value)
Deprecated.
This attribute is deprecated in html5.
|
Html5.TABLE |
Html5.TABLE.cellspacing(CharSequence value)
Deprecated.
This attribute is deprecated in html5.
|
Html5.TABLE |
Html5.TABLE.cellspacing(int value)
Deprecated.
This attribute is deprecated in html5.
|
Html5.TABLE |
Html5.TABLE.frame(CharSequence value)
Deprecated.
This attribute is deprecated in html5.
|
Html5.TABLE |
Html5.TABLE.rules(CharSequence value)
Deprecated.
This attribute is deprecated in html5.
|
Html5.TABLE |
Html5.TABLE.summary(CharSequence value)
Deprecated.
This attribute is deprecated in html5.
|
Html5.TABLE |
Html5.TABLE.width(CharSequence value)
Deprecated.
This attribute is deprecated in html5.
|
Html5.TABLE |
Html5.TABLE.width(int value)
Deprecated.
This attribute is deprecated in html5.
|