|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.gwtext.client.core.SortDir
public class SortDir
Constants for Sort direction.
| Field Summary | |
|---|---|
static SortDir |
ASC
|
static SortDir |
DESC
|
| Method Summary | |
|---|---|
java.lang.String |
getDirection()
|
static SortDir |
getValue(java.lang.String direction)
Return the sort dir value based on the passed String direction. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static SortDir ASC
public static SortDir DESC
| Method Detail |
|---|
public java.lang.String getDirection()
public static SortDir getValue(java.lang.String direction)
direction - the String direction
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||