• Skip to primary navigation
  • Skip to main content

Tech Honey

The #1 Website for Oracle PL/SQL, OA Framework and HTML

  • Home
  • HTML
    • Tags in HTML
    • HTML Attributes
  • OA Framework
    • Item in OAF
    • Regions in OAF
    • General OAF Topics
  • Oracle
    • statement
    • function
    • clause
    • plsql
    • sql

Items

Message Radio Button in OA Framework

October 27, 2012 by techhoneyadmin

The messageRadioButton item style in Oracle Application Framework is a combination of the radioButton and inlineMessage controls. It is used to create a radio button using which a user can select or deselect a value in an OAF page.

Corresponding web bean: OAMessageRadioButtonBean

Import Path: import oracle.apps.fnd.framework.webui.beans.message.OAMessageRadioButtonBean;

Filed Under: Items Tagged With: Message Radio Button in OA Framework, Message Radio Button in OAF, OA Framework Message Radio Button, OAF Message Radio Button, OAMessageRadioButtonBean, What is Message Radio Button in OAF

Message Radio Group In OAF

October 27, 2012 by techhoneyadmin

Oracle Apps Framework creates the messageRadioGroup item style as a combination of the radioGroup and inlineMessage controls. You can have many radio buttons in the messageRadioGroup but only one of the radio buttons can be selected at a time. This is used wherever you want user to select only one value from many choices available. Suppose in your OAF page you want the user to select a payment method out of the three available options namely Credit Card, Pay Pal or Cash on Delivery (COD), then either you can use messageChoice bean or you can use the messageRadioGroup to achieve the same.

Corresponding web bean: OAMessageRadioGroupBean

Import Path: import oracle.apps.fnd.framework.webui.beans.message.OAMessageRadioGroupBean;

Filed Under: Items Tagged With: Message Radio Group in OA Framework, Message Radio Group in OAF, OA Framework Message Radio Group, OAF Message Radio Group, OAMessageRadioGroupBean, What is Message Radio Group in OAF

Message Rich Text Editor in OAF

October 27, 2012 by techhoneyadmin

The messageRichTextEditor item style in Oracle Apps Framework page provides rich text editing capability within the OAF page.

Using this region the users can format the text same as MS Word or other word processing tools. It has the capacity to hold the text in bold, italics, underlined, colored or any other format. A user can even add bullets, numbers etc to his text. Also, the user can highlight the text or write the text in different colors, is also gives the user the functionality to copy the text from any word processing tools and paste the same.

The only condition that Oracle Application Framework puts for the messageRichTextEditor is that it can be placed within any region except search regions or tables. Also, the browser should support IFRAMES for the rich text editor to work.

Corresponding web bean: OAMessageRichTextEditorBean

Import Path: import oracle.apps.fnd.framework.webui.beans.message.OAMessageRichTextEditorBean;

Filed Under: Items Tagged With: Message Rich Text Editor in OA Framework, Message Rich Text Editor in OAF, OA Framework Message Rich Text Editor, OAF Message Rich Text Editor, OAMessageRichTextEditorBean, What is Message Rich Text Editor in OAF

Message Styled Text in OA Framework

October 21, 2012 by techhoneyadmin

In Oracle Apps Framework the messageStyledText item style is a combination of the styledText and inlineMessage controls. It is used to display a prompt and a value against that prompt. For example you want to display the percentage of tasks done, then you need the name of the tasks to come as labels and the percentage of the tasks completed will be fetched from the View Object.

Task1: 90%
Task2: 50%
Here in the above example Task1 and Task2 are the labels that you give to the messageStyledText and the figures 91 and 50 are the values fetched by the View Attributes of the View Object attached with the messageStyledText to display the value.

Corresponding web bean: OAMessageStyledTextBean

Import Path: import oracle.apps.fnd.framework.webui.beans.message.OAMessageStyledTextBean;

Filed Under: Items Tagged With: Message Styled Text in OA Framework, Message Styled Text in OAF, OA Framework Message Styled Text, OAF Message Styled Text, OAMessageStyledTextBean, What is Message Styled Text in OAF

Message Text Input In OAF

October 21, 2012 by techhoneyadmin

The messageTextInput in Oracle Application Framework provides an item which acts as a text box so that a user can enter the values into it and can save the same once the entered values passes the BC4J validation if any. It is a combination of the textInput and inlineMessage controls.

You can also write a prompt for the text box to specify the purpose of the text box in the label field provided by the Oracle Apps Framework.

Corresponding web bean: OAMessageTextInputBean

Import Path: import oracle.apps.fnd.framework.webui.beans.message.OAMessageTextInputBean;

Filed Under: Items Tagged With: Message Text Input in OA Framework, Message Text Input in OAF, OA Framework Message Text Input, OAF Message Text Input, OAMessageTextInputBean, What is Message Text Input in OAF

  • « Go to Previous Page
  • Page 1
  • Interim pages omitted …
  • Page 3
  • Page 4
  • Page 5
  • Page 6
  • Page 7
  • Page 8
  • Go to Next Page »

Copyright © 2025 · Parallax Pro on Genesis Framework · WordPress · Log in