Friday, January 14, 2011

Jdeveloper 11.1.1.3 InputListOfValues new Facet "searchContent" used for Custom LOV

In JDeveloper 11.1.1.3 new facet "searchContent" is introduced in af:InputListOfValues, where you can create your own LOV content whereby you don't need listofvaluesmodel to create the lov. And moreover you don't need to create LOV in the ADF Model.

Typically if you want your own content in the LOV you can use this feature.

In the below picture you can see the highlighted portion.


Ouput of the LOV by using this facet will more or less same as model driven LOV, with your own added feature to introduce the for table filtering, columnStretching, etc.
I have incorporated the Custom LOV with af Query, but you can use your own method for filtering.
Output:

Download : Source for InputListOfValues "searchContent" Facet

2 comments:

  1. Hi Ram,

    I am using Oracle ADF Faces 11.1.3, and I have 2000 Records to show in LOV, I would like to implement pagination, or on scroll down i would like to retrieve the records, If you have any idea could you please share it ?

    Thanks & Regards,
    Sai Sravan.P

    ReplyDelete
  2. Hi Ram

    This is very helpful page and the code is also very helpful.
    Thanks for it

    Regards
    -Madhu

    ReplyDelete