public class TableBuilder.thead extends Object
Constructor and Description |
---|
thead() |
Modifier and Type | Method and Description |
---|---|
TableBuilder.tr |
addTr()
add new tr into thead and get it
|
<T extends AbstractJaxb> |
addTr(List<Object> tdList) |
<T extends AbstractJaxb> |
addTr(List<Object> tdList,
Map<String,Object> attrMap) |
TableBuilder.tr |
addTr(Map<String,Object> attrMap)
add new tr having attributes into thead and get it
|
Thead |
buildThead() |
void |
setAttr(Map<String,Object> attrMap) |
void |
setAttr(String key,
Object value) |
TableBuilder.tr |
tr(int index) |
public TableBuilder.tr tr(int index)
public <T extends AbstractJaxb> TableBuilder.thead addTr(List<Object> tdList) throws TagTypeUnmatchException
TagTypeUnmatchException
public <T extends AbstractJaxb> TableBuilder.thead addTr(List<Object> tdList, Map<String,Object> attrMap) throws TagTypeUnmatchException
TagTypeUnmatchException
public TableBuilder.tr addTr()
public TableBuilder.tr addTr(Map<String,Object> attrMap)
public Thead buildThead()
Copyright © 2021 Project Mixer2. All rights reserved.