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

E22562-02

oracle.apps.fnd.applcore.dt.patterns.metadata.creator.masterdetail
Class BaseApplicationsMasterDetailWizardPage

java.lang.Object
  extended by oracle.bali.ewt.wizard.WizardPage
      extended by oracle.apps.fnd.applcore.dt.patterns.metadata.creator.masterdetail.BaseApplicationsMasterDetailWizardPage
Direct Known Subclasses:
ApplicationsMasterDetailWizardFormButtonsPage, ApplicationsMasterDetailWizardFormPage, ApplicationsMasterDetailWizardPage1, ApplicationsMasterDetailWizardPage2, ApplicationsMasterDetailWizardPage3, ApplicationsMasterDetailWizardPage4, ApplicationsMasterDetailWizardPageFinish, ApplicationsMasterDetailWizardTablePage, ApplicationsMasterDetailWizardTablePatternsPage, ApplicationsMasterDetailWizardTreePatternsPage, ApplicationsMasterDetailWizardTreeTableColumnsPage, ApplicationsMasterDetailWizardTreeTablePage, ApplicationsMasterDetailWizardTreeTablePatternsPage

public class BaseApplicationsMasterDetailWizardPage
extends oracle.bali.ewt.wizard.WizardPage

Base page for applicationsMasterDetail wizard.

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

Field Summary
 
Fields inherited from class oracle.bali.ewt.wizard.WizardPage
NOT_ADDED_INDEX
 
Constructor Summary
BaseApplicationsMasterDetailWizardPage(ApplicationsMasterDetailPageProvider provider, ApplicationsMasterDetailWizardModel model, java.lang.String label, java.lang.String title)
          The constructor.
 
Method Summary
protected  java.awt.Component createContent()
          Return the content for the panel.
 ApplicationsMasterDetailWizardModel getModel()
          Obtain the model for this wizard Page.
 ApplicationsMasterDetailPageProvider getProvider()
          Obtain the page provider for this wizard page.
 void pageSelected()
          Notification that the page was selected since the Wizard framework doesn't tell you that.
protected  java.awt.Component reCreateContent()
          Return the content for the panel.
 
Methods inherited from class oracle.bali.ewt.wizard.WizardPage
addPropertyChangeListener, addValidationComponent, addWizardValidateListener, firePropertyChange, getAccessibleDescription, getCanAdvance, getCanGoBack, getContent, getIndex, getInitialFocus, getLabel, getPageTitle, getParent, getValidationComponents, isBranching, isEnabled, isSelected, isValid, isVisible, isVisited, processWizardValidateEvent, removeAllValidationComponents, removePropertyChangeListener, removeValidationComponent, removeWizardValidateListener, reset, setAccessibleDescription, setBranching, setCanAdvance, setCanGoBack, setContent, setEnabled, setInitialFocus, setLabel, setPageTitle, setValid, setVisible, toString, validatePage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BaseApplicationsMasterDetailWizardPage

public BaseApplicationsMasterDetailWizardPage(ApplicationsMasterDetailPageProvider provider,
                                              ApplicationsMasterDetailWizardModel model,
                                              java.lang.String label,
                                              java.lang.String title)
The constructor.

Parameters:
provider - The webpage provider.
model - The ApplicationsMasterDetail model object.
label - The display label for the panel.
title - The title of the panel.
Method Detail

getModel

public ApplicationsMasterDetailWizardModel getModel()
Obtain the model for this wizard Page.

Returns:
Specific model class.

getProvider

public ApplicationsMasterDetailPageProvider getProvider()
Obtain the page provider for this wizard page.

Returns:
Specific provider class.

createContent

protected java.awt.Component createContent()
Return the content for the panel.

Returns:
The container for all the components in the panel.

reCreateContent

protected java.awt.Component reCreateContent()
Return the content for the panel.

Returns:
The container for all the components in the panel.

pageSelected

public void pageSelected()
Notification that the page was selected since the Wizard framework doesn't tell you that. Developers may use this or reCreateContent to refresh the contents of the page.


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

E22562-02

Copyright © 2011 Oracle. All Rights Reserved.