| Package | Description |
|---|---|
| com.vaadin.data.provider | |
| com.vaadin.ui |
| Modifier and Type | Method and Description |
|---|---|
static <T> GridSortOrderBuilder<T> |
GridSortOrder.asc(Grid.Column<T,?> by)
Creates a new grid sort builder with given sorting using ascending sort
direction.
|
static <T> GridSortOrderBuilder<T> |
GridSortOrder.desc(Grid.Column<T,?> by)
Creates a new grid sort builder with given sorting using descending sort
direction.
|
GridSortOrderBuilder<T> |
GridSortOrderBuilder.thenAsc(Grid.Column<T,?> by) |
GridSortOrderBuilder<T> |
GridSortOrderBuilder.thenDesc(Grid.Column<T,?> by) |
| Modifier and Type | Method and Description |
|---|---|
void |
Grid.setSortOrder(GridSortOrderBuilder<T> builder)
Sets the sort order to use, given a
GridSortOrderBuilder. |
Copyright © 2022 Vaadin Ltd. All rights reserved.