GWT MVP and UiBinder Question

2015-08-28 Thread Abel Oszwald
Hello, I read the documentation of MVP and i have a question about UiBinder ClickListener. Is it make sense if i define the ClickListener in the UiBinder java file like in the docs, which in turn call the presenter.OnItemClicked() or i define the Clicklistener in Presenter where all the logic

Re: GWT MVP and UiBinder Question

2015-08-28 Thread Alain Ekambi
This is how we do it. Easy to understand. Easy to maintain https://www.youtube.com/watch?v=kilmaSRq49g On 28 August 2015 at 12:43, Abel Oszwald oszwalda...@gmail.com wrote: Hello, I read the documentation of MVP and i have a question about UiBinder ClickListener. Is it make sense if i