Showing posts with label Jdeveloper 12c. Show all posts
Showing posts with label Jdeveloper 12c. Show all posts

Monday, 31 October 2016

Oracle JDeveloper and Oracle ADF 12c : New Features

The below is the reference location for new features of Oracle Jdeveloper and Oracle ADF

Oracle JDeveloper and Oracle ADF 12c (12.1.2.0.0): New Features
http://www.oracle.com/technetwork/developer-tools/jdev/documentation/1212-nf-1964675.html

Oracle JDeveloper and Oracle ADF 12c (12.1.3.0.0): New Features
http://www.oracle.com/technetwork/developer-tools/jdev/documentation/1213-newfeatures-2714203.html

Oracle JDeveloper and Oracle ADF 12c (12.2.1.1.0): New Features
http://www.oracle.com/technetwork/developer-tools/jdev/documentation/1213nf-2222743.html

Thanks...

Sunday, 30 November 2014

Pagination in ADF

We Need to set the ScrollPolicy attribute to Page and autoHeightRow=”0”.
And if you want to display 5 rows in a page then set the RangeSize = 5 in iterator.



The screen will looks like

Thanks...