Package org.xrace.view.common.articles

Examples of org.xrace.view.common.articles.ArticleVenteListViewPanel


    this.add(new PageLink("historique", MesTransactionsPage.class));
    this.add(new PageLink("consulterInscriptions", SaisonsPage.class));

    List<ChoixPair> articlesAVendre = gestionVenteArticle
        .RechercherPairArticlesAVendre();
    this.add(new ArticleVenteListViewPanel("articleVenteListViewPanel",
        articlesAVendre).setVisible(articlesAVendre.size() > 0));

  }
View Full Code Here

TOP

Related Classes of org.xrace.view.common.articles.ArticleVenteListViewPanel

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.