About Message Form Components and Attributes

Note: The messageLayout component replaces inlineMessage, which has been deprecated.

Message form components are all the Form components in ADF UIX that have names starting with the prefix 'message', e.g., messageCheckBox, messageChoice, and messageDateField.

In UIX, the messageLayout component is used to lay out inline messages (e.g., tip, error, or prompt). Message form components are special components that combine inline messaging with input components such as checkBox and choice. For example, the messageCheckBox component is a combination of the checkBox component and messageLayout component, and the messageChoice component combines messageLayout with the choice component. Message form components enable you to display inline messages easily with the input components that caused problems during event handling.

Choice box with prompt and error icon

Tips:

All message form components have the end named child. Use the end named child to add any component after a message form component.

Message Attributes

Message form components have the following message attributes:

General Attributes

The general attributes you can set for a message form component are:

Note: When you create or edit a message form component, the Property Inspector shows a complete list of the supported attributes. A message form component may also support other attributes that determine the behavior of that component. These attributes are described in the procedural topic for the component, e.g., the procedural topic "Inserting a MessageCheckBox" describes the special checked attribute for a messageCheckBox component.

PrimaryClientAction attribute

Most message form components support the primaryClientAction attribute. See About Client Actions for details about the client actions you can use.

Message form components, messageComponentLayout, and labeledFieldLayout

Message form components can be inserted inside a messageComponentLayout or a labeledFieldLayout. When placed inside a messageComponentLayout or labeledFieldLayout, all the prompts are right aligned, as shown in the following illustration:

Prompts right aligned in messageComponentLayout


About MessageLayout

Inserting an End Named Child for a Message Form Component
Setting the Message Attributes for a Message Form Component
Setting the General Attributes for a Message Form Component

Working with Form Components
Working with Layout Components

 

Copyright © 1997, 2004, Oracle. All rights reserved.