|
GWT 2.1.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SuggestionHandler | |
---|---|
com.google.gwt.user.client.ui | Widgets, Panels, and other user-interface classes. |
Uses of SuggestionHandler in com.google.gwt.user.client.ui |
---|
Methods in com.google.gwt.user.client.ui with parameters of type SuggestionHandler | |
---|---|
void |
SuggestBox.addEventHandler(SuggestionHandler handler)
Deprecated. use SuggestBox.addSelectionHandler(com.google.gwt.event.logical.shared.SelectionHandler instead. |
void |
FiresSuggestionEvents.addEventHandler(SuggestionHandler handler)
Deprecated. Add a selection handler instead |
void |
SuggestBox.removeEventHandler(SuggestionHandler handler)
Deprecated. Use the HandlerRegistration.removeHandler() method no the
object returned by SuggestBox.addSelectionHandler(com.google.gwt.event.logical.shared.SelectionHandler instead |
void |
FiresSuggestionEvents.removeEventHandler(SuggestionHandler handler)
Deprecated. Use the HandlerRegistration.removeHandler()
method on the object returned by an add*Handler method instead |
|
GWT 2.1.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |