随笔 - 571  文章 - 4  评论 - 253  阅读 - 72万

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.

 

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

posted on   东方瀚海  阅读(862)  评论(0编辑  收藏  举报
编辑推荐:
· go语言实现终端里的倒计时
· 如何编写易于单元测试的代码
· 10年+ .NET Coder 心语,封装的思维:从隐藏、稳定开始理解其本质意义
· .NET Core 中如何实现缓存的预热?
· 从 HTTP 原因短语缺失研究 HTTP/2 和 HTTP/3 的设计差异
阅读排行:
· 周边上新:园子的第一款马克杯温暖上架
· Open-Sora 2.0 重磅开源!
· 分享 3 个 .NET 开源的文件压缩处理库,助力快速实现文件压缩解压功能!
· Ollama——大语言模型本地部署的极速利器
· DeepSeek如何颠覆传统软件测试?测试工程师会被淘汰吗?

点击右上角即可分享
微信分享提示