Uses of Class
com.vaadin.data.provider.GridSortOrderBuilder
-
Packages that use GridSortOrderBuilder Package Description com.vaadin.data.provider com.vaadin.ui -
-
Uses of GridSortOrderBuilder in com.vaadin.data.provider
Methods in com.vaadin.data.provider that return GridSortOrderBuilder Modifier and Type Method 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) -
Uses of GridSortOrderBuilder in com.vaadin.ui
Methods in com.vaadin.ui with parameters of type GridSortOrderBuilder Modifier and Type Method Description voidGrid. setSortOrder(GridSortOrderBuilder<T> builder)Sets the sort order to use, given aGridSortOrderBuilder.
-