Hi!
Implement your popups in the views and have callbacks as arguments for your presenters to provide logic when necessary .
Example :
view.showNewEventDialog(data,new NewEventCallback(){
@Override
public void onSave(String data){
....
}
@Override
public void onExtends (){
...
}
});
--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-tool...@googlegroups.com.
To post to this group, send email to google-we...@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.