ariba.ui.wizard.core
Interface WizardFrameDelegate


public interface WizardFrameDelegate

The WizardFrameDelegate is called by the core wizard engine at various points to allow an application to override default behavior.


Method Summary
 void prepareForResponse(WizardFrame wizardFrame)
          This method is called before the frame is displayed.
 WizardActionTarget targetForAction(WizardAction action)
          Allows the WizardFrameDelegate to handle the given action.
 

Method Detail

targetForAction

WizardActionTarget targetForAction(WizardAction action)
Allows the WizardFrameDelegate to handle the given action. The return value should be the frame to show next, or null if the delegate wants to defer to the default flow.


prepareForResponse

void prepareForResponse(WizardFrame wizardFrame)
This method is called before the frame is displayed. It Allows the WizardFrameDelegate to execute any application specific code before the frame is to be displayed.



AribaWeb User Interface Development Framework
Copyright © 2000-2014 Ariba, Inc. All Rights Reserved.