/**
  * Get the default text for this control
  *
  * @return the default text without styling
  */
 public String getDefaultText() {
   return defaultText.getPlainText();
 }