Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 7 (11.1.7)

E22562-07

oracle.apps.fnd.applcore.dt.patterns.piLayout.gui.treetable
Class TreeTableGuiComponent

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.treetable.TreeTableGuiComponent
All Implemented Interfaces:
oracle.ide.inspector.find.SearchableContainer

public class TreeTableGuiComponent
extends BaseGuiComponent

Class that acts as a Custom Gui Component for applicationsTreeTable.


Constructor Summary
TreeTableGuiComponent()
           
 
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

TreeTableGuiComponent

public TreeTableGuiComponent()
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 7 (11.1.7)

E22562-07

Copyright © 2013 Oracle. All Rights Reserved.