Uses of Class
com.vaadin.data.provider.GridSortOrder
-
Packages that use GridSortOrder Package Description com.vaadin.data.provider com.vaadin.ui -
-
Uses of GridSortOrder in com.vaadin.data.provider
Methods in com.vaadin.data.provider that return GridSortOrder Modifier and Type Method Description protected GridSortOrder<T>GridSortOrderBuilder. createSortOrder(Grid.Column<T,?> by, SortDirection direction) -
Uses of GridSortOrder in com.vaadin.ui
Methods in com.vaadin.ui that return types with arguments of type GridSortOrder Modifier and Type Method Description List<GridSortOrder<T>>Grid. getSortOrder()Get the current sort order list.Method parameters in com.vaadin.ui with type arguments of type GridSortOrder Modifier and Type Method Description RegistrationGrid. addSortListener(SortEvent.SortListener<GridSortOrder<T>> listener)Adds a sort order change listener that gets notified when the sort order changes.voidGrid. setSortOrder(List<GridSortOrder<T>> order)Sets the sort order to use.
-