ADF Faces
« Previous EntriesADF Faces: How-to use the table sort listener property to override sorts
Wednesday, June 11th, 2008Only a small code snippet to share, but for sure this might become handy if you need it. In ADF Faces 10.1.3 the table has a sort listener that allows you as the developer to intercept the user sort initiated by a click on the table header. You can use the sort listener to override [...]
ADF Faces: Building tree structures from rekursive queries in ADF BC
Monday, June 2nd, 2008Another lost example: The workspace linked by this blog entry shows how to build a tree from a rekursive query in a ViewObject. You will notice that the tree model has been build manually and that this functionality isn't provided for declarative use.
Setup Instructions
Make sure you have the HR schema accessible (the workspace uses “hrconn” [...]
ADF Faces: How-to reset the sort criteria on a sortable table
Wednesday, May 21st, 2008Tables in ADF Faces allow the users to sort the table values by a click onto the column header, assuming sorting has been enabled upon table creation or later configured for the columns. The question came up on OTN as of how to reset the sorting to retrieve an unordered list of table data. While [...]
Blogbuster Treasures Hunt: Blog entries from the lost Orablogs blog for download
Friday, May 16th, 2008Nikolay Smirnov is not only a frequent reader of my blogging, but also turned out to be a collector of its content. As if he knew what would happen to orablogs, he kept on copy and pasting the blog content to a Word document since 2006. The document became big and has the quality of [...]
ADF Faces: Suppress Validation on PPR request
Wednesday, May 7th, 2008Another lost sample from orablogs for self study. The workspace contains code that suppresses ADF validation if the request is from partial page rendering. Note that this uses an internal API. A public API is available in Jdeveloper 11 in where we use Trinidad.
Download
Frank
ADF Faces: ADF Faces Tree Drilldown Example
Friday, May 2nd, 2008Another lost example: The workspace linked by this blog entry shows how to use a command link to drill down to detail records shown in a table.
The drilldown functionality - though not shown as a stand alone example - is documented by Steve Muench in the context of the ADF BC version in the SRDemo [...]
ADF Faces RC: Expanding an af:tree node by clicking onto its label
Thursday, April 24th, 2008Tree nodes in ADF Faces RC are expanded at runtime by clicking onto the plus icon next to the folder name. For improved usability you may want to allow users to click onto the folder name as well to expand the a node; same for closing a folder node.
This functionality, which is not provided [...]
ADF Faces: Configuration with ADF BC on Tomcat 6 with MySQL 5
Tuesday, April 22nd, 2008A posting on OTN explains how to setup and run ADF Faces with Tomcat and MySQL. I didn't test this configuration, but think that this information is worth to share: OTN Post
Frank
ADF Faces RC: intercept the table query filter condition added by the application user
Tuesday, April 15th, 2008A new feature of ADF Faces RC is the ability for users to filter the result set of a table at runtime. For this, the developer selects the filter option on the ADF binding dialog that is shown for the table when dragging a ViewObject onto an ADF Faces RC page. At runtime, application users [...]
ADF Faces: Conditionally color table cell background
Thursday, April 10th, 2008One of the JDeveloper 10.1.3.3 examples that are hosted on orablogs, which is no longer available on the Internet, is how to conditionally change the background color of a table cell. Instead of re-writing the whole lost blog entry, I provide the workspace for self-study.
The workspace you can download below contains a BrowseDepartments page [...]
