public class Table extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Table.Cell |
static class |
Table.SortType |
| Modifier and Type | Method and Description |
|---|---|
void |
addCellsLine(List<Table.Cell> line) |
void |
addCellsLine(Table.Cell... cell) |
void |
addLine(List<String> line) |
void |
addLine(String... line) |
String |
build() |
String |
build(boolean linesVisible) |
boolean |
isEmpty() |
void |
sort(Table.SortType type) |
public Table(String... header)
public boolean isEmpty()
public void addLine(String... line)
public void addCellsLine(Table.Cell... cell)
public void addCellsLine(List<Table.Cell> line)
public void sort(Table.SortType type)
public String build()
public String build(boolean linesVisible)
Copyright © 2016–2018 JBoss by Red Hat. All rights reserved.