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.treetable
Class BaseApplicationsTreeTablePage

java.lang.Object
  extended by oracle.bali.ewt.wizard.WizardPage
      extended by oracle.apps.fnd.applcore.dt.patterns.metadata.creator.treetable.BaseApplicationsTreeTablePage
Direct Known Subclasses:
ApplicationsTreeTablePage1, ApplicationsTreeTablePage2, ApplicationsTreeTablePage3, ApplicationsTreeTablePageFinish

public class BaseApplicationsTreeTablePage
extends oracle.bali.ewt.wizard.WizardPage

Base page 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
BaseApplicationsTreeTablePage(ApplicationsTreeTablePageProvider provider, ApplicationsTreeTableModel model, java.lang.String label, java.lang.String title)
          The constructor.
 
Method Summary
protected  java.awt.Component createContent()
          Return the content for the panel.
 ApplicationsTreeTableModel getModel()
          Obtain the model for this wizard Page.
 ApplicationsTreeTablePageProvider getProvider()
          Obtain the page provider for this wizard page.
protected  java.awt.Component reCreateContent()
          Return the content for the panel.
 
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, validatePage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BaseApplicationsTreeTablePage

public BaseApplicationsTreeTablePage(ApplicationsTreeTablePageProvider provider,
                                     ApplicationsTreeTableModel model,
                                     java.lang.String label,
                                     java.lang.String title)
The constructor.

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

getModel

public ApplicationsTreeTableModel getModel()
Obtain the model for this wizard Page.

Returns:
Specific model class.

getProvider

public ApplicationsTreeTablePageProvider getProvider()
Obtain the page provider for this wizard page.

Returns:
Specific provider class.

createContent

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

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

reCreateContent

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

Returns:
The container for all the components in the 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.