| Package | Description |
|---|---|
| com.vaadin.data.provider |
| Modifier and Type | Class and Description |
|---|---|
class |
GridSortOrderBuilder<T>
Helper classes with fluent API for constructing
GridSortOrder lists. |
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 © 2019 Vaadin Ltd. All rights reserved.