| Package | Description |
|---|---|
| com.vaadin.flow.component.grid | |
| com.vaadin.flow.data.provider |
| Modifier and Type | Class and Description |
|---|---|
class |
GridSortOrderBuilder<T>
Helper classes with fluent API for constructing
GridSortOrder lists. |
| Modifier and Type | Class and Description |
|---|---|
class |
QuerySortOrderBuilder
Helper classes with fluent API for constructing
QuerySortOrder lists. |
| Modifier and Type | Method and Description |
|---|---|
SortOrderBuilder<T,V> |
SortOrderBuilder.thenAsc(V by)
Appends sorting with ascending sort direction.
|
SortOrderBuilder<T,V> |
SortOrderBuilder.thenDesc(V by)
Appends sorting with descending sort direction.
|
Copyright © 2025. All rights reserved.