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. Lichee (五) sysconfig1.fex 配置系统

    sysconfig配置系统,作为一个通用的软件平台,还希望通过它,可以适应用户不同的方案.通过给出一个对应的配置,用户的方案就可以自动运行,而不需要修改系统里面的代码,或者重新给出参数. 配置脚本的本 ...

  2. SQL Server AlwaysOn Setup Step-By-Step Guide

    Step-By-Step: Creating a SQL Server 2012 AlwaysOn Availability Group http://blogs.technet.com/b/cani ...

  3. C# 音频操作系统项目总结

    此项目需求是针对.wav格式音频进行操作,转换成相应的.mp3格式的音频文件,对音频进行切割,最后以需求的形式输出,此篇会回顾运用到的一些知识点. 1.MDI子窗口的建立: 首先一个窗体能够创建多个M ...

  4. UVA 12487 Midnight Cowboy(LCA+大YY)(好题)

    题目pdf:http://acm.bnu.edu.cn/v3/external/124/12487.pdf 大致题意: 一棵树,一个人从A节点出发,等可能的选不论什么一条边走,有两个节点B,C求这个人 ...

  5. Inf2Cat应用的参数使用详细介绍

    http://msdn.microsoft.com/zh-cn/subscriptions/ff547089   Inf2Cat Inf2Cat (Inf2Cat.exe) 是一个命令行工具,该工具确 ...

  6. ZOJ 2319 Beautiful People

    LIS.先按S降序升序再按B降序排序(如果B不按降序排序的话就会覆盖掉正解),然后再对B用O(nlog(n))的LIS求解就可以了.用d数组标记每个元素在上升序列中的位置,然后根据d倒着找id就可以了 ...

  7. Php与Erlang的Socket通信

     一般来说网络通讯经常使用的方式有2种:文本通讯和二进制通讯. php与erlang之间实现文本通讯比較简单.这里就不做讨论,本文主要讨论的是php与erlang实现二进制通讯的实现方法.实现过程 ...

  8. Android——SD卡工具类——SDCardUtils.java

    package com.xdsjs.save.utils; /** * SD卡相关的辅助类 * Created by xdsjs on 2015/10/13. */ import java.io.Fi ...

  9. vue inheritAttrs、$attrs和$listeners使用

    inheritAttrs.$attrs和$listeners使用场景: 组件传值,尤其是祖孙组件有跨度的传值. (1)inheritAttrs 属性说明:https://cn.vuejs.org/v2 ...

  10. 判断URL是否支持断点续传?

    #python #xiaodeng #判断URL是否支持断点续传? import urllib2 req = urllib2.Request('http://ftp.ubuntu.com/') req ...