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

E22562-03

oracle.apps.fnd.applcore.flex.uimodeler.customizers
Class UICustomizationEngine

java.lang.Object
  extended by oracle.apps.fnd.applcore.flex.uimodeler.customizers.UICustomizationEngine

public class UICustomizationEngine
extends java.lang.Object


Constructor Summary
UICustomizationEngine(java.lang.String contextComponentCustomizerClass, java.lang.String multiRowContextRegioncustomizerClass, java.lang.String singleRowContextRegioncustomizerClass, java.lang.String searchRegionCustomizerClass, java.lang.String pageListCustomizerClass, java.lang.String containerPageCustomizer)
           
 
Method Summary
 void AddRenderPropertyInContextRegionInContainerPage(UIModelerContext _modelerContext, org.w3c.dom.Element regionElement)
           
 void AddRenderPropertyInContextRegionInContainerPage(UIModelerContext _modelerContext, org.w3c.dom.Element regionElement, oracle.jbo.server.ViewDefImpl contextViewDef)
           
protected  void customizeAdditionalActionsFacet(org.w3c.dom.Document viewDocument, org.w3c.dom.Element additionalActionsFacet)
           
protected  void customizeadditionalToolbarButtonsFacet(org.w3c.dom.Document viewDocument, org.w3c.dom.Element additionalActionsFacet)
           
 void customizeGeneratedMultiRowContextFragment(org.w3c.dom.Document viewDef, org.w3c.dom.Document pageDefDoc, org.w3c.dom.Element contextTableElement, oracle.jbo.server.ViewDefImpl contextVODef)
           
 void customizeGeneratedSearchTaskflowRegion(org.w3c.dom.Document searchRegionViewDoc, org.w3c.dom.Document searchRejionPageDef, oracle.jbo.server.ViewDefImpl categorySearchVODef)
           
 void customizeGeneratedSingleRowContextFragment(org.w3c.dom.Document viewDef, org.w3c.dom.Document pageDefDoc, org.w3c.dom.Element formElement, oracle.jbo.server.ViewDefImpl contextVODef)
           
 void customizeMultiRowContextArea(org.w3c.dom.Document viewDoc, org.w3c.dom.Document pageDefDoc, oracle.jbo.Transaction tx, org.w3c.dom.Element appTable, oracle.jbo.server.ViewDefImpl contextViewDef)
           
 void customizePageList(org.w3c.dom.Document doc, oracle.jbo.Transaction txn)
           
 void customizeQueryPanel(org.w3c.dom.Element queryPanel)
           
 void customizeResultsTableColumn(org.w3c.dom.Element column, oracle.jbo.AttributeDef attrDef)
           
 void customizeSearchPageTaskFlow(org.w3c.dom.Document searchTF)
           
 void customizeSearchRegionBind(org.w3c.dom.Element searchRegionBind)
           
 void customizeSearchResultsTable(org.w3c.dom.Document viewDoc, org.w3c.dom.Element resultsTable, oracle.jbo.ViewDef categorySearchVODef)
           
 void customizeSingleRowContextArea(org.w3c.dom.Document viewDoc, org.w3c.dom.Document pageDefDoc, oracle.jbo.Transaction tx, org.w3c.dom.DocumentFragment contextDocFrag, oracle.jbo.server.ViewDefImpl contextViewDef)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UICustomizationEngine

public UICustomizationEngine(java.lang.String contextComponentCustomizerClass,
                             java.lang.String multiRowContextRegioncustomizerClass,
                             java.lang.String singleRowContextRegioncustomizerClass,
                             java.lang.String searchRegionCustomizerClass,
                             java.lang.String pageListCustomizerClass,
                             java.lang.String containerPageCustomizer)
Method Detail

customizeSearchResultsTable

public void customizeSearchResultsTable(org.w3c.dom.Document viewDoc,
                                        org.w3c.dom.Element resultsTable,
                                        oracle.jbo.ViewDef categorySearchVODef)

customizeadditionalToolbarButtonsFacet

protected void customizeadditionalToolbarButtonsFacet(org.w3c.dom.Document viewDocument,
                                                      org.w3c.dom.Element additionalActionsFacet)

customizeAdditionalActionsFacet

protected void customizeAdditionalActionsFacet(org.w3c.dom.Document viewDocument,
                                               org.w3c.dom.Element additionalActionsFacet)

customizeSearchPageTaskFlow

public void customizeSearchPageTaskFlow(org.w3c.dom.Document searchTF)

customizeSearchRegionBind

public void customizeSearchRegionBind(org.w3c.dom.Element searchRegionBind)

customizeQueryPanel

public void customizeQueryPanel(org.w3c.dom.Element queryPanel)

customizeSingleRowContextArea

public void customizeSingleRowContextArea(org.w3c.dom.Document viewDoc,
                                          org.w3c.dom.Document pageDefDoc,
                                          oracle.jbo.Transaction tx,
                                          org.w3c.dom.DocumentFragment contextDocFrag,
                                          oracle.jbo.server.ViewDefImpl contextViewDef)

customizeMultiRowContextArea

public void customizeMultiRowContextArea(org.w3c.dom.Document viewDoc,
                                         org.w3c.dom.Document pageDefDoc,
                                         oracle.jbo.Transaction tx,
                                         org.w3c.dom.Element appTable,
                                         oracle.jbo.server.ViewDefImpl contextViewDef)

customizePageList

public void customizePageList(org.w3c.dom.Document doc,
                              oracle.jbo.Transaction txn)

AddRenderPropertyInContextRegionInContainerPage

public void AddRenderPropertyInContextRegionInContainerPage(UIModelerContext _modelerContext,
                                                            org.w3c.dom.Element regionElement)

AddRenderPropertyInContextRegionInContainerPage

public void AddRenderPropertyInContextRegionInContainerPage(UIModelerContext _modelerContext,
                                                            org.w3c.dom.Element regionElement,
                                                            oracle.jbo.server.ViewDefImpl contextViewDef)

customizeGeneratedSearchTaskflowRegion

public void customizeGeneratedSearchTaskflowRegion(org.w3c.dom.Document searchRegionViewDoc,
                                                   org.w3c.dom.Document searchRejionPageDef,
                                                   oracle.jbo.server.ViewDefImpl categorySearchVODef)

customizeResultsTableColumn

public void customizeResultsTableColumn(org.w3c.dom.Element column,
                                        oracle.jbo.AttributeDef attrDef)

customizeGeneratedSingleRowContextFragment

public void customizeGeneratedSingleRowContextFragment(org.w3c.dom.Document viewDef,
                                                       org.w3c.dom.Document pageDefDoc,
                                                       org.w3c.dom.Element formElement,
                                                       oracle.jbo.server.ViewDefImpl contextVODef)

customizeGeneratedMultiRowContextFragment

public void customizeGeneratedMultiRowContextFragment(org.w3c.dom.Document viewDef,
                                                      org.w3c.dom.Document pageDefDoc,
                                                      org.w3c.dom.Element contextTableElement,
                                                      oracle.jbo.server.ViewDefImpl contextVODef)

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

E22562-03

Copyright © 2012 Oracle. All Rights Reserved.