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.panel
Class ApplicationsPanelPageButtonsPanel

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.ApplicationsPanelPageButtonsPanel

public class ApplicationsPanelPageButtonsPanel
extends AbstractApplicationsPanel

This class represents the page buttons panel in the wizard.


Field Summary
 
Fields inherited from class oracle.bali.ewt.wizard.WizardPage
NOT_ADDED_INDEX
 
Constructor Summary
ApplicationsPanelPageButtonsPanel(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.
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, pageSelected, 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

ApplicationsPanelPageButtonsPanel

public ApplicationsPanelPageButtonsPanel(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.

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.

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.

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

E22562-01

Copyright © 2011 Oracle. All Rights Reserved.