« Oracle Fusion Developer Guide by OraclePress at McGraw Hill 2010 sent to the printer | Main | Heads-up: Required Security update for ADF Sample in Fusion Developer Documentation »
How-to Configure the ADF Faces Carousel Component with ADF
By frank.nimphius | December 5, 2009
The af:carousel component is new in Oracle JDeveloper 11g R1 PatchSet 1. Though the carousel component is one of the choices in the context menu when dragging a View Object collection from the Data Controls palette onto a page, its not fully configured when selected. Instead, to setup the carousel to show ADF bound data, you need to explicitly add the databound content to the component’s nodestamp facet. To implement a master-detail behavior where the carousel component represents the master row set, you need to implement the CarouselSpinListener using Java in a managed bean to mark the selected carousel item as the current selection in the binding layer. In this how-to article we provide the detailed steps of how to build a master-detail implementation of an ADF bound carousel and also give you a generic implementation of the CarouselSpinListener a hand that works with any ADF bound carousel. You can copy and paste into your custom development or make it part of a library.
Frank
Topics: ADF Faces, ADF Faces RC | No Comments »
Comments are closed.
