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