• Skip to primary navigation
  • Skip to main content

Tech Honey

The #1 Website for Oracle PL/SQL, OA Framework and HTML

  • Home
  • HTML
    • Tags in HTML
    • HTML Attributes
  • OA Framework
    • Item in OAF
    • Regions in OAF
    • General OAF Topics
  • Oracle
    • statement
    • function
    • clause
    • plsql
    • sql

Regions

Query Region In OA Framework

October 28, 2012 by techhoneyadmin

A query region is basically an extension of the stackLayout region.
A query region can contain the following:
1. Simple search panel
2. advanced search panel
3. a results table
4. Other elements as indexed children

Simple search panel can contain any of the following regions
a) defaultSingleColumn
b) defaultDoubleColumn
c) defaultStack
d) defaultFormStack elements.

The advanced search panel can contain
a) advancedSearch element.

The results of a query are rendered using either a HGrid or a table. The table or HGrid elements are added as indexed children of the query region.

A query region can have three types of search panels as listed below.
Simple
Advanced
Customize

Also the query region runs in three modes:
1. Default mode
2. Results Based Search (RBS) mode
3. Auto Customization Criteria (ACC) mode.

Default mode: Developer is responsible for defining the search panels and binding the results of the search to the results table/HGrid.

Results Based Search (RBS) mode: Search panel is created dynamically using the queryable property of the region items inside the nested table or HGrid indexed children

Auto Customization Criteria (ACC) mode: You have the flexibility of defining your own UI for the search panels, but the binding is powered by the framework as long as items on the panels are mapped to items in the results table/HGrid.

Set the User Personalization property of the table/hgrid region (under the query region) to True if you want to support user-personalizable searches which are surfaced in a Views panel.
Corresponding web bean: OAQueryBean

Filed Under: Regions Tagged With: OA Framework Query Region, OAF Query Region, OAQueryBean, Query Region in OA Framework, Query Region in OAF, What is Query Region in OAF

Row Layout Region In OAF

October 28, 2012 by techhoneyadmin

In oracle application framework page the OAF RowLayout region is used which will hold CelFormat inside i.e. as a child to it.

RowLayout region can be defined as an independent region or it can be a child of a tableLayout/ advanceTable region to create a row of a table/advanceTable.

RowLayout provides horizontal alignment of items or regions as these items or regions will be under cellFormat and rowLayout holds cellFormat in a horizontal line.
Hence row contains cell and cell in-turn contains items to it.

We use rowLayout only when other layouts are not supporting the requirement in a standard way i.e. not following the Oracle BLAF UI guidelines.

Corresponding web bean: OARowLayoutBean

How to create rowLayout Region in OAF page?
Creating a rowLayout region on an Oracle Apps Framework page is simple. Just follow the steps given below.
1. Create a region on an OAF page using JDeveloper
2. Set the style property to rowLayout.
3. Set the properties of the newly created rowLayout region according to the requirement and the standards of Oracle Apps Framework.
4. Create cellFormat region as a child of rowLayout.
5. Create items or regions of any style as children in cellFormat region.

Filed Under: Regions Tagged With: OA Framework Row Layout, OAF Row Layout, OARowLayoutBean, Row Layout in OA Framework, Row Layout in OAF, What is Row Layout in OAF

Shuttle Region In OA Framework

October 28, 2012 by techhoneyadmin

The shuttle region provides a means for moving items between two lists and reordering one of these lists. Often the shuttle will be used to select items from one list by placing them in the other.

Corresponding web bean: OAShuttleBean

Filed Under: Regions Tagged With: OA Framework Shuttle Region, OAF Shuttle Region, OAShuttleBean, Shuttle Region in OA Framework, Shuttle Region in OAF, What is Shuttle Region in OAF

Stack Layout Region In OAF

October 28, 2012 by techhoneyadmin

The stackLayout region is a layout element that lays out each of its children vertically.

Corresponding web bean: OAStackLayoutBean

Filed Under: Regions Tagged With: OA Framework Stack Layout, OAF Stack Layout, OAStackLayoutBean, Stack Layout in OA Framework, Stack Layout in OAF, What is Stack Layout in OAF

Sub Tab Layout In OAF

October 28, 2012 by techhoneyadmin

The subTabLayout region has a child called “subTabs” that takes a subTabBar bean.
subTabBar bean contains link elements as its indexed children. subTabBar is rendered once on top.

The number of indexed children of subTabBar, which are the link elements, should be equal to the number of indexed children of the parent subTabLayout.
The link elements are used to switch between the indexed children of the subTabLayout.

Corresponding web bean: OASubTabLayoutBean

Filed Under: Regions Tagged With: OA Framework Sub Tab Layout, OAF Sub Tab Layout, OASubTabLayoutBean, Sub Tab Layout in OA Framework, Sub Tab Layout in OAF, What is Sub Tab Layout in OAF

  • « Go to Previous Page
  • Page 1
  • Interim pages omitted …
  • Page 5
  • Page 6
  • Page 7
  • Page 8
  • Page 9
  • Go to Next Page »

Copyright © 2025 · Parallax Pro on Genesis Framework · WordPress · Log in