GWT 2.7.0

Uses of Class
com.google.gwt.event.logical.shared.BeforeSelectionEvent

Packages that use BeforeSelectionEvent
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 BeforeSelectionEvent in com.google.gwt.event.logical.shared
 

Methods in com.google.gwt.event.logical.shared that return BeforeSelectionEvent
static
<T> BeforeSelectionEvent<T>
BeforeSelectionEvent.fire(HasBeforeSelectionHandlers<T> source, T item)
          Fires a before selection event on all registered handlers in the handler manager.
 

Methods in com.google.gwt.event.logical.shared with parameters of type BeforeSelectionEvent
 void BeforeSelectionHandler.onBeforeSelection(BeforeSelectionEvent<T> event)
          Called when BeforeSelectionEvent is fired.
 

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

Methods in com.google.gwt.user.client.ui with parameters of type BeforeSelectionEvent
 void ListenerWrapper.WrappedTabListener.onBeforeSelection(BeforeSelectionEvent<java.lang.Integer> event)
           
 


GWT 2.7.0