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

E22562-05

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

java.lang.Object
  extended by oracle.bali.ewt.wizard.WizardPage
      extended by oracle.apps.fnd.applcore.dt.patterns.metadata.creator.panel.AbstractApplicationsPanel
Direct Known Subclasses:
ApplicationsPanelComponentLayoutPanel, ApplicationsPanelComponentsPanel, ApplicationsPanelPageButtonsPanel, ApplicationsPanelSummaryPanel, ApplicationsPanelTitlePanel

public abstract class AbstractApplicationsPanel
extends oracle.bali.ewt.wizard.WizardPage

This class is an abstract representation of a panel in the wizard.


Field Summary
 
Fields inherited from class oracle.bali.ewt.wizard.WizardPage
NOT_ADDED_INDEX
 
Constructor Summary
AbstractApplicationsPanel(ApplicationsPanelWizardPageProvider provider, ApplicationsPanelModel appsPanel, java.lang.String label, java.lang.String title)
          The constructor.
 
Method Summary
protected abstract  java.awt.Component createContent()
          Return the content for the panel.
 oracle.bali.xml.gui.jdev.JDevXmlContext getContext()
          This method returns the jdev xml context.
protected abstract  java.lang.String getDescription()
          This method returns the description for this panel.
protected abstract  java.lang.String getHelpTopic()
          This method returns the help topic for the panel.
 ApplicationsPanelModel getModel()
          This method returns the ApplicationsPanelModel object.
 ApplicationsPanelWizardPageProvider getProvider()
          Returns the wizard page provider object.
 org.w3c.dom.Element getRootElement()
          This method returns the root element of the panel.
 boolean isCreation()
          Return whether the wizard is a creation wizard.
 void pageSelected()
          Notification that the page was selected since the Wizard framework doesn't tell you that.
protected abstract  void validateContents()
          This method is used to validate the contents of the panel.
protected  boolean validatePage()
          This method is used to validate the contents of the panel.
 void wizardFinished()
          This method is called when the Finish button in clicked in the wizard.
 
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

AbstractApplicationsPanel

public AbstractApplicationsPanel(ApplicationsPanelWizardPageProvider provider,
                                 ApplicationsPanelModel appsPanel,
                                 java.lang.String label,
                                 java.lang.String title)
The constructor.

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

getContext

public oracle.bali.xml.gui.jdev.JDevXmlContext getContext()
This method returns the jdev xml context.

Returns:
Return the jdev xml context.

getProvider

public ApplicationsPanelWizardPageProvider getProvider()
Returns the wizard page provider object.

Returns:
The web page provider object.

getModel

public ApplicationsPanelModel getModel()
This method returns the ApplicationsPanelModel object.

Returns:
The ApplicationsPanelModel object.

isCreation

public boolean isCreation()
Return whether the wizard is a creation wizard.

Returns:
Return if this is a creation wizard.

createContent

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

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

getDescription

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

Returns:
The description of the panel.

getHelpTopic

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

Returns:
Help topic for the panel.

validateContents

protected abstract void validateContents()
                                  throws java.lang.Exception
This method is used to validate the contents of the panel.

Throws:
java.lang.Exception - Throw any exception in the panel.

wizardFinished

public void wizardFinished()
This method is called when the Finish button in clicked in the wizard.


pageSelected

public void pageSelected()
Notification that the page was selected since the Wizard framework doesn't tell you that.


validatePage

protected final boolean validatePage()
This method is used to validate the contents of the panel.

Overrides:
validatePage in class oracle.bali.ewt.wizard.WizardPage
Returns:
Return if everything has passed in the panel.

getRootElement

public org.w3c.dom.Element getRootElement()
This method returns the root element of the panel.

Returns:
The root element.

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

E22562-05

Copyright © 2012 Oracle. All Rights Reserved.