Uses of Interface
com.vaadin.v7.client.widget.grid.selection.SelectionHandler
-
Packages that use SelectionHandler Package Description com.vaadin.v7.client.widget.grid.selection com.vaadin.v7.client.widgets -
-
Uses of SelectionHandler in com.vaadin.v7.client.widget.grid.selection
Methods in com.vaadin.v7.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.v7.client.widget.grid.selection with parameters of type SelectionHandler Modifier and Type Method Description com.google.gwt.event.shared.HandlerRegistrationHasSelectionHandlers. addSelectionHandler(SelectionHandler<T> handler)Register a selection change handler.protected voidSelectionEvent. dispatch(SelectionHandler handler) -
Uses of SelectionHandler in com.vaadin.v7.client.widgets
Methods in com.vaadin.v7.client.widgets with parameters of type SelectionHandler Modifier and Type Method Description com.google.gwt.event.shared.HandlerRegistrationGrid. addSelectionHandler(SelectionHandler<T> handler)
-