| 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  SelectionEventhandler. | 
| protected void | SelectionEvent. dispatch(SelectionHandler<T> handler) | 
| Modifier and Type | Class and Description | 
|---|---|
| (package private) static class  | ListenerWrapper.WrappedOldSuggestionHandlerDeprecated.  | 
| (package private) static class  | ListenerWrapper.WrappedTabListenerDeprecated.  | 
| (package private) static class  | ListenerWrapper.WrappedTreeListenerDeprecated.  | 
| Modifier and Type | Method and Description | 
|---|---|
| HandlerRegistration | TabPanel. addSelectionHandler(SelectionHandler<java.lang.Integer> handler) | 
| HandlerRegistration | TabLayoutPanel. addSelectionHandler(SelectionHandler<java.lang.Integer> handler) | 
| HandlerRegistration | TabBar. addSelectionHandler(SelectionHandler<java.lang.Integer> handler) | 
| HandlerRegistration | StackLayoutPanel. addSelectionHandler(SelectionHandler<java.lang.Integer> handler) | 
| HandlerRegistration | SuggestBox. addSelectionHandler(SelectionHandler<SuggestOracle.Suggestion> handler) | 
| HandlerRegistration | Tree. addSelectionHandler(SelectionHandler<TreeItem> handler) |