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

E22562-05

oracle.apps.fnd.applcore.dt.patterns.binding.binder.popup
Class SimplePopupWizard

java.lang.Object
  extended by oracle.apps.fnd.applcore.dt.patterns.binding.binder.AbstractWizard
      extended by oracle.apps.fnd.applcore.dt.patterns.binding.binder.popup.SimplePopupWizard

public class SimplePopupWizard
extends AbstractWizard

A wizard to be used when called from another gui. For this class it is called from the applicationsTable creator/binder.

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

Constructor Summary
SimplePopupWizard(ApplicationsPopupModel model)
          Construct the wizard, passing in the model to use.
 
Method Summary
 void commit()
          Commit the wizard.
 ApplicationsPopupModel getModel()
          Get the model.
 oracle.bali.xml.gui.swing.wizard.AbstractNodeWizard getWizardCreator()
          Callback to get the Wizard Creator.
 
Methods inherited from class oracle.apps.fnd.applcore.dt.patterns.binding.binder.AbstractWizard
runWizard
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimplePopupWizard

public SimplePopupWizard(ApplicationsPopupModel model)
Construct the wizard, passing in the model to use. This model is probably already initialized by the caller.

Parameters:
model - populated model.
Method Detail

getModel

public ApplicationsPopupModel getModel()
Get the model.

Returns:
model

getWizardCreator

public oracle.bali.xml.gui.swing.wizard.AbstractNodeWizard getWizardCreator()
Callback to get the Wizard Creator. This is point where we call into the component first code so as to ru-use it's wizard. Implementors of this class must provide an implementation of this method.

Specified by:
getWizardCreator in class AbstractWizard
Returns:
AbstractNodeWizard to use as the wizard.

commit

public void commit()
            throws java.lang.Exception
Commit the wizard. This method delegates to the model.

Throws:
java.lang.Exception - on error

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

E22562-05

Copyright © 2012 Oracle. All Rights Reserved.