Package net.fqsc.inscriptions.view

Examples of net.fqsc.inscriptions.view.InscriptionsApp


    this.createComponent();
  }
 
  private void createComponent()
  { 
    final InscriptionsApp app = (InscriptionsApp) this.getApplication();
    final Saisons saisons = (Saisons) app.getEntry("Saisons");
   
    final ChoixSaisonListView listeSaisons =  new ChoixSaisonListView("saisonListView", saisons, this.course);
    this.add(listeSaisons);
     
    //Construction du lien retour
View Full Code Here

TOP

Related Classes of net.fqsc.inscriptions.view.InscriptionsApp

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.