public class ConsoleExporter extends AbstractDataExporter<String>
| 限定符和类型 | 字段和说明 |
|---|---|
static int |
ELLIPSIS_LEN |
static String |
ELLIPSIS_STR |
protected boolean |
hasLineSeparator |
static String |
HORIZON |
protected int |
maxColumnWidth |
protected Appendable |
out |
AWAIT_TIME_MILLISNO_RESULT_TIP| 构造器和说明 |
|---|
ConsoleExporter(Appendable out) |
ConsoleExporter(Appendable out,
int maxColumnWidth,
boolean rowSeparator) |
| 限定符和类型 | 方法和说明 |
|---|---|
<E> void |
build(Table<E> table)
构建html
|
String |
export()
获取表格
|
close, getLeafThead, getName, isEmpty, nonEmpty, rollingTbody, setNamepublic static final int ELLIPSIS_LEN
protected final Appendable out
protected final int maxColumnWidth
protected final boolean hasLineSeparator
public ConsoleExporter(Appendable out)
public ConsoleExporter(Appendable out, int maxColumnWidth, boolean rowSeparator)
public <E> void build(Table<E> table)
public String export()
DataExporterCopyright © 2023. All rights reserved.