public class OrderBy extends Object implements Serializable
| Constructor and Description |
|---|
OrderBy(String column,
boolean isAscending) |
| Modifier and Type | Method and Description |
|---|---|
String |
getColumn() |
boolean |
isAscending() |
void |
setAscending(boolean isAscending) |
void |
setColumn(String column) |
Copyright © 2016 Vaadin Ltd. All rights reserved.