« ADF Code Corner: ADF Security lesson 4 – Security Expressions released | Main | JDeveloper 11g R1 Patch Set 1 released »
How-to access the selected row data in a TreeTable or Tree
By frank.nimphius | November 9, 2009
The ADF Faces af:treeTable component displays hierarchical data in a combined tree and table structure. In this, the leading column is displayed as a tree, while subsequent columns, which could represent different hierarchy levels, are displayed in a table format. If you use ADF to bind the af:treeTable to business data, then a tree binding definition in the PageDef file is used by the ADF binding layer to provides the CollectionModel instance that is required by the af:treeTable as a component model. The question that this blog article answers is how developers use Java in a managed bean to determine the hierarchical data that represents the af:treeTable row that a user selected. [Read More] [Get More]
Frank
Topics: ADF, ADF Faces, ADF Faces RC, JDeveloper, JavaServer Faces | No Comments »
Comments are closed.
