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