/** @see com.google.gwt.user.client.ui.HasValue#getValue() */
  public String getValue() {

    return m_editWidget.getValue();
  }