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. mybatis 针对SQL Server 的 主键id生成策略

    SQL Server中命令: select newId()  ,可以得到SQL server数据库原生的UUID值,因此我们可以将这条指令写到 Mybatis的主键生成策略配置selectKey中. ...

  2. C# 开发者代码审查清单

    这是为C#开发者准备的通用性代码审查清单,可以当做开发过程中的参考.这是为了确保在编码过程中,大部分通用编码指导原则都能注意到.对于新手和缺乏经验(0到3年工作经验)的开发者,参考这份清单编码会很帮助 ...

  3. java根据经纬度获取地址

    public class GetLocation { public static void main(String[] args) { // lat 39.97646 //log 116.3039 S ...

  4. IDEA是如何导入项目的,及启动导入项目遇到的问题:无法加载主类的一连串问题

    1.启动报错误: 找不到或无法加载主类 org.spring.springboot.Application 可能在工程下面有多个module,然后,module里面的iml配置文件不止一个,删除留主的 ...

  5. Oracle中的日期处理方法

    日期处理方法                                                        当前日期和时间 Select sysdate from dual; 本月最后 ...

  6. [转载]Elasticsearch索引重建(Rebuild)

    From:http://blog.csdn.net/changong28/article/details/38491185 索引重建(Rebuild) 索引创建后,你可以在索引当中添加新的类型,在类型 ...

  7. Global and Local Coordinate Systems

    ansys 中的坐标系 整体和局部坐标系(主要在建模中涉及) 整体坐标系是以你建模的整个建筑为一体,来确定坐标系的.比如你建一个矩形平面的建筑,整体坐标系一般默认水平方向为X轴,竖直方向为Y轴,以垂直 ...

  8. java中boolean与字符串或者数字1和0的转换

    mysql有个字段是bit,只存储1和0,是二进制存储,那么在java的dao层如何映射成boolean呢 @Column(name="is_standard") private ...

  9. cocos lua 加密与解密 混淆 (版本号cocos3.4)

    cocos luacompile cocos luacompile Overview Usage Available Arguments Samples Overview Compile the .l ...

  10. CheeseZH: Stanford University: Machine Learning Ex3: Multiclass Logistic Regression and Neural Network Prediction

    Handwritten digits recognition (0-9) Multi-class Logistic Regression 1. Vectorizing Logistic Regress ...