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

E22562-03

oracle.apps.fnd.applcore.dt.patterns.piLayout.gui.table
Class TableGuiComponent

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.table.TableGuiComponent
All Implemented Interfaces:
SearchableContainer

public class TableGuiComponent
extends BaseGuiComponent

Class that acts as a Custom Gui Component for applicationsTable.

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

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

TableGuiComponent

public TableGuiComponent()
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.6)

E22562-03

Copyright © 2012 Oracle. All Rights Reserved.