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

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

public class ApplicationsPanelComponentLayoutPanel
extends AbstractApplicationsPanel

This class represents the component layout panel in the wizard.


Field Summary
 
Fields inherited from class oracle.bali.ewt.wizard.WizardPage
NOT_ADDED_INDEX
 
Constructor Summary
ApplicationsPanelComponentLayoutPanel(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()
          Return the description of the panel.
protected  java.lang.String getHelpTopic()
          Returns the help topic for this panel.
 void pageSelected()
          This method is called when this panel is selected in the wizard.
protected  void validateContents()
          Do nothing.
 
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

ApplicationsPanelComponentLayoutPanel

public ApplicationsPanelComponentLayoutPanel(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()
Returns the help topic for this panel.

Specified by:
getHelpTopic in class AbstractApplicationsPanel
Returns:
The help topic for this panel.

getDescription

protected java.lang.String getDescription()
Return the description of the panel.

Specified by:
getDescription in class AbstractApplicationsPanel
Returns:
desscription of panel.

validateContents

protected void validateContents()
                         throws java.lang.Exception
Do nothing.

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.

pageSelected

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

Overrides:
pageSelected in class AbstractApplicationsPanel

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

E22562-02

Copyright © 2011 Oracle. All Rights Reserved.