Uses of Class
com.vaadin.flow.component.grid.GridSortOrder
-
Packages that use GridSortOrder Package Description com.vaadin.flow.component.grid -
-
Uses of GridSortOrder in com.vaadin.flow.component.grid
Methods in com.vaadin.flow.component.grid that return GridSortOrder Modifier and Type Method Description protected GridSortOrder<T>GridSortOrderBuilder. createSortOrder(Grid.Column<T> by, com.vaadin.flow.data.provider.SortDirection direction)Methods in com.vaadin.flow.component.grid that return types with arguments of type GridSortOrder Modifier and Type Method Description List<GridSortOrder<T>>Grid. getSortOrder()Gets an list of the current sort orders in the Grid.Method parameters in com.vaadin.flow.component.grid with type arguments of type GridSortOrder Modifier and Type Method Description com.vaadin.flow.shared.RegistrationGrid. addSortListener(com.vaadin.flow.component.ComponentEventListener<com.vaadin.flow.data.event.SortEvent<Grid<T>,GridSortOrder<T>>> listener)voidGrid. sort(List<GridSortOrder<T>> order)Forces a defined sort order for the columns in the Grid.
-