Uses of Class
com.vaadin.flow.component.grid.GridSortOrder
Packages that use GridSortOrder
-
Uses of GridSortOrder in com.vaadin.flow.component.grid
Methods in com.vaadin.flow.component.grid that return GridSortOrderModifier and TypeMethodDescriptionprotected 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 GridSortOrderModifier and TypeMethodDescriptionGrid.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 GridSortOrderModifier and TypeMethodDescriptioncom.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.