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

E22562-01

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

java.lang.Object
  extended by oracle.bali.ewt.wizard.WizardPage
      extended by oracle.apps.fnd.applcore.dt.patterns.metadata.creator.masterdetail.BaseApplicationsMasterDetailWizardPage
          extended by oracle.apps.fnd.applcore.dt.patterns.metadata.creator.masterdetail.ApplicationsMasterDetailWizardPage3

public class ApplicationsMasterDetailWizardPage3
extends BaseApplicationsMasterDetailWizardPage

Third panel 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
ApplicationsMasterDetailWizardPage3(ApplicationsMasterDetailPageProvider provider, ApplicationsMasterDetailWizardModel model)
          Construct the wizard page.
 
Method Summary
protected  java.awt.Component createContent()
          Return the content for the panel.
protected  java.lang.String getHelpTopic()
          Returns the help topic for this panel.
 oracle.bali.ewt.validate.ValidationMessage[] myValidatePage()
          Validate the page, returning any errors.
 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.
protected  boolean validatePage()
          Validate the page contents.
 
Methods inherited from class oracle.apps.fnd.applcore.dt.patterns.metadata.creator.masterdetail.BaseApplicationsMasterDetailWizardPage
getModel, getProvider
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ApplicationsMasterDetailWizardPage3

public ApplicationsMasterDetailWizardPage3(ApplicationsMasterDetailPageProvider provider,
                                           ApplicationsMasterDetailWizardModel model)
Construct the wizard page.

Parameters:
provider - provider of pages.
model - model with all refernce information.
Method Detail

getHelpTopic

protected java.lang.String getHelpTopic()
Returns the help topic for this panel.

Returns:
The help topic for this panel.

validatePage

protected boolean validatePage()
Validate the page contents.

Overrides:
validatePage in class oracle.bali.ewt.wizard.WizardPage
Returns:
true if valid, false otherwise.

createContent

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

Overrides:
createContent in class BaseApplicationsMasterDetailWizardPage
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.

Overrides:
pageSelected in class BaseApplicationsMasterDetailWizardPage

reCreateContent

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

Overrides:
reCreateContent in class BaseApplicationsMasterDetailWizardPage
Returns:
The container for all the components in the panel.

myValidatePage

public oracle.bali.ewt.validate.ValidationMessage[] myValidatePage()
Validate the page, returning any errors.

Returns:
array of messages, null if none.

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

E22562-01

Copyright © 2011 Oracle. All Rights Reserved.