public static class ComponentTable.Builder
extends java.lang.Object
| Constructor and Description |
|---|
Builder(StyleTable style) |
| Modifier and Type | Method and Description |
|---|---|
ComponentTable |
build() |
ComponentTable.Builder |
content(java.lang.String[][] content)
Content for the table, as 2d String[]
|
ComponentTable.Builder |
header(java.lang.String... header) |
public Builder(StyleTable style)
public ComponentTable.Builder header(java.lang.String... header)
header - Header values for the tablepublic ComponentTable.Builder content(java.lang.String[][] content)
public ComponentTable build()