Uses of Class
com.google.gwt.event.logical.shared.BeforeSelectionEvent
-
Packages that use BeforeSelectionEvent 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. -
-
Uses of BeforeSelectionEvent in com.google.gwt.event.logical.shared
Methods in com.google.gwt.event.logical.shared that return BeforeSelectionEvent Modifier and Type Method Description 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 Modifier and Type Method Description void
BeforeSelectionHandler. onBeforeSelection(BeforeSelectionEvent<T> event)
Called whenBeforeSelectionEvent
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 Modifier and Type Method Description void
ListenerWrapper.WrappedTabListener. onBeforeSelection(BeforeSelectionEvent<java.lang.Integer> event)
-