Example #1
0
  /** @see com.alkacon.geranium.client.ui.input.I_FormWidget#getApparentValue() */
  public String getApparentValue() {

    String result = m_textbox.getValue();
    if (ClientStringUtil.isEmpty(result)) {
      result = null;
    }
    return result;
  }