2014-06-22 Created By BaoXinjian


1. pageLayout Region:

PageLayout region is the highest level layout. By default this the top most region for every page.

Any numbe regions can be created under the pagelayout region.

The java bean associated with this region is OAPageLayoutBean.

2. messageComponentLayout Region:

MessageComponentLayout is a very common region style used which contains all the items starting with message.

For example messageTextInput,messageStyledText etc.

This region can have only these kind of items.The items can be displayed in columns.

The java bean associated is OAMessageComponentLayoutBean.

3. query Bean:

Query bean as the name suggests is used when you do any search. It has different panels like simple search,advanced search etc.

The results are mostly rendered using a table or a hgrid.

The different mode in the query region are Results based search and auto customization criteria.

The java bean associated is OAQueryBean.

4. hideShow Region:

In a page if you want to hide and show the items or regions you can set the top region’s style to hideShow.

By using this you can hide or show a part of the information or the entire section.

The java bean associated is OADefaultHideShowBean.

5. switcher Region:

The switcher region is used at runtime to decide which item needs to be rendered.

It is always bound to an attribute in VO. A view instance and view attribute is specified with switcher.

The java bean associated is OASwitcherBean.


6. defaultSingleColumn Region:

The defaultSingleColumn as the name suggest is used for holding the items in
a single column.

The java bean associated is OADefaultSingleColumnBean.

7. defaultDoubleColumn Region:

The defaultSingleColumn as the name suggest is used for holding the items in
a single column.

The java bean associated is
OADefaultDoubleColumnBean.


8. pageButtonBar Region:

When ever any item is be created at a page layout level we use the
pageButtonBar region.

It is the child of pageLayout level.The items create under
this region will be displayed at the bottom(below footer) and top of the
page(below page title).

The java bean associated is OApageButtonBarBean.

9. rowLayout Region:
The rowLayout region is used when
you want to hold a cell format inside as a child to it.

It can be a independent
region or a child or a tablelayout or advancedTable.

The java bean associated
is OARowLayoutBean.

10. table Region:

As the name suggest table is used for displaying data in a tabular
format.

It supports single and multiple selection.

The java bean associated is
OATableBean.

11. flowLayout Region:

When you want to display table actions for a table or advancedTable you can
create a flowLayout.

Mainly it is for buttons we use this layout.

The java bean
associated is OAFlowLayoutBean.

12. hGrid Region:

When the data needs to be displayed in a hierarchial structure the hGrid
region is used.

Detailed information for each row or node can also be given. T

he
java bean associated is OAHGridBean.

13. train Region:

When you have multiple pages then we use the train to show the progress.

A
highlighed mark shows the current page which you are in.

The java bean
associated is OATrainBean.


1. SingeDefaultColumn

2. SingeDefaultColumn

3. messageComlumnLayout

4. HGrid

5. SubTabs

6. Train

Thanks and Regards

OAF_OAF控件系列1 - Region Type汇总(概念)的更多相关文章

  1. OAF_OAF控件系列10 - Key Flexfield键值弹性域的实现(案例)

    2014-06-17 Created By BaoXinjian

  2. OAF_OAF控件系列9 - Description Flexfiled描述性弹性域的实现(案例)

    2014-06-17 Created By BaoXinjian

  3. OAF_OAF控件系列3 - AdvancedTable的实现(案例)

    2014-06-02 Created By BaoXinjian

  4. OAF_OAF控件系列8 - SubTab的实现(案例)

    2014-06-02 Created By BaoXinjian

  5. OAF_OAF控件系列5 - Train的实现(案例)

    2014-06-02 Created By BaoXinjian

  6. OAF_OAF控件系列3 - Poplist的实现(案例)

    2014-06-02 Created By BaoXinjian

  7. OAF_OAF控件系列2 - LOV的实现(案例)

    2014-06-02 Created By BaoXinjian

  8. OAF_OAF控件系列7 - Tree的实现(案列)

    2014-06-02 Created By BaoXinjian

  9. OAF_OAF控件系列4 - HGrid的实现(案列)

    2014-06-02 Created By BaoXinjian

随机推荐

  1. 宿主机为linux、windows分别实现VMware三种方式上网(转)

    一.VMware三种方式工作原理1 Host-only连接方式  让虚机具有与宿主机不同的各自独立IP地址,但与宿主机位于不同网段,同时为宿主主机新增一个IP地址,且保证该IP地址与各虚机IP地址位于 ...

  2. js获取checkbox中所有选中值及input后面所跟的文本

    <html> <head> <meta http-equiv="Content-Type" content="text/html; char ...

  3. 在myeclipse中写sql语句的细节问题

    注意类型,varchar 和int  在java中表示为sql语句中的细微区别!! 下面的REGISEAT_NUM为int 类型       custid为varchar类型 String sql1= ...

  4. win10 右键发送到 目录

    win10 右键发送到 目录 C:\Users\llskj\AppData\Roaming\Microsoft\Windows\SendTo C:\Users\llskj\AppData\Roamin ...

  5. TotalCommander如何比较文件夹并提取出重复的文件

    1 如图所示,我左侧有一万本多小说,右侧有两千五百多本小说,我希望比较这两个文件夹相同的小说并剪切到一个新的文件夹中. 2 我们使用Total Commander对比这两个文件夹 3 随后两个文件夹相 ...

  6. C#(wpf)迷你词典

    本周利用空余时间做的一个单词查询软件(C#(Wpf)-WebService),目前只支持中英文查词,同义词.例句.发音. 未激活状态 WebService:http://fy.webxml.com.c ...

  7. 简单分页查询(web基础学习笔记十三)

    一.建立资源文件和工具类 1.1 .database.properties jdbc.driver_class=oracle.jdbc.driver.OracleDriver jdbc.connect ...

  8. JavaScript文件引入方式区别

    1.JavaScript文件引入方式 (1)正常引入 <script src="http://libs.baidu.com/jquery/2.0.0/jquery.min.js&quo ...

  9. 解决org/sonarsource/scanner/maven/SonarQubeMojo : Unsupported major.minor version 52.0

    ide jdk 版本换成对应的 如:sonarqube-6.3  --> jdk1.8

  10. vmwear虚拟机Ubuntu设置桥接(Bridged)

    近期遇上大数据的实验课,须要搭建hadoop的实验环境,所以和舍友组队搭环境,因为感觉双系统没有虚拟机方便,所以我安装的Ubuntu的虚拟机,舍友安装的双系统.可是在将我的Ubuntu虚拟机连接到与舍 ...