Uses of Class
org.dashbuilder.dataset.ColumnType
-
Packages that use ColumnType Package Description org.dashbuilder.dataset org.dashbuilder.dataset.def org.dashbuilder.dataset.filter org.dashbuilder.dataset.group org.dashbuilder.dataset.impl -
-
Uses of ColumnType in org.dashbuilder.dataset
Fields in org.dashbuilder.dataset declared as ColumnType Modifier and Type Field Description protected ColumnTypeDataSetConstraints. extraColumnsTypeMethods in org.dashbuilder.dataset that return ColumnType Modifier and Type Method Description static ColumnTypeColumnType. getByName(String name)ColumnTypeDataColumn. getColumnType()ColumnTypeDataSetMetadata. getColumnType(int columnIndex)Get the type of the specified column.ColumnTypeDataSetMetadata. getColumnType(String columnId)Get the type of the specified column.ColumnType[]DataSetConstraints. getColumnTypes()ColumnType[]DataSetConstraints. getColumnTypes(int numberOfColumns)ColumnTypeDataSetConstraints. getExtraColumnsType()static ColumnTypeColumnType. valueOf(String name)Returns the enum constant of this type with the specified name.static ColumnType[]ColumnType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.dashbuilder.dataset that return types with arguments of type ColumnType Modifier and Type Method Description List<ColumnType>DataSetMetadata. getColumnTypes()Get the column typesMethods in org.dashbuilder.dataset with parameters of type ColumnType Modifier and Type Method Description DataSetDataSet. addColumn(String id, ColumnType type)Add a brand new column.DataSetDataSet. addColumn(String id, ColumnType type, List values)Add a brand new column populated with the given values.DataSetBuilderDataSetBuilder. column(String columnId, ColumnType type)Add an empty column of the specified type.voidDataColumn. setColumnType(ColumnType columnType)TDataSetConstraints. setColumnTypes(ColumnType[]... typeList)TDataSetConstraints. setExtraColumnsType(ColumnType extraColumnsType) -
Uses of ColumnType in org.dashbuilder.dataset.def
Methods in org.dashbuilder.dataset.def that return ColumnType Modifier and Type Method Description ColumnTypeDataColumnDef. getColumnType()Methods in org.dashbuilder.dataset.def with parameters of type ColumnType Modifier and Type Method Description booleanDataSetDef. addColumn(String id, ColumnType type)TDataSetDefBuilder. column(String columnId, ColumnType type)Add an empty column of the specified type.voidDataColumnDef. setColumnType(ColumnType columnType)Constructors in org.dashbuilder.dataset.def with parameters of type ColumnType Constructor Description DataColumnDef(String id, ColumnType columnType) -
Uses of ColumnType in org.dashbuilder.dataset.filter
Methods in org.dashbuilder.dataset.filter with parameters of type ColumnType Modifier and Type Method Description static CoreFunctionFilterFilterFactory. createCoreFunctionFilter(String columnId, ColumnType columnType, CoreFunctionType functionType)static ListFilterFactory. createParameters(ColumnType columnType, CoreFunctionType functionType)static List<CoreFunctionType>CoreFunctionType. getSupportedTypes(ColumnType columnType)booleanCoreFunctionType. supportsType(ColumnType type) -
Uses of ColumnType in org.dashbuilder.dataset.group
Methods in org.dashbuilder.dataset.group that return ColumnType Modifier and Type Method Description ColumnTypeAggregateFunctionType. getResultType(ColumnType columnType)Methods in org.dashbuilder.dataset.group with parameters of type ColumnType Modifier and Type Method Description ColumnTypeAggregateFunctionType. getResultType(ColumnType columnType)booleanGroupStrategy. isColumnTypeSupported(ColumnType ct)Check if this strategy can be used with the specified column type.booleanAggregateFunctionType. supportType(ColumnType type) -
Uses of ColumnType in org.dashbuilder.dataset.impl
Fields in org.dashbuilder.dataset.impl declared as ColumnType Modifier and Type Field Description protected ColumnTypeDataColumnImpl. columnTypeFields in org.dashbuilder.dataset.impl with type parameters of type ColumnType Modifier and Type Field Description protected List<ColumnType>DataSetMetadataImpl. columnTypesMethods in org.dashbuilder.dataset.impl that return ColumnType Modifier and Type Method Description ColumnTypeDataColumnImpl. getColumnType()ColumnTypeDataSetMetadataImpl. getColumnType(int columnIndex)ColumnTypeDataSetMetadataImpl. getColumnType(String columnId)Methods in org.dashbuilder.dataset.impl that return types with arguments of type ColumnType Modifier and Type Method Description List<ColumnType>DataSetMetadataImpl. getColumnTypes()Methods in org.dashbuilder.dataset.impl with parameters of type ColumnType Modifier and Type Method Description DataSetDataSetImpl. addColumn(String id, ColumnType type)DataSetDataSetImpl. addColumn(String id, ColumnType type, List values)TAbstractDataSetDefBuilder. column(String columnId, ColumnType type)DataSetBuilderImplDataSetBuilderImpl. column(String columnId, ColumnType type)voidDataColumnImpl. setColumnType(ColumnType columnType)Constructors in org.dashbuilder.dataset.impl with parameters of type ColumnType Constructor Description DataColumnImpl(String id, ColumnType columnType)
-