|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.vaadin.data.sort.SortOrder
public class SortOrder
Sort order descriptor. Links together a SortDirection value and a
Vaadin container property ID.
| Constructor Summary | |
|---|---|
SortOrder(java.lang.Object propertyId,
com.vaadin.shared.data.sort.SortDirection direction)
Create a SortOrder object. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
com.vaadin.shared.data.sort.SortDirection |
getDirection()
Returns the SortDirection value. |
java.lang.Object |
getPropertyId()
Returns the property ID. |
int |
hashCode()
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SortOrder(java.lang.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 order| Method Detail |
|---|
public java.lang.Object getPropertyId()
public com.vaadin.shared.data.sort.SortDirection getDirection()
SortDirection value.
public java.lang.String toString()
toString in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||