Uses of Interface
org.dashbuilder.dataset.DataSetBuilder
-
Packages that use DataSetBuilder Package Description org.dashbuilder.dataset org.dashbuilder.dataset.impl -
-
Uses of DataSetBuilder in org.dashbuilder.dataset
Methods in org.dashbuilder.dataset that return DataSetBuilder Modifier and Type Method Description DataSetBuilderDataSetBuilder. column(String columnId, ColumnType type)Add an empty column of the specified type.DataSetBuilderDataSetBuilder. date(String columnId)Add an empty column of type date.DataSetBuilderDataSetBuilder. label(String columnId)Add an empty column of type label.static DataSetBuilderDataSetFactory. newDataSetBuilder()DataSetBuilderDataSetBuilder. number(String columnId)Add an empty column of numeric type.DataSetBuilderDataSetBuilder. row(Object... values)Add a row with the given values at the end of the data set.DataSetBuilderDataSetBuilder. text(String columnId)Add an empty column of type text.DataSetBuilderDataSetBuilder. uuid(String uuid)Assigns an UUID to the data set -
Uses of DataSetBuilder in org.dashbuilder.dataset.impl
Classes in org.dashbuilder.dataset.impl that implement DataSetBuilder Modifier and Type Class Description classDataSetBuilderImpl
-