public interface SortInfo
extends com.google.web.bindery.requestfactory.shared.ValueProxy
| Modifier and Type | Method and Description |
|---|---|
SortDir |
getSortDir()
Returns the sort direction.
|
String |
getSortField()
Returns the sort field.
|
void |
setSortDir(SortDir sortDir)
Sets the sort direction.
|
void |
setSortField(String sortField)
Sets the sort field.
|
SortDir getSortDir()
String getSortField()
void setSortDir(SortDir sortDir)
sortDir - the sort directionvoid setSortField(String sortField)
sortField - the sort fieldCopyright © 2012. All Rights Reserved.