public class JTable
extends java.lang.Object
JTheme,
ContentParser| Constructor and Description |
|---|
JTable() |
| Modifier and Type | Method and Description |
|---|---|
JTable |
contentParser(ContentParser contentParser) |
static JTable |
of() |
java.util.List<java.lang.String> |
render() |
static java.lang.String |
renderBottomBorder(int[] colsWidth,
Chars theme) |
static java.lang.String |
renderTopBorder(int[] colsWidth,
int[] previousColsWidth,
int tableWidth,
Chars theme) |
JRow |
row() |
JTable |
theme(JTheme theme) |
JTable |
width(int width) |
public static JTable of()
public JRow row()
public JTable width(int width)
public JTable contentParser(ContentParser contentParser)
public java.util.List<java.lang.String> render()
public static java.lang.String renderBottomBorder(int[] colsWidth,
Chars theme)
public static java.lang.String renderTopBorder(int[] colsWidth,
int[] previousColsWidth,
int tableWidth,
Chars theme)