Uses of Class
org.primefaces.model.SortOrder
-
Packages that use SortOrder Package Description org.primefaces.model -
-
Uses of SortOrder in org.primefaces.model
Methods in org.primefaces.model that return SortOrder Modifier and Type Method Description SortOrderSortMeta. getOrder()static SortOrderSortOrder. of(Object order)static SortOrderSortOrder. valueOf(String name)Returns the enum constant of this type with the specified name.static SortOrder[]SortOrder. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.primefaces.model with parameters of type SortOrder Modifier and Type Method Description SortMeta.BuilderSortMeta.Builder. order(SortOrder sortOrder)voidSortMeta. setOrder(SortOrder order)Constructors in org.primefaces.model with parameters of type SortOrder Constructor Description TreeNodeComparator(javax.el.ValueExpression sortBy, String var, SortOrder sortOrder, javax.el.MethodExpression sortFunction, boolean caseSensitive, Locale locale)
-