Uses of Interface
com.vaadin.client.widget.grid.sort.SortHandler
-
Packages that use SortHandler Package Description com.vaadin.client.widget.grid.sort com.vaadin.client.widgets -
-
Uses of SortHandler in com.vaadin.client.widget.grid.sort
Methods in com.vaadin.client.widget.grid.sort that return types with arguments of type SortHandler Modifier and Type Method Description com.google.gwt.event.shared.GwtEvent.Type<SortHandler<?>>SortEvent. getAssociatedType()static com.google.gwt.event.shared.GwtEvent.Type<SortHandler<?>>SortEvent. getType()Static access to the GWT event type identifier associated with this Event class.Methods in com.vaadin.client.widget.grid.sort with parameters of type SortHandler Modifier and Type Method Description protected voidSortEvent. dispatch(SortHandler<?> handler) -
Uses of SortHandler in com.vaadin.client.widgets
Methods in com.vaadin.client.widgets with parameters of type SortHandler Modifier and Type Method Description com.google.gwt.event.shared.HandlerRegistrationGrid. addSortHandler(SortHandler<T> handler)Register a GWT event handler for a sorting event.
-