public class SortOrders extends Object
| Constructor and Description |
|---|
SortOrders(SortOrder... orders)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
SortOrders |
addSortOrder(SortOrder order)
Adds a sort order
|
SortOrder |
getOrderFor(String property)
Returns the first sort order for the specified property
|
SortOrder[] |
toArray() |
public SortOrders(SortOrder... orders)
public SortOrders addSortOrder(SortOrder order)
order - the sort order to addpublic SortOrder getOrderFor(String property)
property - the propertypublic SortOrder[] toArray()
Copyright © 2019 Open Circle Solutions. All rights reserved.