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

E22562-03

oracle.apps.fnd.applcore.dt.patterns.metadata.creator.panel
Class ApplicationsPanelSummaryPanel

java.lang.Object
  extended by oracle.bali.ewt.wizard.WizardPage
      extended by oracle.apps.fnd.applcore.dt.patterns.metadata.creator.panel.AbstractApplicationsPanel
          extended by oracle.apps.fnd.applcore.dt.patterns.metadata.creator.panel.ApplicationsPanelSummaryPanel

public class ApplicationsPanelSummaryPanel
extends AbstractApplicationsPanel

This class represents the summary panel in the wizard.


Field Summary
 
Fields inherited from class oracle.bali.ewt.wizard.WizardPage
NOT_ADDED_INDEX
 
Constructor Summary
ApplicationsPanelSummaryPanel(ApplicationsPanelWizardPageProvider provider, ApplicationsPanelModel appsPanel)
          The constructor.
 
Method Summary
protected  java.awt.Component createContent()
          This method returns the content for this panel.
protected  java.lang.String getDescription()
          This method returns the description for this panel.
protected  java.lang.String getHelpTopic()
          This method returns the help topic for this panel.
 void pageSelected()
          This method is called when this panel is selected in the wizard.
protected  void validateContents()
          This method validates the values entered in the panel..
 
Methods inherited from class oracle.apps.fnd.applcore.dt.patterns.metadata.creator.panel.AbstractApplicationsPanel
getContext, getModel, getProvider, getRootElement, isCreation, validatePage, wizardFinished
 
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

ApplicationsPanelSummaryPanel

public ApplicationsPanelSummaryPanel(ApplicationsPanelWizardPageProvider provider,
                                     ApplicationsPanelModel appsPanel)
The constructor.

Parameters:
provider - The wizard page provider object.
appsPanel - The Applications Panel object.
Method Detail

getHelpTopic

protected java.lang.String getHelpTopic()
This method returns the help topic for this panel.

Specified by:
getHelpTopic in class AbstractApplicationsPanel
Returns:
The help topic url.

getDescription

protected java.lang.String getDescription()
This method returns the description for this panel.

Specified by:
getDescription in class AbstractApplicationsPanel
Returns:
Description for this panel.

createContent

protected java.awt.Component createContent()
This method returns the content for this panel.

Specified by:
createContent in class AbstractApplicationsPanel
Returns:
The component that holds the content for this panel.

pageSelected

public void pageSelected()
This method is called when this panel is selected in the wizard.

Overrides:
pageSelected in class AbstractApplicationsPanel

validateContents

protected void validateContents()
                         throws java.lang.Exception
This method validates the values entered in the panel..

Specified by:
validateContents in class AbstractApplicationsPanel
Throws:
java.lang.Exception - Throw if anything goes wrong.

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

E22562-03

Copyright © 2012 Oracle. All Rights Reserved.