Package org.springframework.richclient.wizard

Examples of org.springframework.richclient.wizard.FormBackedWizardPage


        Assert.notNull(clinic, "The clinic property is required");
        this.clinic = clinic;
    }

    public void addPages() {
        addPage(new FormBackedWizardPage(new OwnerGeneralForm(FormModelHelper.createChildPageFormModel(wizardForm.getFormModel()))));
        addPage(new FormBackedWizardPage(new OwnerAddressForm(FormModelHelper.createChildPageFormModel(wizardForm.getFormModel()))));
    }
View Full Code Here

TOP

Related Classes of org.springframework.richclient.wizard.FormBackedWizardPage

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.