예제 #1
0
 @UiHandler("btnSuccessTxtBox")
 void onSuccessTxtBox(ClickEvent e) {
   txtBox.setSuccess("This is a success message for text box.");
 }