Package | Description |
---|---|
org.mixer2.xhtml.builder |
Modifier and Type | Method and Description |
---|---|
TableBuilder.tr |
TableBuilder.tr.addTd(String string)
add new td having specified string into the last of td list of tr.
|
TableBuilder.tr |
TableBuilder.tr.addTd(String string,
Map<String,Object> attrMap)
add new td having specified string and specified sttributes into the last of td list of tr.
|
<T extends AbstractJaxb> |
TableBuilder.tr.addTd(T tag)
add new td having specified tag into the last of td list of tr.
|
<T extends AbstractJaxb> |
TableBuilder.tr.addTd(T tag,
Map<String,Object> attrMap)
add new td having specified tag and specified sttributes into the last of td list of tr.
|
TableBuilder.tr |
TableBuilder.addTr()
add new tr.
|
TableBuilder.tr |
TableBuilder.tbody.addTr()
add new tr on list of tr in tbody and return the new tr.
|
TableBuilder.tr |
TableBuilder.thead.addTr()
add new tr into thead and get it
|
TableBuilder.tr |
TableBuilder.tfoot.addTr() |
TableBuilder.tr |
TableBuilder.addTr(Map<String,Object> attrMap)
add new tr having specified attributes.
|
TableBuilder.tr |
TableBuilder.tbody.addTr(Map<String,Object> attrMap)
Add new tr on list of tr in tbody and return the new tr.
|
TableBuilder.tr |
TableBuilder.thead.addTr(Map<String,Object> attrMap)
add new tr having attributes into thead and get it
|
TableBuilder.tr |
TableBuilder.tfoot.addTr(Map<String,Object> attrMap) |
TableBuilder.tr |
TableBuilder.tr(int index)
Get tr of specified index.
|
TableBuilder.tr |
TableBuilder.tbody.tr(int index)
tr tag of specified index on tbody.
|
TableBuilder.tr |
TableBuilder.thead.tr(int index) |
TableBuilder.tr |
TableBuilder.tfoot.tr(int index) |
Copyright © 2021 Project Mixer2. All rights reserved.