Uses of Interface
com.vaadin.client.widget.grid.selection.SelectionHandler
-
Packages that use SelectionHandler Package Description com.vaadin.client.widget.grid.selection com.vaadin.client.widgets -
-
Uses of SelectionHandler in com.vaadin.client.widget.grid.selection
Methods in com.vaadin.client.widget.grid.selection that return types with arguments of type SelectionHandler Modifier and Type Method Description com.google.gwt.event.shared.GwtEvent.Type<SelectionHandler>
SelectionEvent. getAssociatedType()
static com.google.gwt.event.shared.GwtEvent.Type<SelectionHandler>
SelectionEvent. getType()
Gets a type identifier for this event.Methods in com.vaadin.client.widget.grid.selection with parameters of type SelectionHandler Modifier and Type Method Description com.google.gwt.event.shared.HandlerRegistration
HasSelectionHandlers. addSelectionHandler(SelectionHandler<T> handler)
Register a selection change handler.protected void
SelectionEvent. dispatch(SelectionHandler handler)
-
Uses of SelectionHandler in com.vaadin.client.widgets
Methods in com.vaadin.client.widgets with parameters of type SelectionHandler Modifier and Type Method Description com.google.gwt.event.shared.HandlerRegistration
Grid. addSelectionHandler(SelectionHandler<T> handler)
-