Uses of Interface
com.google.gwt.event.logical.shared.SelectionHandler
-
Packages that use SelectionHandler 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 SelectionHandler in com.google.gwt.event.logical.shared
Methods in com.google.gwt.event.logical.shared that return types with arguments of type SelectionHandler Modifier and Type Method Description 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 Modifier and Type Method Description HandlerRegistration
HasSelectionHandlers. addSelectionHandler(SelectionHandler<T> handler)
Adds aSelectionEvent
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 Modifier and Type Class Description (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 Modifier and Type Method Description HandlerRegistration
StackLayoutPanel. addSelectionHandler(SelectionHandler<java.lang.Integer> handler)
HandlerRegistration
SuggestBox. addSelectionHandler(SelectionHandler<SuggestOracle.Suggestion> handler)
HandlerRegistration
TabBar. addSelectionHandler(SelectionHandler<java.lang.Integer> handler)
HandlerRegistration
TabLayoutPanel. addSelectionHandler(SelectionHandler<java.lang.Integer> handler)
HandlerRegistration
TabPanel. addSelectionHandler(SelectionHandler<java.lang.Integer> handler)
HandlerRegistration
Tree. addSelectionHandler(SelectionHandler<TreeItem> handler)
-