I am working on a MVP+Event Bus Architecture. I have a SuggestBox declared in a view, I want presenter to fetch list of suggestion by an RPC call. However the SuggestBox only seems to take "MultiWordSuggestoracle" in its constructor. And no way to add it later in presenter. :|
As an Alternative I also tried creating a Textbox in view and wrapping it up as a Suggestbox later in Presenter. Then adding the suggest box to the view but this approach dosent work and no widget shows on the view. What could be a possible work around? -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/WVl6VjNid29Cc2dK. To post to this group, send email to google-web-toolkit@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.