Uses of Class
com.vaadin.v7.client.widget.grid.sort.SortEvent
-
Packages that use SortEvent Package Description com.vaadin.v7.client.widget.grid.sort -
-
Uses of SortEvent in com.vaadin.v7.client.widget.grid.sort
Methods in com.vaadin.v7.client.widget.grid.sort with parameters of type SortEvent Modifier and Type Method Description voidSortHandler. sort(SortEvent<T> event)Handle sorting of the Grid.
-