| Package | Description |
|---|---|
| com.vaadin.flow.component.grid |
| 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) |
Copyright © 2025. All rights reserved.