public class SortOrder extends Object implements Serializable
SortDirection value and a
Vaadin container property ID.| Constructor and Description |
|---|
SortOrder(Object propertyId,
SortDirection direction)
Create a SortOrder object.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
SortDirection |
getDirection()
Returns the
SortDirection value. |
Object |
getPropertyId()
Returns the property ID.
|
int |
hashCode() |
String |
toString() |
public SortOrder(Object propertyId, SortDirection direction)
propertyId - id of the data source property to sort bydirection - value indicating whether the property id should be sorted in
ascending or descending orderpublic Object getPropertyId()
public SortDirection getDirection()
SortDirection value.Copyright © 2023 Vaadin Ltd. All rights reserved.