| Package | Description |
|---|---|
| com.vaadin.v7.data.sort | |
| com.vaadin.v7.ui |
| Modifier and Type | Method and Description |
|---|---|
static Sort |
Sort.by(Object propertyId)
Deprecated.
Start building a Sort order by sorting a provided column in ascending
order.
|
static Sort |
Sort.by(Object propertyId,
com.vaadin.shared.data.sort.SortDirection direction)
Deprecated.
Start building a Sort order by sorting a provided column.
|
Sort |
Sort.then(Object propertyId)
Deprecated.
Continue building a Sort order.
|
Sort |
Sort.then(Object propertyId,
com.vaadin.shared.data.sort.SortDirection direction)
Deprecated.
Continue building a Sort order.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Grid.sort(Sort s)
Deprecated.
Sets the current sort order using the fluid Sort API.
|
Copyright © 2019 Vaadin Ltd. All rights reserved.