Ejemplo n.º 1
0
  /** Set the components for edit mode. <br> */
  private void doEdit() {

    rolShortdescription.setReadonly(false);
    rolLongdescription.setReadonly(false);

    btnCtrl.setBtnStatus_Edit();

    // remember the old vars
    doStoreInitValues();
  }
Ejemplo n.º 2
0
  /** Set the components for edit mode. <br> */
  private void doEdit() {

    // artNr + description are only be filled by searchBox
    artNr.setReadonly(true);
    artKurzbezeichnung.setReadonly(true);
    bandbox_OrderPositionDialog_ArticleSearch.setDisabled(false);

    aupMenge.setReadonly(false);
    aupEinzelwert.setReadonly(false);
    aupGesamtwert.setReadonly(false);

    btnCtrl.setBtnStatus_Edit();

    // remember the old vars
    doStoreInitValues();
  }