Interface DataViewSortingService
- All Known Implementing Classes:
DataViewSortingServiceImpl
public interface DataViewSortingService
used to allow sorting on NiceDataView
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic class
static class
-
Method Summary
Modifier and TypeMethodDescriptiongetSortings
(DataViewSortingService.SortingField[] sortingFields, String formName) handles sorting configs
-
Method Details
-
getSortings
List<DataViewSortingService.DataViewSorting> getSortings(DataViewSortingService.SortingField[] sortingFields, String formName) handles sorting configs- Parameters:
sortingFields
- the sortings that were defined on the formformName
- the form used- Returns:
- a list of sortings with the path to sort by and a label
-