Tuesday, October 24, 2017

Types of Regions in OAF Page

Regions are containers for different items in OAF Page. In a page there can be multiple regions inside a Region and multiple Items inside that Region. Every Region is a java bean acting as a container for regions under it or items. Regions inside another region is called Child Region and that is present in the same level as another region called as Sibling.

Region properties can be set like Style,ID,Rendered, AM Definition, Window Title, Title etc. There are small restrictions while creating the region which will affect the way the regions and items will be displayed in the page.

Commonly used Region Styles are:
  • pageLayout Region
  • messageComponentLayout Region
  • queryBean
  • defaultSingleColumn Region
  • defaultDoubleColumn Region
  • switcher Region
  • pageButtonBar Region
  • tableLayout Region
  • rowLayout Region
  • cellFormat Region
  • advancedTable Region
  • table Region
  • flowLayout Region
  • hGrid Region
  • train Region
  • hideShow Region
  • hideShowHeader Region
  • subTabLayout Region

No comments:

Post a Comment

Query to get Parent and Child Accounts in Oracle APPS R12

SELECT ffv1.flex_value parent_account       ,ffvt1.description parent_account_desc   ,ffv2.flex_value child_account   ,ffvt2.description...