Package | Description |
---|---|
com.google.gwt.event.logical.shared |
Types related to logical events that do not have direct analogues to DOM
events and which can be used in contexts other than web browsers.
|
com.google.gwt.user.client.ui |
Widgets, Panels, and other user-interface classes.
|
Modifier and Type | Method and Description |
---|---|
GwtEvent.Type<SelectionHandler<T>> |
SelectionEvent.getAssociatedType() |
static GwtEvent.Type<SelectionHandler<?>> |
SelectionEvent.getType()
Gets the type associated with this event.
|
Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
HasSelectionHandlers.addSelectionHandler(SelectionHandler<T> handler)
Adds a
SelectionEvent handler. |
protected void |
SelectionEvent.dispatch(SelectionHandler<T> handler) |
Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
TabPanel.addSelectionHandler(SelectionHandler<Integer> handler) |
HandlerRegistration |
TabLayoutPanel.addSelectionHandler(SelectionHandler<Integer> handler) |
HandlerRegistration |
TabBar.addSelectionHandler(SelectionHandler<Integer> handler) |
HandlerRegistration |
StackLayoutPanel.addSelectionHandler(SelectionHandler<Integer> handler) |
HandlerRegistration |
SuggestBox.addSelectionHandler(SelectionHandler<SuggestOracle.Suggestion> handler) |
HandlerRegistration |
Tree.addSelectionHandler(SelectionHandler<TreeItem> handler) |
Copyright © 2018. All rights reserved.