We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
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, 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 TypeMethodDescriptionGrid.addSortListener
(ComponentEventListener<SortEvent<Grid<T>, GridSortOrder<T>>> listener) void
Grid.sort
(List<GridSortOrder<T>> order) Forces a defined sort order for the columns in the Grid.