Hello experts, can you please provide me some sample examples in which we can create view criteria page itself using ADF components and we programmatically create where clause. I have Jdev 12C. I am absolutely not using any ADF VO, EO etc. So, I need to forget about view criteria provided by ADF framework. Everything from scrach I need to do since I do not use VO, EO etc.
This is what I want in my UI page :
Display list of columns in a drop down
When user selects a column, depending on the type of the column, I display various numeric or character or date opertators in another drop down.
Then I will display value field where user can enter value for the column
Somewhere I may have to provide Group operation () feature where user can group the conditions.
like this...
Please provide me some sample application which I can use as base and alter it as per my requirements. Whatever examples I come accross in the forums are based on VO, EOs and hence not useful for me.
Appreciate your quick help..
thanks.