Package net.fqsc.inscriptions.view.form.component

Examples of net.fqsc.inscriptions.view.form.component.NiveauDropDownChoice


    ageMax.setType(Integer.class);
    this.add(ageMax);

    this.add(new SexeDropDownChoice("sexe", new PropertyModel(
        this.categorie, "sexe")).setRequired(true));
    this.add(new NiveauDropDownChoice("niveau").setRequired(true));

    this.add(new DropDownChoice("discipline", this.disciplineController
        .getDisciplines(), new DisciplineChoiceRenderer()));

    if (this.isNew)
View Full Code Here

TOP

Related Classes of net.fqsc.inscriptions.view.form.component.NiveauDropDownChoice

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.