Uses of Class
org.dashbuilder.dataset.sort.DataSetSort
-
Packages that use DataSetSort Package Description org.dashbuilder.dataset org.dashbuilder.dataset.json org.dashbuilder.dataset.sort -
-
Uses of DataSetSort in org.dashbuilder.dataset
Methods in org.dashbuilder.dataset that return DataSetSort Modifier and Type Method Description DataSetSortDataSetLookup. getFirstSortOp() -
Uses of DataSetSort in org.dashbuilder.dataset.json
Methods in org.dashbuilder.dataset.json that return types with arguments of type DataSetSort Modifier and Type Method Description List<DataSetSort>DataSetLookupJSONMarshaller. parseSortOperations(org.dashbuilder.json.JsonArray columnSortsJsonArray)Method parameters in org.dashbuilder.dataset.json with type arguments of type DataSetSort Modifier and Type Method Description org.dashbuilder.json.JsonArrayDataSetLookupJSONMarshaller. formatSortOperations(List<DataSetSort> sortOps) -
Uses of DataSetSort in org.dashbuilder.dataset.sort
Methods in org.dashbuilder.dataset.sort that return DataSetSort Modifier and Type Method Description DataSetSortDataSetSort. cloneInstance()Clone this sort operation.DataSetSortDataSetSort. invertOrder()Invert the sort order if this sort operation.
-