I just stumbled across a stackoverflow question (http://stackoverflow.com/questions/11472737/uihandler-doesnt-work-with-suggestbox-suggestionevent/) why you can`t use SuggestionEvent from SuggestionsBox with UiBinder / UiHandler annotation.
For some reason SuggestionEvent extends java.util.EventObject instead of GwtEvent. Is there a specific reason to do so or wasn't it moved when we switched to the new event system? -Daniel -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
