Package org.xrace.view.formcomponents

Examples of org.xrace.view.formcomponents.SexePersonneDropDownChoice


        .add(new TextField("codePostal").setLabel(new Model(
            "Code postal")));

    this.add(new TextField("telephone").setLabel(new Model("Telephone")));

    this.add(new SexePersonneDropDownChoice("sexe").setLabel(
        new Model("Sexe")).setRequired(true).setEnabled(
        !disableImmutable));

    this.add(new AnneesDropDownChoice("annee", new PropertyModel(personne,
        "annee")).setLabel(new Model("Année")).setRequired(true)
View Full Code Here

TOP

Related Classes of org.xrace.view.formcomponents.SexePersonneDropDownChoice

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.