In this post I am going to show how to add a selectOneChoice component as a filter for a column with LOV.
selectOneChoice table filter for LOV column
August 8th, 2010 | Posted by Anca Capatana in Oracle ADF | 1 Comment
ADF Table – Adding column filters programmatically
July 28th, 2010 | Posted by Eniko Zsido in Oracle ADF | 4 Comments
In the following post I will present an example of adf table filtering programmatically. You can download the sample Fusion Web Application at the end of the post. The sample application was developed in JDeveloper 11.1.1.2.0 based on HR scheme.
In the web interface a read-only table with employees information is displayed, including job title and [...]
Row selection using checkboxes
July 19th, 2010 | Posted by Eniko Zsido in Oracle ADF | 5 Comments
In this post I will present you an example of row selection using checkboxes in an ADF Fusion Web application. The application is built in JDeveloper 11.1.1.2.0 based on HR schema.
In the web interface a table with users is displayed, each row is starting with a checkbox. User can select a row by clicking on checkbox [...]
ADF Dynamic Menu with actionListener for table selection
July 18th, 2010 | Posted by Anca Capatana in Oracle ADF | No Comments
In this post I will demonstrate how to build a dynamic menu when its menu items depend on user intervention, for example the options change when the user selects a row in table.

