public class TableBuilder.tr.td extends Object
Constructor and Description |
---|
td() |
Modifier and Type | Method and Description |
---|---|
void |
add(String string)
add content into td tag
|
<T extends AbstractJaxb> |
add(T tag)
add content into tod tag
|
Td |
buildTd()
create Td tag
|
List<Object> |
getContent()
get content in td tag.
|
void |
setAttr(Map<String,Object> attrMap)
set attribute of td tag.
|
void |
setAttr(String key,
Object value)
set attribute of td tag
|
public void add(String string)
string
- public <T extends AbstractJaxb> void add(T tag)
public Td buildTd()
public void setAttr(Map<String,Object> attrMap)
attrMap
- Copyright © 2021 Project Mixer2. All rights reserved.