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

E22562-01

oracle.apps.fnd.applcore.dt.patterns.piLayout.gui.tree
Class TreeGuiComponent

java.lang.Object
  extended by oracle.ide.inspector.layout.CustomGUIComponent
      extended by oracle.apps.fnd.applcore.dt.patterns.piLayout.gui.BaseGuiComponent
          extended by oracle.apps.fnd.applcore.dt.patterns.piLayout.gui.tree.TreeGuiComponent
All Implemented Interfaces:
SearchableContainer

public class TreeGuiComponent
extends BaseGuiComponent

Class that acts as a Custom Gui Component for applicationsTree.

Author:
David Groves <david.groves@oracle.com>

Constructor Summary
TreeGuiComponent()
           
 
Method Summary
protected  BaseGuiPanel createGuiPanel(oracle.bali.xml.gui.jdev.JDevXmlContext xmlContext, oracle.bali.inspector.PropertyModel model)
          Create the specific Gui Panel to be shown in the custom Gui.
protected  oracle.bali.xml.metadata.XmlKey getRepresentativePropertyKey()
          Gets the XmlKey of a property that will be in the property model for the element that the PI's target.
 
Methods inherited from class oracle.apps.fnd.applcore.dt.patterns.piLayout.gui.BaseGuiComponent
findText, getGUIPanel, getLabel, onApply, onInitialize, onUpdate
 
Methods inherited from class oracle.ide.inspector.layout.CustomGUIComponent
getCustomGUIComponent, hasContent, setCustomGUIComponent, shouldApplyOnLostFocus
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TreeGuiComponent

public TreeGuiComponent()
Method Detail

getRepresentativePropertyKey

protected oracle.bali.xml.metadata.XmlKey getRepresentativePropertyKey()
Gets the XmlKey of a property that will be in the property model for the element that the PI's target. Used to find the XmlContext/Node since the whole PropertyModel might have stuff from multiple XmlContexts and Nodes.

Specified by:
getRepresentativePropertyKey in class BaseGuiComponent

createGuiPanel

protected BaseGuiPanel createGuiPanel(oracle.bali.xml.gui.jdev.JDevXmlContext xmlContext,
                                      oracle.bali.inspector.PropertyModel model)
Create the specific Gui Panel to be shown in the custom Gui.

Specified by:
createGuiPanel in class BaseGuiComponent
Parameters:
xmlContext - context
model - XMLEF property model.
Returns:
a TableGuiPanel.

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

E22562-01

Copyright © 2011 Oracle. All Rights Reserved.