| Package | Description |
|---|---|
| com.vaadin.client.widget.grid.sort | |
| com.vaadin.client.widgets |
| Modifier and Type | Method and Description |
|---|---|
static Sort |
Sort.by(Grid.Column<?,?> column)
Start building a Sort order by sorting a provided column in ascending
order.
|
static Sort |
Sort.by(Grid.Column<?,?> column,
SortDirection direction)
Start building a Sort order by sorting a provided column.
|
Sort |
Sort.then(Grid.Column<?,?> column)
Continue building a Sort order.
|
Sort |
Sort.then(Grid.Column<?,?> column,
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.