Package com.structis.fichesst.client.ecran

Examples of com.structis.fichesst.client.ecran.TransfertppEcran


        viewButton.addClickHandler(new ClickHandler() {

          @Override
          public void onClick(ClickEvent event) {
            // bus.fireEvent(new LoadTransfertppSummaryDtoEvent(model));
            GuiUtil.gotoEcran(new TransfertppEcran(chantier, model.getRefTransfertPpId(), role, user));
          }
        });
        return viewButton;
      }
    });
View Full Code Here

TOP

Related Classes of com.structis.fichesst.client.ecran.TransfertppEcran

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.