OAF_OAF控件系列1 - Region Type汇总(概念)
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汇总(概念)的更多相关文章
- OAF_OAF控件系列10 - Key Flexfield键值弹性域的实现(案例)
2014-06-17 Created By BaoXinjian
- OAF_OAF控件系列9 - Description Flexfiled描述性弹性域的实现(案例)
2014-06-17 Created By BaoXinjian
- OAF_OAF控件系列3 - AdvancedTable的实现(案例)
2014-06-02 Created By BaoXinjian
- OAF_OAF控件系列8 - SubTab的实现(案例)
2014-06-02 Created By BaoXinjian
- OAF_OAF控件系列5 - Train的实现(案例)
2014-06-02 Created By BaoXinjian
- OAF_OAF控件系列3 - Poplist的实现(案例)
2014-06-02 Created By BaoXinjian
- OAF_OAF控件系列2 - LOV的实现(案例)
2014-06-02 Created By BaoXinjian
- OAF_OAF控件系列7 - Tree的实现(案列)
2014-06-02 Created By BaoXinjian
- OAF_OAF控件系列4 - HGrid的实现(案列)
2014-06-02 Created By BaoXinjian
随机推荐
- jquery中filter(fn)的使用研究
jquery中filter(fn)给出的官方说明是: 筛选出与指定函数返回值匹配的元素集合 这个函数内部将对每个对象计算一次 (正如 '$.each'). 如果调用的函数返回false则这个元素被删除 ...
- 获取定位,苹果IOS10以上不支持h5的geolocation获取不到地理位置信息解决办法
今天开发应用,获取地理位置,最先采用H5的Geolocation的方法来获取地理位置,经过测试发现安卓的机子可以,但是IOS的就是不行,一查资料才知道:10.0苹果版本需要协议为https的才可以获取 ...
- GoLang中面向对象的三大特性
有过 JAVA 语言学习经历的朋友都知道,面向对象主要包括了三个基本特征:封装.继承和多态.封装,就是指运行的数据和函数绑定在一起,JAVA 中主要是通过 super 指针来完成的:继承,就是指 cl ...
- (字符串)最长公共字串(Longest-Common-SubString,LCS)
题目: 给定两个字符串X,Y,求二者最长的公共子串,例如X=[aaaba],Y=[abaa].二者的最长公共子串为[aba],长度为3. 子序列是不要求连续的,字串必须是连续的. 思路与代码: 1.简 ...
- Linux学习笔记--which命令(搜索命令的命令)
which.哪一个的意思.作用是从PATH环境变量指定的路径中,搜索命令所在位置及命令别名. which命令特点: 1) "which" 命令仅仅能查找系统命令.不能搜索普通文件. ...
- ZH奶酪:JavaScript中的JSON.stringify() and JSON.parse()
JSON.stringify() JSON.stringify()可以将任意的JavaScript值序列化成JSON字符串. 语法 JSON.stringify(value[, replacer [, ...
- php+tomcat 配置运行环境
为了学习php,本教程始于:2017.11.16 完成时的截图! 1.首先下载: VC 2015++ 点击下载 2. 把下载好的php复制到本目录,然后解压并且重命名为“php”,如果没有下载php, ...
- PHP採集利器:依据開始字符串和结束字符串截取须要的採集内容数据
PHP採集利器:依据開始字符串和结束字符串截取须要的採集内容数据 function strCutByStr(&$str, $findStart, $findEnd = false, $enco ...
- Asp.Net MVC:return View()、return View("Login")、return Login()、return RedirectToAction("Login") 的区别
在做登录页面的时候发现的一些情况: ------------------------------------------------------------------------- public A ...
- eclipse 配置多个jdk(jre)
eclipse 配置多个jdk(jre) CreateTime--2018年4月24日08:57:40 Author:Marydon 1.打开设置窗口 输入jre 2.点击"Add... ...