Package it.pdor.webapp.contabilita.popupRicercaIva

Examples of it.pdor.webapp.contabilita.popupRicercaIva.ListaRigheIvaBackingBean


 
  public void cercaIva(ActionEvent ae) {
    HtmlDataTable dt = (HtmlDataTable) ae.getComponent().getParent().getParent();
    RowMovimentoIva rowMovimentoIva = (RowMovimentoIva) dt.getRowData();
    super.selezionaRiga(rowMovimentoIva);
    ListaRigheIvaBackingBean listaRigheIvaBackingBean = (ListaRigheIvaBackingBean) BackingBeanUtility.trova("listaRigheIvaBackingBean");
    listaRigheIvaBackingBean.cercaIva(ae);
  }
View Full Code Here

TOP

Related Classes of it.pdor.webapp.contabilita.popupRicercaIva.ListaRigheIvaBackingBean

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.