@Deprecated public class SortOrder extends Object implements Serializable
SortDirection value and a
Vaadin container property ID.| Constructor and Description |
|---|
SortOrder(Object propertyId,
com.vaadin.shared.data.sort.SortDirection direction)
Deprecated.
Create a SortOrder object.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Deprecated.
|
com.vaadin.shared.data.sort.SortDirection |
getDirection()
Deprecated.
Returns the
SortDirection value. |
Object |
getPropertyId()
Deprecated.
Returns the property ID.
|
int |
hashCode()
Deprecated.
|
String |
toString()
Deprecated.
|
public SortOrder(Object propertyId, com.vaadin.shared.data.sort.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 com.vaadin.shared.data.sort.SortDirection getDirection()
SortDirection value.Copyright © 2019 Vaadin Ltd. All rights reserved.