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