public class Table<E> extends Object implements Serializable
| 构造器和说明 |
|---|
Table(List<FlatNode<Integer,Thead>> thead,
Function<E,Object[]> converter,
String caption,
Object[] tfoot,
String comment,
Map<CellStyleOptions,Object> options) |
Table(List<PlainNode<Integer,Thead>> list) |
Table(List<PlainNode<Integer,Thead>> list,
Function<E,Object[]> converter) |
Table(String[] names) |
Table(String[] names,
Function<E,Object[]> converter) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addRow(E row) |
void |
addRowAndEnd(E row) |
void |
addRows(List<E> rows) |
void |
addRowsAndEnd(List<E> rows) |
Table<E> |
copyOfWithoutTbody() |
<H> Table<H> |
copyOfWithoutTbody(Function<H,Object[]> converter) |
String |
getCaption() |
String |
getComment() |
Function<E,Object[]> |
getConverter() |
Map<CellStyleOptions,Object> |
getOptions() |
Object[] |
getTfoot() |
List<FlatNode<Integer,Thead>> |
getThead() |
void |
setCaption(String caption) |
void |
setComment(String comment) |
void |
setOptions(Map<CellStyleOptions,Object> options) |
void |
setTfoot(Object[] tfoot) |
Table<E> |
toEnd() |
public Table(List<FlatNode<Integer,Thead>> thead, Function<E,Object[]> converter, String caption, Object[] tfoot, String comment, Map<CellStyleOptions,Object> options)
public Table(String[] names)
public String getCaption()
public void setCaption(String caption)
public Object[] getTfoot()
public void setTfoot(Object[] tfoot)
public String getComment()
public void setComment(String comment)
public Map<CellStyleOptions,Object> getOptions()
public void setOptions(Map<CellStyleOptions,Object> options)
public void addRowAndEnd(E row)
public void addRow(E row)
Copyright © 2023. All rights reserved.