Widgets

Overview

This section describes the standard properties for the various types of objects that a user interacts with. For details on implementing these widgets, see the Oracle E-Business Suite Developer's Guide.

The topics covered in this chapter are:

General Properties

For more information on general properties of widgets, see the Oracle E-Business Suite Developer's Guide.

Text Items

The following rules apply to text items.

Usage

Recommended Alignment Rules

Rules

Cosmetics

Behaviors

Display Items

the picture is described in the document text

Usage

Rules

Cosmetics

Poplists

the picture is described in the document text

Usage

Rules

Cosmetics

Behaviors

For information on implementing Poplists, see the Oracle E-Business Suite Developer's Guide.

T-Lists

Usage

Rules

Option Groups

the picture is described in the document text

Usage

Rules

Cosmetics

Querying a row with "invalid" option group data

For attributes modeled as option groups, there may be situations where a queried row will contain data that is not a valid choice of options. If such a situation may occur, create an additional option group button labeled "Other," and set it to be disabled. This allows the record to be queried, but prevents a user from setting the value to anything but a valid value. (OMS-74235)

For information on implementing Option Groups, see the Oracle E-Business Suite Developer's Guide.

Check Boxes

the picture is described in the document text

Usage

Rules

Cosmetics

Entering at least one selection

In certain cases, the user has a choice of options to choose from and may select more than one, but must select one at a minimum. If only two check boxes are available and the user deselects the only selected item, the other item should be selected automatically. A confirmation point may also be used later in the form to ensure that at least one item is selected. (OMS-74238)

For information on implementing check boxes, see the Oracle E-Business Suite Developer's Guide.

Coordination Check Boxes

Coordination check boxes are used to control master-detail relations between blocks. See Master-Detail Characteristics

Buttons

Usage

Rules

the picture is described in the document text

Cosmetics

For information on implementing Buttons, see the Oracle E-Business Suite Developer's Guide.

Lists of Values (LOV)

the picture is described in the document text

Usage

LOVs are used when the user must select from a list of valid values in a text field.

Rules

Cosmetics

All LOVs use the default visual attributes. (OMS-74249)

Behaviors

For information on implementing Lists of Values, see the Oracle E-Business Suite Developer's Guide.

Editors

The Editor is invoked by pressing the Edit Field toolbar button, or by selecting Edit Field from the pull-down Edit menu. In response to these actions, Oracle E-Business Suite shows the default Forms editor window, or a user-specified editor (see the Oracle Forms Installation Manual for more information on specifying an editor).

On a Date field, the Edit Field action opens the Calendar. (OMS-74350)

On a Flexfield, Edit Field opens the Flexfield window (OMS-74058).

Descriptive Flexfields

Usage

All entities should provide a descriptive flexfield to allow customization. (OMS-74049)

Cosmetics

Behaviors

Key Flexfields

Usage

For all attributes that can be modeled as a multi-segment key, such as Item Number or Account.

Behaviors

Cosmetics

For information on implementing Key Flexfields, see the Oracle E-Business Suite Developer's Guide.