| Package | Description |
|---|---|
| com.vaadin.flow.data.provider |
| 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 © 2000–2026 Vaadin Ltd. All rights reserved.