OAF_OAF组件系列1 - Item Style汇总(概念)

简介: 20150506 Created By BaoXinjian 一、摘要 1. messageStyledText  When you want to display only the text and the user should not be able to edit the text then we use the messageStyledText.

20150506 Created By BaoXinjian

一、摘要


1. messageStyledText 

When you want to display only the text and the user should not be able to edit the text then we use the messageStyledText.

 

2. messageRadioGroup

This helps to create radio buttons in your page.

 

3. messageCheckBox 

This helps to create check box in your page.

 

4. messageTextInput 

As the name implies it helps the users to enter data into this box.

 

5. messageLovInput 

when you want the uses to select from a list of values and quick select from the values then we use the messageLovInput.

This will open a pop up and you can search for values and select from the results.

 

6. messageChoice 

When you want to display a list of values in  a drop down fashion then you use the messageChoice.

 

7. messageDownload 

Used when the user needs to download a file or attachment.

 

8. messageFileUpload 

Used for displaying  a button with a messageTextInput .

User can browse from the local machine and upload a file using this.

 

9. button 

It is a general button which has an action associated with it.

You can set the fire action property which will inturn call a method which will perform that action.

 

10. submitButton

This is the button used when you want to submit data to a OAF page.

 

11. Link

Used for creating links.There are many types of links that can be created.

 

12. formValue

This is used to send value to an OAF page but without being displayed in the page.

 

13. spacer

This is used when you want to add space between your items placed in the page.

 

14. seperator

This creates a horizontal line in an oaf page.

 

15. Flex

This is a flexfield.There are 2 types of flexfields. Key and Descriptive flex fields.

 

16. urlInclude

This helps to include HTML content.

 

17. tip

Helps to give hint to the user

 

二、组件详解


1

 

 

Thanks and Regards

ERP技术讨论群: 288307890
技术交流,技术讨论,欢迎加入
Technology Blog Created By Oracle ERP - 鲍新建
相关文章
|
前端开发 JavaScript 程序员
layui(类ui)入门指南
开始使用 - 入门指南 l        ayui(谐音:类UI) 是一款采用自身模块规范编写的前端 UI 框架,遵循原生 HTML/CSS/JS 的书写与组织形式,门槛极低,拿来即用。
3187 0
|
关系型数据库
OAF_开发系列19_实现OAF对话框提示dialogPage(案例)
20150716 Created By BaoXinjian 一、摘要 Oracle dialogPage是OAF提示框的一种用法,具体应用例如在删除数据时,提示用户进行确认是否可以删除   二、实现方法 在CO中添加如下方法 public void processFormR...
1532 0
|
移动开发 关系型数据库 容器
OAF_开发系列08_实现OAF通过Popup参数式弹出窗口(案例)
20150711 Created By BaoXinjian 一、摘要 参数式弹出窗口和嵌入式弹出窗口不一样,它拥有独立的区域,并不嵌入到使用页面中。 它里面的内容根据需要来获取和生成,它拥有自己的AM和页面状态,对popup页面事件的处理也不一样。
1697 0
OAF_开发系列06_实现OAF属性集的介绍和开发Attribute Set(案例)
20150705 Created By BaoXinjian 一、摘要 EBS OAF开发中属性集(Attribute Set)的介绍和手工实现。 在OAF开发中就和Form开发中一样,有时也要给一些对象设置统一的特定属性。
1429 0
|
Oracle 关系型数据库
Form_Form与OAF页面互相调用(案例)
2014-12-27 Created By BaoXinjian 一、摘要 OAF框架和Oracle EBS都提供了Oracle基于Forms的Oracle EBSforms和基于OAF页面的集成。
907 0