|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.extjs.gxt.ui.client.data.SortInfo
public class SortInfo
Aggregates sort field and sort direction.
Constructor Summary | |
---|---|
SortInfo()
Creates a new sort field instance. |
|
SortInfo(java.lang.String field,
Style.SortDir sortDir)
Creates a new sort info instance. |
Method Summary | |
---|---|
Style.SortDir |
getSortDir()
Returns the sort direction. |
java.lang.String |
getSortField()
Returns the sort field. |
void |
setSortDir(Style.SortDir sortDir)
Sets the sort direction. |
void |
setSortField(java.lang.String sortField)
Sets the sort field. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SortInfo()
public SortInfo(java.lang.String field, Style.SortDir sortDir)
field
- the sort fieldsortDir
- the sort directionMethod Detail |
---|
public java.lang.String getSortField()
public void setSortField(java.lang.String sortField)
sortField
- the sort fieldpublic Style.SortDir getSortDir()
public void setSortDir(Style.SortDir sortDir)
sortDir
- the sort direction
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |