public HandlerRegistration addMouseMoveHandler(MouseMoveHandler handler) {
   return textBox.addMouseMoveHandler(handler);
 }