Uses of Interface
com.google.gwt.view.client.SelectionChangeEvent.Handler
-
Packages that use SelectionChangeEvent.Handler Package Description com.google.gwt.view.client Classes and interfaces used by thecellview
widget set. -
-
Uses of SelectionChangeEvent.Handler in com.google.gwt.view.client
Methods in com.google.gwt.view.client that return types with arguments of type SelectionChangeEvent.Handler Modifier and Type Method Description GwtEvent.Type<SelectionChangeEvent.Handler>
SelectionChangeEvent. getAssociatedType()
static GwtEvent.Type<SelectionChangeEvent.Handler>
SelectionChangeEvent. getType()
Gets the type associated with this event.Methods in com.google.gwt.view.client with parameters of type SelectionChangeEvent.Handler Modifier and Type Method Description HandlerRegistration
SelectionChangeEvent.HasSelectionChangedHandlers. addSelectionChangeHandler(SelectionChangeEvent.Handler handler)
Adds aSelectionChangeEvent
handler.HandlerRegistration
SelectionModel.AbstractSelectionModel. addSelectionChangeHandler(SelectionChangeEvent.Handler handler)
HandlerRegistration
SelectionModel. addSelectionChangeHandler(SelectionChangeEvent.Handler handler)
Adds aSelectionChangeEvent
handler.protected void
SelectionChangeEvent. dispatch(SelectionChangeEvent.Handler handler)
-