Package org.apache.click.examples.service

Examples of org.apache.click.examples.service.CustomerService


     * @see Page#onInit()
     */
    public void onInit() {
        super.onInit();

        CustomerService customerService = getCustomerService();
        investmentSelect.add(Option.EMPTY_OPTION);
        investmentSelect.addAll(customerService.getInvestmentCatetories());
    }
View Full Code Here

TOP

Related Classes of org.apache.click.examples.service.CustomerService

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.