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 HandlerRegistrationHasSelectionHandlers. addSelectionHandler(SelectionHandler<T> handler)Adds aSelectionEventhandler.protected voidSelectionEvent. 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 classListenerWrapper.WrappedOldSuggestionHandlerDeprecated.(package private) static classListenerWrapper.WrappedTabListenerDeprecated.(package private) static classListenerWrapper.WrappedTreeListenerDeprecated.Methods in com.google.gwt.user.client.ui with parameters of type SelectionHandler Modifier and Type Method Description HandlerRegistrationStackLayoutPanel. addSelectionHandler(SelectionHandler<java.lang.Integer> handler)HandlerRegistrationSuggestBox. addSelectionHandler(SelectionHandler<SuggestOracle.Suggestion> handler)HandlerRegistrationTabBar. addSelectionHandler(SelectionHandler<java.lang.Integer> handler)HandlerRegistrationTabLayoutPanel. addSelectionHandler(SelectionHandler<java.lang.Integer> handler)HandlerRegistrationTabPanel. addSelectionHandler(SelectionHandler<java.lang.Integer> handler)HandlerRegistrationTree. addSelectionHandler(SelectionHandler<TreeItem> handler)
-