Uses of Class
com.google.gwt.event.logical.shared.SelectionEvent
-
Packages that use SelectionEvent 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 SelectionEvent in com.google.gwt.event.logical.shared
Methods in com.google.gwt.event.logical.shared with parameters of type SelectionEvent Modifier and Type Method Description void
SelectionHandler. onSelection(SelectionEvent<T> event)
Called whenSelectionEvent
is fired. -
Uses of SelectionEvent in com.google.gwt.user.client.ui
Methods in com.google.gwt.user.client.ui with parameters of type SelectionEvent Modifier and Type Method Description void
ListenerWrapper.WrappedOldSuggestionHandler. onSelection(SelectionEvent<SuggestOracle.Suggestion> event)
void
ListenerWrapper.WrappedTabListener. onSelection(SelectionEvent<java.lang.Integer> event)
void
ListenerWrapper.WrappedTreeListener. onSelection(SelectionEvent<TreeItem> event)
-