Showing posts with label BC. Show all posts
Showing posts with label BC. Show all posts

Nov 18, 2011

ADF-UI: Custom ADF table filter (query by example) using af:selectManyChoice

29 comments
Today I will explain how you can add custom table filter using <af:selectManyChoice>. This type of filter has already been explained using <af:selectOneChoice> at Custom ADF Filter with drop down. This example will extend this blog post by allowing to select multiple items in the drop down filter.

Sep 22, 2011

ADF-GROOVY : Use Java classes in groovy expressions

1 comments
Today I will discuss about how you can use Java classes in groovy expressions. In this blog I will show you how you can access Private class fields, Protected class fields, Static class fields and Enums.