OAF_OAF控件系列1 - Region Type汇总(概念)

简介: 2014-06-22 Created By BaoXinjian 一、摘要 1. pageLayout Region: PageLayout region is the highest level layout.

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


ERP技术讨论群: 288307890
技术交流,技术讨论,欢迎加入
Technology Blog Created By Oracle ERP - 鲍新建
相关文章
|
C# 前端开发 数据安全/隐私保护
WPF QuickStart系列之附加属性(Attached Property)
原文:WPF QuickStart系列之附加属性(Attached Property) 这一篇博客是关于如何使用附加属性和创建自定义附加属性的。 1. 附加属性使用, WPF中对附加属性使用最多的莫过于对控件布局时设置控件的位置,例如在Canvas中有一个Rectangle, Ellipse, ...
1031 0
|
C# .NET 开发框架
WPF笔记 ( xmlns引用,Resource、Binding 前/后台加载,重新绑定) 2013.6.7更新
原文:WPF笔记 ( xmlns引用,Resource、Binding 前/后台加载,重新绑定) 2013.6.7更新 1、xmlns Mapping URI的格式是 clr-namespace:[;assembly=] (1)如果自定义类和XAML处在同一个Assembly之中,只还需要提供clr-namespace值。
1456 0
|
Oracle 关系型数据库
OAF_开发系列20_实现OAF打印功能
ddddd   添加一个页面级的button区域:pagebuttonBar,在之下添加button item ,这里主要设置的参数有:采用默认的oaf的打印按钮的id名称: IcxPrintablePageButton,设置属性集为:/oracle/apps/fnd/attributesets...
1195 0
|
关系型数据库 Oracle
OAF_开发系列14_实现OAF代码动态新增控件
dERP技术讨论群: 288307890 技术交流,技术讨论,欢迎加入 Technology Blog Created By Oracle ERP - 鲍新建
1129 0
OAF_开发系列06_实现OAF属性集的介绍和开发Attribute Set(案例)
20150705 Created By BaoXinjian 一、摘要 EBS OAF开发中属性集(Attribute Set)的介绍和手工实现。 在OAF开发中就和Form开发中一样,有时也要给一些对象设置统一的特定属性。
1429 0
|
关系型数据库 测试技术
OAF_开发系列13_实现OAF通过Vector动态查询设置(案例)
20150715 Created By BaoXinjian 一、摘要 Oracle OAF Guide上介绍的标准客制化查询的方式,在多条件下进行查询 具体实现步骤如下 Step1.在controler中的processRequest 的方法中调用 (1).
1641 0
OAF_开发系列01_实现OAF资料主从关系Master-Detail联动(案例)
2014-06-02 Created By BaoXinjian 一、摘要 OAF和Form Builder一样,也需要主从块的管理,应为Form只需要建立一个relationship,相对简单 在OAF中实现主从Master-Detail联动的实现,更多的是通过代码去实现 比如在主块...
1306 0
|
前端开发 开发工具 Windows
深入理解MVVM模式中Silverlight的Trigger、Action和Behavior及Silverlight的继承机制
  接触Silverlight已经有两三个月了,开始一直感觉他和Winform很相似,拖拖控件就行了,所以一直把经历放在了研究后台和服务器交互和性能优化上面,很少去仔细研究Silverlight的页面。
795 0
|
SQL Oracle 关系型数据库
OAF_VO系列3 - Binding Style绑定方式
在OAF VO开发中,Binding Style主要用于对VO的where clause做动态传值,总共有三种方式 1.       Oracle Named 2.       Oracle Positional 3.
987 0