public HandlerRegistration addMouseUpHandler(MouseUpHandler handler) {
   return textBox.addMouseUpHandler(handler);
 }