|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SortOrder | |
|---|---|
| com.google.visualization.datasource.query | |
| Uses of SortOrder in com.google.visualization.datasource.query |
|---|
| Methods in com.google.visualization.datasource.query that return SortOrder | |
|---|---|
SortOrder |
ColumnSort.getOrder()
Returns the requested ordering. |
static SortOrder |
SortOrder.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static SortOrder[] |
SortOrder.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in com.google.visualization.datasource.query with parameters of type SortOrder | |
|---|---|
void |
QuerySort.addSort(AbstractColumn column,
SortOrder order)
Adds a column sort condition. |
| Constructors in com.google.visualization.datasource.query with parameters of type SortOrder | |
|---|---|
ColumnSort(AbstractColumn column,
SortOrder order)
Construct and new column sort condition. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||