Ejemplo n.º 1
0
 public HandlerRegistration addMouseUpHandler(MouseUpHandler handler) {
   return textBox.addMouseUpHandler(handler);
 }