com.vaadin.flow.component.grid.

Class GridSortOrderBuilder<T>

java.lang.Object
com.vaadin.flow.data.provider.SortOrderBuilder<GridSortOrder<T>,Grid.Column<T>>
com.vaadin.flow.component.grid.GridSortOrderBuilder<T>

Type Parameters:

T - the type of the grid

All Implemented Interfaces:

Serializable

public class GridSortOrderBuilder<T> extends SortOrderBuilder<GridSortOrder<T>,Grid.Column<T>>

Helper classes with fluent API for constructing GridSortOrder lists. When the sort order is ready to be passed on, calling SortOrderBuilder.build() will create the list of sort orders.

Author:

Vaadin Ltd.

See Also: