Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.6)

E22562-03

oracle.apps.fnd.applcore.dt.patterns.binding.binder
Interface WizardPageCreator

All Known Implementing Classes:
ApplicationsMasterDetailCreatorWizard, ApplicationsPanelCreator, ApplicationsPopupCreator, ApplicationsTreeTableCreator

public interface WizardPageCreator

Interface to ensure the createWizard(boolean create) method is publicly available (it is protected in AbstractNodeWizard but needs to be promoted.

Author:
David Groves <david.groves@oracle.com>

Method Summary
 oracle.bali.ewt.wizard.BaseWizard createWizard(boolean create)
          Create the wizard.
 

Method Detail

createWizard

oracle.bali.ewt.wizard.BaseWizard createWizard(boolean create)
Create the wizard.

Parameters:
create - flag to tell creator that this call is for object creation, not customization (in which case it may choose not to show a finish page).
Returns:
wizard to use

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.6)

E22562-03

Copyright © 2012 Oracle. All Rights Reserved.