Package org.jreform

Examples of org.jreform.Group.select()


        employer.input(stringType(), "businessPhoneNumber");
       
        radio(booleanType(), "hasAccountWithUs");

        Group account = optionalGroup("accountDetails");
        account.select(stringType(), "accountType");
        account.input(intType(), "accountNumber");
        account.input(intType(), "branchNumber");

        input(intType(), "monthlyIncome");
        input(intType(), "monthlyExpenses");
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.