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

E22562-02

Uses of Class
oracle.apps.fnd.applcore.dt.patterns.piLayout.gui.CustomGuiField

Packages that use CustomGuiField
oracle.apps.fnd.applcore.dt.patterns.piLayout.gui Custom Classes relating to property inspector Gui. 
oracle.apps.fnd.applcore.dt.patterns.piLayout.gui.table Custom Gui for the Property Inspector for applicationsTable. 
 

Uses of CustomGuiField in oracle.apps.fnd.applcore.dt.patterns.piLayout.gui
 

Methods in oracle.apps.fnd.applcore.dt.patterns.piLayout.gui that return CustomGuiField
 CustomGuiField ButtonAttributes.getButtonRenderedAttr()
          Get the rendered attribute.
 

Methods in oracle.apps.fnd.applcore.dt.patterns.piLayout.gui that return types with arguments of type CustomGuiField
 java.util.List<CustomGuiField> ButtonAttributes.getAttrs()
          Get the generic attributes.
 java.util.List<CustomGuiField> CommonTabAttributes.getCommonAttrs()
          Get the common attributes.
protected  java.util.List<CustomGuiField> BaseGuiPanel.getCreateButtons(oracle.bali.xml.gui.jdev.JDevXmlContext xmlContext, oracle.bali.inspector.PropertyModel model)
          Get a list of the create buttons.
protected  java.util.List<CustomGuiField> BaseGuiPanel.getDeleteButtons(oracle.bali.xml.gui.jdev.JDevXmlContext xmlContext, oracle.bali.inspector.PropertyModel model)
          Get a list of the delete buttons.
protected  java.util.List<CustomGuiField> BaseGuiPanel.getDuplicateButtons(oracle.bali.xml.gui.jdev.JDevXmlContext xmlContext, oracle.bali.inspector.PropertyModel model)
          Get a list of the duplicate buttons.
protected  java.util.List<CustomGuiField> BaseGuiPanel.getEditButtons(oracle.bali.xml.gui.jdev.JDevXmlContext xmlContext, oracle.bali.inspector.PropertyModel model)
          Get a list of the edit buttons.
 

Methods in oracle.apps.fnd.applcore.dt.patterns.piLayout.gui with parameters of type CustomGuiField
protected  void UpdatableTabPanel.addField(java.awt.GridBagConstraints c, CustomGuiField f)
          Add a field to an existing layout.
 

Constructors in oracle.apps.fnd.applcore.dt.patterns.piLayout.gui with parameters of type CustomGuiField
ButtonAttributes(java.lang.String label, CustomGuiField buttonRenderedAttr, java.util.List<CustomGuiField> buttonAttrs)
          Construct this class.
 

Constructor parameters in oracle.apps.fnd.applcore.dt.patterns.piLayout.gui with type arguments of type CustomGuiField
ButtonAttributes(java.lang.String label, CustomGuiField buttonRenderedAttr, java.util.List<CustomGuiField> buttonAttrs)
          Construct this class.
CommonTabAttributes(java.util.List<CustomGuiField> commonAttrs, java.util.List<ButtonAttributes> buttonAttributes)
          Construct this class.
ListGuiFieldLayout(java.util.List<CustomGuiField> fields)
          Construct this class.
 

Uses of CustomGuiField in oracle.apps.fnd.applcore.dt.patterns.piLayout.gui.table
 

Methods in oracle.apps.fnd.applcore.dt.patterns.piLayout.gui.table that return types with arguments of type CustomGuiField
protected  java.util.List<CustomGuiField> TableGuiPanel.getCreateButtons(oracle.bali.xml.gui.jdev.JDevXmlContext xmlContext, oracle.bali.inspector.PropertyModel model)
           
 


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

E22562-02

Copyright © 2011 Oracle. All Rights Reserved.