Esempio n. 1
0
 @AsyncHandler
 void onSendContact(Void result) {
   contactEditor.edit(new Contact());
 }
Esempio n. 2
0
 @PresentHandler
 void present(ContactPlace place) {
   contactEditor.edit(new Contact()); // Init the form with all the default values
 }