Uses of Class
org.bardframework.crud.api.datatable.Sort
-
Packages that use Sort Package Description org.bardframework.crud.api.datatable -
-
Uses of Sort in org.bardframework.crud.api.datatable
Fields in org.bardframework.crud.api.datatable declared as Sort Modifier and Type Field Description protected SortHeaderAbstract. sortMethods in org.bardframework.crud.api.datatable that return Sort Modifier and Type Method Description SortHeaderAbstract. getSort()SortHeaderDto. getSort()static SortSort. valueOf(String name)Returns the enum constant of this type with the specified name.static Sort[]Sort. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.bardframework.crud.api.datatable with parameters of type Sort Modifier and Type Method Description voidHeaderAbstract. setSort(Sort sort)voidHeaderDto. setSort(Sort sort)
-