Uses of Class
com.google.gwt.event.logical.shared.SelectionEvent
Packages that use SelectionEvent
Package
Description
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.
Widgets, Panels, and other user-interface classes.
-
Uses of SelectionEvent in com.google.gwt.user.client.ui
Methods in com.google.gwt.user.client.ui with parameters of type SelectionEventModifier and TypeMethodDescriptionvoid
ListenerWrapper.WrappedOldSuggestionHandler.onSelection
(SelectionEvent<SuggestOracle.Suggestion> event) void
ListenerWrapper.WrappedTabListener.onSelection
(SelectionEvent<Integer> event) void
ListenerWrapper.WrappedTreeListener.onSelection
(SelectionEvent<TreeItem> event)