GWT 2.7.0

Uses of Interface
com.google.gwt.event.logical.shared.SelectionHandler

Packages that use SelectionHandler
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. 
 

Uses of SelectionHandler in com.google.gwt.event.logical.shared
 

Methods in com.google.gwt.event.logical.shared that return types with arguments of type SelectionHandler
 GwtEvent.Type<SelectionHandler<T>> SelectionEvent.getAssociatedType()
           
static GwtEvent.Type<SelectionHandler<?>> SelectionEvent.getType()
          Gets the type associated with this event.
 

Methods in com.google.gwt.event.logical.shared with parameters of type SelectionHandler
 HandlerRegistration HasSelectionHandlers.addSelectionHandler(SelectionHandler<T> handler)
          Adds a SelectionEvent handler.
protected  void SelectionEvent.dispatch(SelectionHandler<T> handler)
           
 

Uses of SelectionHandler in com.google.gwt.user.client.ui
 

Classes in com.google.gwt.user.client.ui that implement SelectionHandler
(package private) static class ListenerWrapper.WrappedOldSuggestionHandler
          Deprecated.  
(package private) static class ListenerWrapper.WrappedTabListener
          Deprecated.  
(package private) static class ListenerWrapper.WrappedTreeListener
          Deprecated.  
 

Methods in com.google.gwt.user.client.ui with parameters of type SelectionHandler
 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)
           
 


GWT 2.7.0