Thank you for your first help Thomas ! What I had tried is to write a get method from the view/display interface, which return the suggestBox object and which I had called from the presenter on the onBind or revealDisplay : => I could redefine as the same the requestSuggestions() into the presenter but then I didn't know how to transmit it to the view / how to instanciate the visible SuggestBox object for showing it into the view (regarding the new SuggestBox(oracle) line).
Excuses-me but I am not familiar enough by making my own proxy / "delegating" etc. Can you give me some sample please ? Thanks in advance for the feedback, Eddy https://plus.google.com/u/0/112225624236959783711 is my google+ profil if you could write in french too (could provide my email too), I am happy to know french guys which use GWT and hope we will be able to exchange our works / tips in the future :-) Le jeudi 8 septembre 2016 09:18:09 UTC+2, Thomas Broyer a écrit : > > You could route the requestSuggestions to your presenter instead if > directly to your service (the presenter simply behaving as a proxy/façade > to the service). > > Or you could use a "proxy" Oracle where you can later set the "delegate" > (coming from the presenter) -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/d/optout.
