|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
HasSelectionHandlers
instead.
@Deprecated public interface FiresSuggestionEvents
A widget that implements this interface fires the events defined by the
SuggestionHandler
interface.
Method Summary | |
---|---|
void |
addEventHandler(SuggestionHandler handler)
Deprecated. Add a selection handler instead |
void |
removeEventHandler(SuggestionHandler handler)
Deprecated. Use the HandlerRegistration.removeHandler()
method on the object returned by an add*Handler method instead |
Method Detail |
---|
@Deprecated void addEventHandler(SuggestionHandler handler)
handler
- the handler to add@Deprecated void removeEventHandler(SuggestionHandler handler)
HandlerRegistration.removeHandler()
method on the object returned by an add*Handler method instead
handler
- the handler to remove
|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |