Difference between revisions of "Custom Application ADF Library Overrides"

From ADF Docs
Jump to: navigation, search
(Created page with '== Overview == The ADF application can override a component in the ADF library. The ''components'' directory can contain a sub directory named ''lib''. In here, any library com…')
 
(Overview)
Line 1: Line 1:
 
== Overview ==
 
== Overview ==
The ADF application can override a component in the ADF library.  The ''components'' directory can contain a sub directory named ''lib''.  In here, any library components can be placed in this directory to override the matching ADF library component.   
+
The ADF application can override a component in the ADF library.  The ''components'' directory can contain a sub directory named ''lib''.  Any library components can be placed in this directory to override the matching ADF library component.   
  
 
The [[App Bean Config|App Bean Config]] looks in this directory to find if any ADF library components are to be replaced with the ADF application level component.   
 
The [[App Bean Config|App Bean Config]] looks in this directory to find if any ADF library components are to be replaced with the ADF application level component.   

Revision as of 23:20, 19 December 2009

Overview

The ADF application can override a component in the ADF library. The components directory can contain a sub directory named lib. Any library components can be placed in this directory to override the matching ADF library component.

The App Bean Config looks in this directory to find if any ADF library components are to be replaced with the ADF application level component.


Developers Tip: Have the override component in your application extend the ADF library component. This enables you to use all the same functions in the library component, but override or add some functions.