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