public void afterCarrega(CarregaEvent ce) { if (ce.getListaCampos() == lcVenda) { if (txtBloqVenda.getVlrString().equals("S")) cbBloquear.setVlrString("N"); else cbBloquear.setVlrString("S"); } }
public void afterCarrega(CarregaEvent e) { if (lcProd == e.getListaCampos() || lcCliente == e.getListaCampos()) { carregaItens(); } }
public void afterCarrega(CarregaEvent cevt) { if (cevt.getListaCampos() == lcCampos) { // enableDisablePeriodo(); } }
public void beforeCarrega(CarregaEvent ce) { if (ce.getListaCampos() == lcVenda) {} }