Exemplo n.º 1
0
 @UiHandler("btnSuccessTime")
 void onSuccessTime(ClickEvent e) {
   tp.setSuccess("This is a success message for time picker.");
 }
Exemplo n.º 2
0
 @UiHandler("btnClearTime")
 void onClearTime(ClickEvent e) {
   tp.clearErrorOrSuccess();
 }
Exemplo n.º 3
0
 @UiHandler("btnErrorTime")
 void onErrorTime(ClickEvent e) {
   tp.setError("This is an error message for time picker.");
 }