| Package | Description |
|---|---|
| org.dashbuilder.dataset | |
| org.dashbuilder.dataset.impl |
| Modifier and Type | Method and Description |
|---|---|
DataSetBuilder |
DataSetBuilder.column(String columnId,
ColumnType type)
Add an empty column of the specified type.
|
DataSetBuilder |
DataSetBuilder.date(String columnId)
Add an empty column of type date.
|
DataSetBuilder |
DataSetBuilder.label(String columnId)
Add an empty column of type label.
|
static DataSetBuilder |
DataSetFactory.newDataSetBuilder() |
DataSetBuilder |
DataSetBuilder.number(String columnId)
Add an empty column of numeric type.
|
DataSetBuilder |
DataSetBuilder.row(Object... values)
Add a row with the given values at the end of the data set.
|
DataSetBuilder |
DataSetBuilder.text(String columnId)
Add an empty column of type text.
|
DataSetBuilder |
DataSetBuilder.uuid(String uuid)
Assigns an UUID to the data set
|
| Modifier and Type | Class and Description |
|---|---|
class |
DataSetBuilderImpl |
Copyright © 2017–2021 JBoss by Red Hat. All rights reserved.