| Modifier and Type | Class and Description |
|---|---|
static interface |
CellFields.ConstructNewCellFieldImpl
Interface used for DI.
|
| Modifier and Type | Method and Description |
|---|---|
static CellField |
newCellField()
Instantiate new empty cell field.
|
static String |
toCommaSepString(CellField cellField,
Column<?>... cols)
Create comma separated Strings.
|
static String |
toCommaSepStringAll(CellField cellField)
Create multiline comma sep string from all column.
|
static String |
toTabSepString(CellField cellField,
Column<?>... cols)
Create multiline tab sep Strings.
|
static String |
toTabSepStringAll(CellField cellField)
Create multiline tab sep string from all column.
|
public static String toTabSepString(CellField cellField, Column<?>... cols)
cellField - Input cellfieldcols - Columns to exportpublic static String toCommaSepString(CellField cellField, Column<?>... cols)
cellField - Input cellfieldcols - Columns to exportpublic static String toTabSepStringAll(CellField cellField)
cellField - CellField to exportpublic static String toCommaSepStringAll(CellField cellField)
cellField - CellField to exportpublic static CellField newCellField()