Uses of Class
org.dashbuilder.dataset.sort.ColumnSort
-
Packages that use ColumnSort Package Description org.dashbuilder.dataset.def org.dashbuilder.dataset.json org.dashbuilder.dataset.sort -
-
Uses of ColumnSort in org.dashbuilder.dataset.def
Fields in org.dashbuilder.dataset.def declared as ColumnSort Modifier and Type Field Description protected ColumnSortElasticSearchDataSetDef. columnSortMethods in org.dashbuilder.dataset.def that return ColumnSort Modifier and Type Method Description ColumnSortElasticSearchDataSetDef. getColumnSort()Methods in org.dashbuilder.dataset.def with parameters of type ColumnSort Modifier and Type Method Description voidElasticSearchDataSetDef. setColumnSort(ColumnSort columnSort) -
Uses of ColumnSort in org.dashbuilder.dataset.json
Methods in org.dashbuilder.dataset.json that return ColumnSort Modifier and Type Method Description ColumnSortDataSetLookupJSONMarshaller. parseColumnSort(org.dashbuilder.json.JsonObject columnSortJson)Methods in org.dashbuilder.dataset.json that return types with arguments of type ColumnSort Modifier and Type Method Description List<ColumnSort>DataSetLookupJSONMarshaller. parseColumnSorts(org.dashbuilder.json.JsonArray columnSortsJsonArray)Methods in org.dashbuilder.dataset.json with parameters of type ColumnSort Modifier and Type Method Description org.dashbuilder.json.JsonObjectDataSetLookupJSONMarshaller. formatColumnSort(ColumnSort columnSort)Method parameters in org.dashbuilder.dataset.json with type arguments of type ColumnSort Modifier and Type Method Description org.dashbuilder.json.JsonArrayDataSetLookupJSONMarshaller. formatColumnSorts(List<ColumnSort> columnSorts) -
Uses of ColumnSort in org.dashbuilder.dataset.sort
Fields in org.dashbuilder.dataset.sort with type parameters of type ColumnSort Modifier and Type Field Description protected List<ColumnSort>DataSetSort. columnSortListMethods in org.dashbuilder.dataset.sort that return ColumnSort Modifier and Type Method Description ColumnSortColumnSort. cloneInstance()Methods in org.dashbuilder.dataset.sort that return types with arguments of type ColumnSort Modifier and Type Method Description List<ColumnSort>DataSetSort. getColumnSortList()Methods in org.dashbuilder.dataset.sort with parameters of type ColumnSort Modifier and Type Method Description voidDataSetSort. addSortColumn(ColumnSort... columnSorts)
-