Uses of Class
org.dashbuilder.dataset.def.DataColumnDef
-
Packages that use DataColumnDef Package Description org.dashbuilder.dataset.backend org.dashbuilder.dataset.def org.dashbuilder.dataset.json -
-
Uses of DataColumnDef in org.dashbuilder.dataset.backend
Methods in org.dashbuilder.dataset.backend that return types with arguments of type DataColumnDef Modifier and Type Method Description List<DataColumnDef>EditDataSetDef. getColumns()Constructor parameters in org.dashbuilder.dataset.backend with type arguments of type DataColumnDef Constructor Description EditDataSetDef(DataSetDef definition, List<DataColumnDef> columns) -
Uses of DataColumnDef in org.dashbuilder.dataset.def
Fields in org.dashbuilder.dataset.def with type parameters of type DataColumnDef Modifier and Type Field Description protected List<DataColumnDef>DataSetDef. columnsMethods in org.dashbuilder.dataset.def that return DataColumnDef Modifier and Type Method Description DataColumnDefDataColumnDef. clone()DataColumnDefDataSetDef. getColumnById(String id)Methods in org.dashbuilder.dataset.def that return types with arguments of type DataColumnDef Modifier and Type Method Description List<DataColumnDef>DataSetDef. getColumns()Method parameters in org.dashbuilder.dataset.def with type arguments of type DataColumnDef Modifier and Type Method Description voidDataSetDef. setColumns(List<DataColumnDef> columns) -
Uses of DataColumnDef in org.dashbuilder.dataset.json
Method parameters in org.dashbuilder.dataset.json with type arguments of type DataColumnDef Modifier and Type Method Description protected org.dashbuilder.json.JsonArrayDataSetDefJSONMarshaller. toJsonObject(Collection<DataColumnDef> columnList, DataSetDef dataSetDef)
-