public HandlerRegistration addMouseDownHandler(MouseDownHandler handler) {
   return textBox.addMouseDownHandler(handler);
 }