Uses of Class
de.digitalcollections.model.list.sorting.Order
-
Packages that use Order Package Description de.digitalcollections.model.list.sorting -
-
Uses of Order in de.digitalcollections.model.list.sorting
Classes in de.digitalcollections.model.list.sorting with type parameters of type Order Modifier and Type Class Description static classOrder.OrderBuilder<C extends Order,B extends Order.OrderBuilder<C,B>>Methods in de.digitalcollections.model.list.sorting that return Order Modifier and Type Method Description OrderSorting. getOrderFor(String property)Returns the order registered for the given property.Methods in de.digitalcollections.model.list.sorting that return types with arguments of type Order Modifier and Type Method Description List<Order>Sorting. getOrders()Iterator<Order>Sorting. iterator()Methods in de.digitalcollections.model.list.sorting with parameters of type Order Modifier and Type Method Description Sorting.BuilderSorting.Builder. order(Order order)Method parameters in de.digitalcollections.model.list.sorting with type arguments of type Order Modifier and Type Method Description voidSorting. setOrders(List<Order> orders)Constructors in de.digitalcollections.model.list.sorting with parameters of type Order Constructor Description Sorting(Order... orders)Constructor parameters in de.digitalcollections.model.list.sorting with type arguments of type Order Constructor Description Sorting(List<Order> orders)Creates a newSortinginstance.
-