Package | Description |
---|---|
com.google.gwt.view.client |
Classes and interfaces used by the
cellview widget set. |
Modifier and Type | Method and Description |
---|---|
GwtEvent.Type<SelectionChangeEvent.Handler> |
SelectionChangeEvent.getAssociatedType() |
static GwtEvent.Type<SelectionChangeEvent.Handler> |
SelectionChangeEvent.getType()
Gets the type associated with this event.
|
Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
SelectionModel.addSelectionChangeHandler(SelectionChangeEvent.Handler handler)
Adds a
SelectionChangeEvent handler. |
HandlerRegistration |
SelectionModel.AbstractSelectionModel.addSelectionChangeHandler(SelectionChangeEvent.Handler handler) |
HandlerRegistration |
SelectionChangeEvent.HasSelectionChangedHandlers.addSelectionChangeHandler(SelectionChangeEvent.Handler handler)
Adds a
SelectionChangeEvent handler. |
protected void |
SelectionChangeEvent.dispatch(SelectionChangeEvent.Handler handler) |