Package ariba.ui.wizard.core

Examples of ariba.ui.wizard.core.WizardActionTarget


        WizardFrame frame,
        WizardAction wizardAction,
        AWRequestContext requestContext)
    {
        Wizard wizard = frame.getWizard();
        WizardActionTarget target = wizard.invokeAction(wizardAction, requestContext);
        AWResponseGenerating targetComponent = null;
        if (target instanceof UrlActionTarget) {
            targetComponent = generateResponseForUrlTarget(
                frame, (UrlActionTarget)target, requestContext);
        }
View Full Code Here

TOP

Related Classes of ariba.ui.wizard.core.WizardActionTarget

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.