Vous êtes sur la page 1sur 493

Oracle Application Framework (OAF) Component Reference Guide. Release 12.1.

Table of Contents
OA COMPONENT REFERENCE GUIDE RELEASE 12.1.3.............................5
package ...............................................................................................................5 page ....................................................................................................................6 attributeSet ..........................................................................................................7

REGION STYLES .......................................................................................8


advancedSearch ....................................................................................................8 advancedTable .................................................................................................... 10 bulletedList ......................................................................................................... 37 cellFormat .......................................................................................................... 44 contentContainer ................................................................................................. 51 contentFooter ..................................................................................................... 57 defaultDoubleColumn .......................................................................................... 62 defaultFormStack ................................................................................................ 67 defaultSingleColumn ............................................................................................ 72 defaultStack........................................................................................................ 77 flexibleContent .................................................................................................... 82 flexibleLayout ..................................................................................................... 90 flowLayout .......................................................................................................... 97 footer ............................................................................................................... 105 Gantt ............................................................................................................... 110 graphTable ....................................................................................................... 121 graph ............................................................................................................... 125 graphData ........................................................................................................ 130 header ............................................................................................................. 133 HGrid ............................................................................................................... 140 hideShow ......................................................................................................... 147 hideShowHeader ............................................................................................... 154 labeledFieldLayout ............................................................................................. 161 listOfValues ...................................................................................................... 168 messageComponentLayout ................................................................................ 173

messageLayout ................................................................................................. 178 navigationBar.................................................................................................... 180 pageButtonBar .................................................................................................. 186 pageLayout....................................................................................................... 190 popUp .............................................................................................................. 198 query ............................................................................................................... 201 rowLayout ........................................................................................................ 213 shuttle.............................................................................................................. 221 stackLayout ...................................................................................................... 227 subTabLayout ................................................................................................... 235 switcher ........................................................................................................... 242 table ................................................................................................................ 249 tableLayout....................................................................................................... 257 train ................................................................................................................. 264 tree.................................................................................................................. 269

ITEM STYLES ....................................................................................... 282


attachmentImage .............................................................................................. 282 attachmentLink ................................................................................................. 289 attachmentTable ............................................................................................... 296 button .............................................................................................................. 304 exportButton..................................................................................................... 310 flex .................................................................................................................. 314 formParameter .................................................................................................. 319 formattedText ................................................................................................... 322 formValue ......................................................................................................... 328 image............................................................................................................... 332 Description ....................................................................................................... 332 Properties ......................................................................................................... 332 link .................................................................................................................. 339 list ................................................................................................................... 344 messageCheckBox ............................................................................................. 349 messageChoice ................................................................................................. 357 messageDownload ............................................................................................ 366

messageFileUpload ............................................................................................ 374 messageInlineAttachment .................................................................................. 379 messageLovChoice ............................................................................................ 386 messageLovInput .............................................................................................. 396 messageRadioButton ......................................................................................... 407 messageRadioGroup .......................................................................................... 414 messageRichTextEditor ...................................................................................... 423 messageStyledText............................................................................................ 429 messageTextInput............................................................................................. 438 rawText ............................................................................................................ 447 resetButton....................................................................................................... 452 richContainer .................................................................................................... 455 richTextEditor ................................................................................................... 458 selectionButton ................................................................................................. 464 separator .......................................................................................................... 468 servletInclude ................................................................................................... 470 spacer .............................................................................................................. 472 staticStyledText................................................................................................. 474 styledText......................................................................................................... 479 submitButton .................................................................................................... 483 tip .................................................................................................................... 489 urlInclude ......................................................................................................... 492

OA Component Reference Guide Release 12.1.3 package


Description
A package file contains attributeSets. AttributeSets are a collection of properties that can be re-used in OA components.

Properties
Name Comment s Documen tation Comment File Version Descripti Type on Comment string s Formatte string d text for use with Javadoc. The string version of the file. The jrad:versi Oracle on Applicati ons Extensio n version with which the file was created or updated. Default Value null Personali Translata XML zable ble Attribute null no comment no not applicabl e fileversion

from null template file null null

no

OA Extensio n Version

null

null

no

version

page
Description
A top-level container that enables the user interface to your application.

Properties
Name Attribute Set Descripti Type on The jrad:attri attribute buteSetR set for ef the compone nt. Comment string s. The string version of the file. The jrad:versi Oracle on Applicati ons Extensio n version with which the file was created or updated. Default Value null Personali Translata XML zable ble Attribute null no use

Comment s File Version

null null

null null

no no

comment fileversion

OA Extensio n Version

null

null

no

version

attributeSet
Description
Attribute sets are named, reusable collections of properties (prompt, maximum display length, data type and so on as appropriate for the attribute set type) that can be used by any type of OA component, including regions, items, and other attribute sets. They are designed to facilitate the reuse of these components throughout Oracle Applications, which yields a significant cost savings to both Oracle and its customers. In general terms, attribute sets are organized into OA component packages (individual XML package files), where you have one package file per database table in your application. Refer to the Attribute Sets section in the Oracle Applications Framework Developer's Guide, included in the Help, for complete information on using attribute sets.

Properties
The list of properties that an attribute set can assume is not limited to those in the list below; it includes the union of all properties available on all components. Documen The name jrad:refN null null no docName of the t Name ame compone nt Scope The Base jrad:scop . (public) null no scope Packages e which are allowed to reuse this compone nt.

Region Styles

advancedSearch
Description
The advancedSearch region extends UIX's StackLayoutBean. This is a very complicated layout used for rendering search pages which allow an end-user to specify a criteria for performing a search. Metadata for advancedSearch region implementation consists of three parts: Static Text Criteria Rows Button Bar The XML schema for advancedSearch defines three groupings: staticText, criteria, and buttonBar. The staticText grouping contains a set of messageStyledText beans. The critera grouping will contain criteriaRow elements. The buttonBar grouping will contain a set of submit beans. The metadata for criteriaRow shows only two elements - a messageStyledText element for displaying the label, and an input (messageTextInput, messageLovInput, messageChoice) element. Internally, the framework creates a messageChoice bean that gets rendered between the label and the input element. So, the messageStyledText bean, the messageChoice bean, and the input element form a critera row. Corresponding web bean: OAAdvancedSearchBean

Properties
The advancedSearch region inherits all the attributes from stackLayout. No additional attributes specific to this region style are required. See the section on stackLayout for a list of attributes and child elements available for the stackLayout element.

Child Elements
In addition to inheriting the named children defined for the OA Extension, the extension will have the following groupings: Descripti Type Default Personali Translata XML Name

on Intermed Indicates boolean ia Style if the advanced search will use intermedi a style queries.

Value false

zable null

ble no

Attribute intermedi aStyle

Element Children
Name buttonBar Quantity 0 through 1 Description This element contains a group of buttons that are rendered at the bottom of the search region. A developer can add as many buttons inside this container as he wishes. This is a container for unbounded number of rowLayout elements. Describes the text before the radioButtons.

criteria

staticText

0 through 1

advancedTable
Description
The advancedTable region style is used to display tabular data. It supports selection (both single and multiple), sorting, record navigation, totaling and detail-disclosure. advancedTable also provides declarative support for grouping of column headers. This includes support for column formats, column header, column header data and column header formats. Support for both column bean and column group beans is provided. These are container beans with the ability to hold other regions and items. Support for formValue beans is also provided. See the section on formValue for a list of attributes and child elements available on the formValue element. advancedTable supports column beans and columnGroup beans only as indexed children; the mix of both is not supported. Declarative specification is possible for the following advancedTable features/components/attributes: Number of rows to be displayed for the table The header text for the individual table columns Whether sorting is to be enabled on the table, and if the table is to be rendered with the intial sorts on at most three columns Whether a column can be totaled Single selector and multiple selector named children Detail disclosure named child Row headers Wrap settings ColumnBean and ColumnGroupBean as indexed children Any bean as an indexed child of the selector Around the table insertion, whether the table should render the "Add Another Row"; whether row insertion should be autohandled by the OA Framework and if so, the number of rows to be inserted in one go Table formats - tableBanding, bandingInterval Column formats - columnDataFormat, cellNoWrapFormat, width, displayGrid, bandingShade Column header formats - cellNoWrapFormat Row formats - displayGrid Row header formats - cellNoWrapFormat Whether a value will be submitted with a form - formValue 10

Corresponding web bean: OAAdvancedTableBean

Properties
Name Additiona l Text Admin Personali zation Descripti Type on Additiona string l help text. Indicates boolean if an Administr ator can personali ze this compone nt. The fully- string qualified class name for the applicatio n module. The string instance name of an applicatio n module. The jrad:attri attribute buteSetR set for ef the compone nt. The unsigned number Int of rows or columns to group Default Value null Personali Translata XML zable ble Attribute admin yes shortDes c admin no adminCu stomizabl e

true

AM Definitio n

null

null

no

amDefNa me

AM Instance

null

null

no

amUsage Name

Attribute Set

null

null

no

use

Banding Interval

user

no

bandingI nterval

11

Banding Type

Child View Attribute

Comment s Controlle r Class

Detail View Attribute

Dirty Row Sort Enabled

Disable Client 12

with the same shade. The type ui:tableB of andingRu banding le on the table. The name string of the child view attribute. Comment string s The fully- string qualified class name for the controller object. The view string attribute that determin es if that particular row is to be stamped with the detail child. Indicates boolean if middletier sort should be performe d on the table. Indicates boolean if

noBandin user g

no

tableBan ding

null

null

no

childView AttrName

null null

null admin

no no

comment controller Class

null

null

no

detailVie wAttr

false

null

no

dirtyRow SortEnabl ed

false

null

no

unvalidat ed

validatio Side Validatio n should not occur n on the web tier during a form submit. Documen The name jrad:refN null of the t Name ame compone nt Documen Formatte string from tation d text for template Comment use with file Javadoc. Empty The text string null Table to display inside an Text empty table. Extends A jrad:com null reference ponentRe to f another compone nt that creates a different instance of that compone nt at runtime. File The string null Version version of the file. Help The string null target Target name for the page online

null

no

docName

null

no

not applicabl e alternate Text

null

no

null

no

extends

null

no

fileversion

null

no

helpTarg et

13

help. Help This string Target applicatio Appl n will be Short used to construct Name URI of the "help" icon in the global menu of the page.This makes the help pages from the other applicatio ns reference able. ID The Name unique name of this compone nt. OA The jrad:versi Extensio Oracle on n Version Applicati ons Extensio n version with which the file was created or updated. Personali The string

null

null

no

helpTarg etAppSho rtName

null

null

no

id

null

null

no

version

null

null

no

regionNa

14

zation Label

region label used for Personali zation. Post Indicates boolean Initial if rows which are Values made dirty only by the defaultin g of Initial Values are to be posted. Record Indicates boolean History if Record Enabled History feature is enabled. Records The unsigned Displayed maximu Int m number of rows to display. Rendered Indicates boolean if the compone nt is rendered. Row Indicates unsigned Header if Scope Int attribute Col is to be added to Table. Row The view string Header attribute View for the

me

false

null

no

postDefa ult

false

admin

no

recordHis toryEnabl ed

10

admin

no

blockSize

true

user

no

rendered

null

admin

no

rowhead ercol

null

null

no

rowHead erViewAt tr 15

Attribute row header. Scope The Base jrad:scop . null Packages e which are allowed to reuse this compone nt. Security Defines string standard null the Mode security mode used to secure the region. If set to selfSecur ed it is the develope r's responsib ility to handle security validatio n. The legal values are standard, and selfSecur ed. Standalo Indicates boolean false null if this ne region can be rendered on its

no

scope

no

securityM ode

no

standalo ne

16

own. Text The text string label for the compone nt. User Indicates boolean Personali if a user can zation personali ze this compone nt. View The name string Instance of the view object instance. View Link The name string Instance of the View Link Instance establishi ng masterdetail relations hip between outer and inner repeating container s. Width Indicates string the width in pixels or as a percenta ge (if the % sign is included) .

null

admin

no

text

false

admin

no

userCust omizable

null

null

no

viewNam e

null

null

no

viewLink Name

null

null

no

width

17

xml:lang Identifies optional the language containe d within this compone nt.

null

null

no

xml:lang

Element Children
Name detail Quantity 0 through 1 Description Node to stamp below every row which is disclosed. Node used to render the table footer. Component used for performing table actions that are independent of row selection. SingleSelectionBean or MultipleSelectionBean to render with the table.

footer tableActions

0 through 1 0 through 1

tableSelection

0 through 1

columnGroup
Descripti Type on Admin Indicates boolean Personali if an Administr zation ator can personali ze this compone nt. Attribute The jrad:attri attribute buteSetR Set set for ef the compone nt. Name 18 Default Value true Personali Translata XML zable ble Attribute admin no adminCu stomizabl e

null

null

no

use

Comment s Documen t Name

Comment string null s The name jrad:refN null of the ame compone nt Extends A jrad:com null reference ponentRe to f another compone nt that creates a different instance of that compone nt at runtime. Rendered Indicates boolean null if the compone nt is rendered. Scope The Base jrad:scop . Packages e which are allowed to reuse this compone nt. User Indicates boolean false Personali if a user can zation personali ze this compone nt. Valid only when used in table

null null

no no

comment docName

null

no

extends

user

no

rendered

null

no

scope

admin

no

userCust omizable

19

region. xml:lang Identifies optional the language containe d within this compone nt.

null

null

no

xml:lang

Column
Name Admin Personali zation Descripti Type Default on Value Indicates boolean true if an Administr ator can personali ze this compone nt. columnD ui:tableC textForm ataForma olumnDat at t aFormat The jrad:attri null attribute buteSetR set for ef the compone nt. The string none shade of banding used for the column. The legal values are none, dark, and light. Comment string null s Personali Translata XML zable ble Attribute admin no adminCu stomizabl e

Alignmen t Attribute Set

user

no

null

no

columnD ataForma t use

Banding Shade

user

no

bandingS hade

Comment s 20

null

no

comment

Documen The name jrad:refN null of the ame t Name compone nt Extends A jrad:com null reference ponentRe to f another compone nt that creates a different instance of that compone nt at runtime. Grid Indicates boolean true Displayed if a gridline before the column should appear. No Wrap Indicates boolean false if cell contents should be wrapped. Valid only when used in table region. Rendered Indicates boolean null if the compone nt is rendered. Scope The Base jrad:scop . Packages e which are

null

no

docName

null

no

extends

user

no

displayGr id

user

no

cellNoWr apFormat

user

no

rendered

null

no

scope

21

allowed to reuse this compone nt. Total Indicates boolean if an Value additiona l field should be displayed to show the total of this column. User Indicates boolean Personali if a user can zation personali ze this compone nt. Valid only when used in table region. Width column string width. xml:lang Identifies optional the language containe d within this compone nt.

false

user

no

totalValu e

false

admin

no

userCust omizable

null null

user null

no no

width xml:lang

sortableHeader
Descripti Type on Abbreviat The value string for this ion Name Default Value null Personali Translata XML zable ble Attribute null no abbreviat ion

22

property acts as an abbreviat ion for the column header text, and is read wheneve r a value for the column is read out. Use this property to avoid long table headings being read repetitive ly by a screen reader. Additiona Additiona string null l help l Text text. Admin Indicates boolean true Personali if an Administr zation ator can personali ze this compone nt. Attribute The jrad:attri null attribute buteSetR Set set for ef the compone

admin

yes

shortDes c adminCu stomizabl e

admin

no

null

no

use

23

nt. Comment Comment string null s s CSS Class Overrides string null the default CSS class. Documen The name jrad:refN null of the t Name ame compone nt Extends A jrad:com null reference ponentRe to f another compone nt that creates a different instance of that compone nt at runtime. Initial Indicates string none Sort the initial Sequence sort sequence for each search. The legal values are none, first, second, and third. No Wrap Indicates boolean false if cell contents should be wrapped. Valid only 24

null admin

no no

comment styleClas s

null

no

docName

null

no

extends

null

no

initSortS eq

null

no

cellNoWr apFormat

when used in table region. Prompt The text string null label for the compone nt. Rendered Indicates boolean null if the compone nt is rendered. Required Indicates ui:require no Indicator if the d required indicator is shown on the column header. Valid values are "no," "uiOnly," "validater Only" and "yes." Scope The Base jrad:scop . Packages e which are allowed to reuse this compone nt. Sort Indicates string no Allowed if the user can sort this column. Valid only

admin

yes

prompt

user

no

rendered

admin

no

required

null

no

scope

admin

no

sortState

25

when used in table region. The legal values are yes, no, ascendin g, and descendi ng. Sort By The string View alternate Attribute view attribute name for use when sorting. Valid only when used in table region. User Indicates boolean Personali if a user can zation personali ze this compone nt. Valid only when used in table region. xml:lang Identifies optional the language containe d within this compone

null

user

no

sortByVie wAttr

false

admin

no

userCust omizable

null

null

no

xml:lang

26

nt.

tableFooter
Name Admin Personali zation Descripti Type Default on Value Indicates boolean true if an Administr ator can personali ze this compone nt. The jrad:attri null attribute buteSetR set for ef the compone nt. Comment string null s The fully- string null qualified class name for the controller object. The name jrad:refN null of the ame compone nt A jrad:com null reference ponentRe to f another compone nt that creates a different instance of that compone Personali Translata XML zable ble Attribute admin no adminCu stomizabl e

Attribute Set

null

no

use

Comment s Controlle r Class

null admin

no no

comment controller Class

Documen t Name

null

no

docName

Extends

null

no

extends

27

nt at runtime. Personali The string zation region label Label used for Personali zation. Post Indicates boolean Initial if rows which are Values made dirty only by the defaultin g of Initial Values are to be posted. Rendered Indicates boolean if the compone nt is rendered. Scope The Base jrad:scop Packages e which are allowed to reuse this compone nt. Security Defines string the Mode security mode used to secure the region. If set to selfSecur

null

null

no

regionNa me

false

null

no

postDefa ult

null

user

no

rendered

null

no

scope

standard null

no

securityM ode

28

ed it is the develope r's responsib ility to handle security validatio n. The legal values are standard, and selfSecur ed. xml:lang Identifies optional the language containe d within this compone nt.

null

null

no

xml:lang

addTableRow
Descripti Type on Add Overrides string Rows the default Label text of the Add Rows button. Additiona Additiona string l help l Text text. Admin Indicates boolean Personali if an Administr zation ator can Name Default Value null Personali Translata XML zable ble Attribute admin true text

null

admin

yes

shortDes c adminCu stomizabl e

true

admin

no

29

Attribute Set

Comment s Documen t Name

Extends

Insert Rows Automati cally

personali ze this compone nt. The jrad:attri null attribute buteSetR set for ef the compone nt. Comment string null s The name jrad:refN null of the ame compone nt A jrad:com null reference ponentRe to f another compone nt that creates a different instance of that compone nt at runtime. Indicates boolean true if rows will be added automati cally when the Add Rows button is pressed, or if the develope r must

null

no

use

null null

no no

comment docName

null

no

extends

null

no

autoInser tion

30

respond to the event. Rendered Indicates boolean if the compone nt is rendered. Rows to The unsigned number Int Add of rows to add when the button is pressed. Scope The Base jrad:scop Packages e which are allowed to reuse this compone nt. xml:lang Identifies optional the language containe d within this compone nt.

null

user

no

rendered

null

admin

no

rows

null

no

scope

null

null

no

xml:lang

totalRow
Descripti Type on Additiona Additiona string l help l Text text. Admin Indicates boolean Personali if an Administr zation ator can personali Name Default Value null Personali Translata XML zable ble Attribute admin yes shortDes c admin no adminCu stomizabl e

true

31

Attribute Set

Comment s Disable Total Recalcula tion

Documen t Name

Extends

Recalcula te Totals Label

ze this compone nt. The jrad:attri null attribute buteSetR set for ef the compone nt. Comment string null s Indicates boolean false if the button used to update totals should not be rendered. The name jrad:refN null of the ame compone nt A jrad:com null reference ponentRe to f another compone nt that creates a different instance of that compone nt at runtime. Overrides string null the default text of the Update

null

no

use

null admin

no no

comment readOnly

null

no

docName

null

no

extends

admin

true

text

32

Totals button. Rendered Indicates boolean true if the compone nt is rendered. Scope The Base jrad:scop . Packages e which are allowed to reuse this compone nt. xml:lang Identifies optional null the language containe d within this compone nt.

user

no

rendered

null

no

scope

null

no

xml:lang

lovActionButton
Descripti Type on Additiona Additiona string l help l Text text. Admin Indicates boolean Personali if an Administr zation ator can personali ze this compone nt. Attribute The jrad:attri attribute buteSetR Set set for ef the compone Name Default Value null Personali Translata XML zable ble Attribute admin yes shortDes c admin no adminCu stomizabl e

true

null

null

no

use

33

Comment s CSS Class

Documen t Name

Extends

External LOV

Prompt

Rendered

Scope

nt. Comment string null s Overrides string null the default CSS class. The name jrad:refN null of the ame compone nt A jrad:com null reference ponentRe to f another compone nt that creates a different instance of that compone nt at runtime. The name jrad:com null of the ponentRe external f List of Values region. The text string null label for the compone nt. Indicates boolean null if the compone nt is rendered. The Base jrad:scop . Packages e

null admin

no no

comment styleClas s

null

no

docName

null

no

extends

null

no

externalL istOfValu es

admin

true

prompt

user

no

rendered

null

no

scope

34

which are allowed to reuse this compone nt. xml:lang Identifies optional the language containe d within this compone nt.

null

null

no

xml:lang

lovActionMap
Descripti Type on Additiona Additiona string l help l Text text. Attribute The jrad:attri attribute buteSetR Set set for ef the compone nt. LOV The name jrad:local Region of the RefString item in Item the List Of Values region. Rendered Indicates boolean if the compone nt is rendered. Return The name jrad:local of the Item Ref item in the base page that Name Default Value null Personali Translata XML zable ble Attribute admin yes shortDes c null no use

null

null

null

no

lovItem

null

user

no

rendered

null

null

no

resultTo

35

receives the result from the LOV Region Item.

36

bulletedList
Description
The bulletedList region ouputs each visible indexed child in a list with a bullet next to it. A visible indexed child is a child whose RENDERED_ATTR has not been set to false. The list can be split into columns. This is done by setting the Height attribute. This is the multiple of indexed children at which to add another column. For example, if the Height attribute is set to 6, and there are 1-6 visible indexed children, there would be one column. If there are 7 to 12 visible indexed children there would be 2 columns, and if there are 13+ visible indexed children, they would be shown in 3 columns. The maximum number of columns is 3, so if there are 100 visible indexed children, there will still be only 3 columns. The default split is set to 10. The split is based solely on the number of visible indexed children and not on their size. The bulletedList region extends the UIX counterpart <uix:bulletedList> and inherits all the attributes and the named children. The only child that <uix:bulletedList> supports is the standard contents element for the indexed children. Corresponding web bean: OABulletedListBean

Properties
Add Indicates boolean Indexed if Children indexed children will be automati cally added to this UI node tree. Admin Indicates boolean Personali if an Administr zation ator can true null no addChildr en

true

admin

no

adminCu stomizabl e

37

AM Definitio n

AM Instance

Attribute Set

Child View Attribute

Child View Instance

Comment s Controlle r Class 38

personali ze this compone nt. The fully- string qualified class name for the applicatio n module. The string instance name of an applicatio n module. The jrad:attri attribute buteSetR set for ef the compone nt. The name string of the child view attribute. Renders string an instance of the object for each row in the View Instance. Comment string s The fully- string qualified

null

null

no

amDefNa me

null

null

no

amUsage Name

null

null

no

use

null

null

no

childView AttrName

null

null

no

childView UsageNa me

null null

null admin

no no

comment controller Class

CSS Class

Documen t Name

Documen tation Comment Extends

File Version

Height

Help Target

class name for the controller object. Overrides string null the default CSS class. The name jrad:refN null of the ame compone nt Formatte string from d text for template use with file Javadoc. A jrad:com null reference ponentRe to f another compone nt that creates a different instance of that compone nt at runtime. The string null version of the file. The string null display height in character s. The string null target name for

admin

no

styleClas s

null

no

docName

null

no

not applicabl e extends

null

no

null

no

fileversion

null

no

height

null

no

helpTarg et

39

the page online help. Help This string null Target applicatio Appl n will be Short used to construct Name URI of the "help" icon in the global menu of the page.This makes the help pages from the other applicatio ns reference able. ID The Name null unique name of this compone nt. OA The jrad:versi null Extensio Oracle on n Version Applicati ons Extensio n version with which the file was created or

null

no

helpTarg etAppSho rtName

null

no

id

null

no

version

40

updated. Personali The string zation region label Label used for Personali zation. Post Indicates boolean Initial if rows which are Values made dirty only by the defaultin g of Initial Values are to be posted. Rendered Indicates boolean if the compone nt is rendered. Scope The Base jrad:scop Packages e which are allowed to reuse this compone nt. Security Defines string the Mode security mode used to secure the region. If set to selfSecur ed it is

null

null

no

regionNa me

false

null

no

postDefa ult

true

user

no

rendered

null

no

scope

standard null

no

securityM ode

41

the develope r's responsib ility to handle security validatio n. The legal values are standard, and selfSecur ed. Standalo Indicates boolean if this ne region can be rendered on its own. View Link The name string Instance of the View Link Instance establishi ng masterdetail relations hip between outer and inner repeating container s. xml:lang Identifies optional the language containe d within 42

false

null

no

standalo ne

null

null

no

viewLink Name

null

null

no

xml:lang

this compone nt.

43

cellFormat
Description
The cellFormat region is used to format cells in a Row Layout region. The UIX UINode element <uix:cellFormat> defines attributes such as columnSpan, rowSpan, hAlign, vAlign, height, width, etc. cellFormat is a container of other layout elements which allow its contents to take additional formatting such as width, colspan, or vertical alignment. cellFormat extends the UIX counterpart <uix:cellFormat> and inherits all the attributes and the named children. The only named child that <uix:cellFormat> supports is the standard contents element for the indexed children. Corresponding web bean: OACellFormatBean

Properties
Add Indicates boolean Indexed if Children indexed children will be automati cally added to this UI node tree. Admin Indicates boolean Personali if an Administr zation ator can personali ze this compone nt. AM The fully- string Definitio qualified class n name for 44 true null no addChildr en

true

admin

no

adminCu stomizabl e

null

null

no

amDefNa me

AM Instance

Attribute Set

Child View Attribute

Child View Instance

Column Span

Comment s Controlle r Class

the applicatio n module. The string instance name of an applicatio n module. The jrad:attri attribute buteSetR set for ef the compone nt. The name string of the child view attribute. Renders string an instance of the object for each row in the View Instance. The string number of columns spanned by the cell. Comment string s The fully- string qualified class

null

null

no

amUsage Name

null

null

no

use

null

null

no

childView AttrName

null

null

no

childView UsageNa me

(if not set): 1

null

no

columnS pan

null null

null admin

no no

comment controller Class

45

name for the controller object. CSS Class Overrides string null the default CSS class. Documen The name jrad:refN null of the t Name ame compone nt Documen Formatte string from tation d text for template Comment use with file Javadoc. Extends A jrad:com null reference ponentRe to f another compone nt that creates a different instance of that compone nt at runtime. File The string null Version version of the file. Height The string null display height in pixels. Horizonta Horizonta string null l l Alignmen alignmen t. t Acceptabl 46

admin

no

styleClas s

null

no

docName

null

no

not applicabl e extends

null

no

null

no

fileversion

null

no

height

null

no

hAlign

e values are "center", "left", "right", "start", and "end". ID The Name unique name of this compone nt. OA The jrad:versi Extensio Oracle on n Version Applicati ons Extensio n version with which the file was created or updated. Personali The string zation region label Label used for Personali zation. Post Indicates boolean Initial if rows which are Values made dirty only by the defaultin g of Initial Values are to be

null

null

no

id

null

null

no

version

null

null

no

regionNa me

false

null

no

postDefa ult

47

posted. Rendered Indicates boolean if the compone nt is rendered. Row The string number Span of rows spanned by the cell. Scope The Base jrad:scop Packages e which are allowed to reuse this compone nt. Security Defines string the Mode security mode used to secure the region. If set to selfSecur ed it is the develope r's responsib ility to handle security validatio n. The legal values are

true

user

no

rendered

(if not set): 1

null

no

rowSpan

null

no

scope

standard null

no

securityM ode

48

standard, and selfSecur ed. Vertical Vertical string Alignmen aligmnet. Acceptabl t e values are "middle", "top", and "bottom" . View Link The name string Instance of the View Link Instance establishi ng masterdetail relations hip between outer and inner repeating container s. Width Indicates string the width in pixels or as a percenta ge (if % sign included) . xml:lang Identifies optional the language containe

null

null

no

vAlign

null

null

no

viewLink Name

null

null

no

width

null

null

no

xml:lang

49

d within this compone nt.

50

contentContainer
Description
The contentContainer region is used to place ancillary information on a page, offset by a certain color. contentContainer extends <uix:contentContainer> and inherits all the attributes and the named children from it. Corresponding web bean: OAContentContainerBean

Properties
Add Indicates boolean Indexed if Children indexed children will be automati cally added to this UI node tree. Admin Indicates boolean Personali if an Administr zation ator can personali ze this compone nt. AM The fully- string Definitio qualified class n name for the applicatio n module. true null no addChildr en

true

admin

no

adminCu stomizabl e

null

null

no

amDefNa me

51

AM The string null Instance instance name of an applicatio n module. Attribute The jrad:attri null attribute buteSetR Set set for ef the compone nt. Backgrou The ui:backgr null nd Shade backgrou oundType nd shade of the content container . It should be one of "light", "medium ", "dark", or "transpar ent". Child The name string null View of the Attribute child view attribute. Child Renders string null View an Instance instance of the object for each row in the View Instance. Comment Comment string null

null

no

amUsage Name

null

no

use

null

no

backgrou nd

null

no

childView AttrName

null

no

childView UsageNa me

null

no

comment

52

s s Controlle The fully- string null qualified r Class class name for the controller object. CSS Class Overrides string null the default CSS class. Documen The name jrad:refN null of the t Name ame compone nt Documen Formatte string from tation d text for template Comment use with file Javadoc. Extends A jrad:com null reference ponentRe to f another compone nt that creates a different instance of that compone nt at runtime. File The string null Version version of the file. Icon URI the URI anyURI null for the icon file. ID The Name null unique

admin

no

controller Class

admin

no

styleClas s

null

no

docName

null

no

not applicabl e extends

null

no

null

no

fileversion

admin

no

icon

null

no

id

53

OA Extensio n Version

Personali zation Label

Post Initial Values

Rendered

Scope

name of this compone nt. The jrad:versi Oracle on Applicati ons Extensio n version with which the file was created or updated. The string region label used for Personali zation. Indicates boolean if rows which are made dirty only by the defaultin g of Initial Values are to be posted. Indicates boolean if the compone nt is rendered. The Base jrad:scop Packages e which are allowed

null

null

no

version

null

null

no

regionNa me

false

null

no

postDefa ult

true

user

no

rendered

null

no

scope

54

to reuse this compone nt. Security Defines string the Mode security mode used to secure the region. If set to selfSecur ed it is the develope r's responsib ility to handle security validatio n. The legal values are standard, and selfSecur ed. Text The text string label for the compone nt. View Link The name string Instance of the View Link Instance establishi ng masterdetail

standard null

no

securityM ode

null

admin

no

text

null

null

no

viewLink Name

55

relations hip between outer and inner repeating container s. Width Indicates string the width in pixels or as a percenta ge (if % sign included) . xml:lang Identifies optional the language containe d within this compone nt.

null

null

no

width

null

null

no

xml:lang

56

contentFooter
Description
The contentFooter region is used to create a horizontal separator with a curved corner to distinguish page level action/navigation buttons from the page content. This component is always embedded directly inside the top level pageLayout component. contentFooter extends <uix:contentFooter> and inherits all the attributes and the named children from it. Corresponding web bean: OAContentFooterBean Note: contentFooter is deprecated as a style. You should use page buttons instead.

Properties
Admin Indicates boolean Personali if an Administr zation ator can personali ze this compone nt. AM The fully- string Definitio qualified class n name for the applicatio n module. AM The string Instance instance name of an applicatio n module. Attribute The jrad:attri attribute buteSetR Set set for ef true admin no adminCu stomizabl e

null

null

no

amDefNa me

null

null

no

amUsage Name

null

null

no

use

57

Child View Attribute

Child View Instance

Comment s Controlle r Class

CSS Class

Documen t Name

Documen tation Comment Extends

the compone nt. The name string null of the child view attribute. Renders string null an instance of the object for each row in the View Instance. Comment string null s The fully- string null qualified class name for the controller object. Overrides string null the default CSS class. The name jrad:refN null of the ame compone nt Formatte string from d text for template use with file Javadoc. A jrad:com null reference ponentRe to f another

null

no

childView AttrName

null

no

childView UsageNa me

null admin

no no

comment controller Class

admin

no

styleClas s

null

no

docName

null

no

not applicabl e extends

null

no

58

compone nt that creates a different instance of that compone nt at runtime. File The string Version version of the file. ID The Name unique name of this compone nt. OA The jrad:versi Extensio Oracle on n Version Applicati ons Extensio n version with which the file was created or updated. Personali The string zation region label Label used for Personali zation. Post Indicates boolean Initial if rows which are Values made dirty only by the

null

null

no

fileversion

null

null

no

id

null

null

no

version

null

null

no

regionNa me

false

null

no

postDefa ult

59

defaultin g of Initial Values are to be posted. Rendered Indicates boolean true user if the compone nt is rendered. Scope The Base jrad:scop . null Packages e which are allowed to reuse this compone nt. Security Defines string standard null the Mode security mode used to secure the region. If set to selfSecur ed it is the develope r's responsib ility to handle security validatio n. The legal values are standard, and 60

no

rendered

no

scope

no

securityM ode

selfSecur ed. View Link The name string Instance of the View Link Instance establishi ng masterdetail relations hip between outer and inner repeating container s. xml:lang Identifies optional the language containe d within this compone nt.

null

null

no

viewLink Name

null

null

no

xml:lang

61

defaultDoubleColumn
Description
The defaultDoubleColumn region lays out region items in two columns, first across then down. The labels are aligned to the end and the input fields are aligned to the start. This is similar but not identical to UIX's labeledFieldLayout. Since OADefaultDoubleColumnBean extends OAHeaderBean, the defaultDoubleColumn element extends the header element. defaultDoubleColumn extends header and inherits all the attributes and named children. See the section on header for a list of attributes and child elements available on the header element. Corresponding web bean: OADefaultDoubleColumnBean Note: defaultDoubleColumn is deprecated as a style. You should use messageComponentLayout instead.

Properties
Admin Indicates boolean Personali if an Administr zation ator can personali ze this compone nt. AM The fully- string Definitio qualified class n name for the applicatio n module. AM The string Instance instance name of an applicatio n module. Attribute The jrad:attri attribute buteSetR Set 62 true admin no adminCu stomizabl e

null

null

no

amDefNa me

null

null

no

amUsage Name

null

null

no

use

Child View Attribute

Child View Instance

Comment s Controlle r Class

CSS Class

Extends

set for ef the compone nt. The name string null of the child view attribute. Renders string null an instance of the object for each row in the View Instance. Comment string null s The fully- string null qualified class name for the controller object. Overrides string null the default CSS class. A jrad:com null reference ponentRe to f another compone nt that creates a different instance of that compone

null

no

childView AttrName

null

no

childView UsageNa me

null admin

no no

comment controller Class

admin

no

styleClas s

null

no

extends

63

nt at runtime. Help The string target Target name for the page online help. Help This string Target applicatio Appl n will be Short used to construct Name URI of the "help" icon in the global menu of the page.This makes the help pages from the other applicatio ns reference able. Hide Indicates boolean if the Header region header is rendered. Icon URI the URI anyURI for the icon file. Personali The string zation region label Label used for

null

null

no

helpTarg et

null

null

no

helpTarg etAppSho rtName

false

null

no

headerDi sabled

null

admin

no

icon

null

null

no

regionNa me

64

Personali zation. Post Indicates boolean Initial if rows which are Values made dirty only by the defaultin g of Initial Values are to be posted. Record Indicates boolean History if Record Enabled History feature is enabled. Rendered Indicates boolean if the compone nt is rendered. Security Defines string the Mode security mode used to secure the region. If set to selfSecur ed it is the develope r's responsib ility to handle security validatio

false

null

no

postDefa ult

false

admin

no

recordHis toryEnabl ed

null

user

no

rendered

standard null

no

securityM ode

65

n. The legal values are standard, and selfSecur ed. Standalo Indicates boolean if this ne region can be rendered on its own. Text The text string label for the compone nt. View Link The name string Instance of the View Link Instance establishi ng masterdetail relations hip between outer and inner repeating container s.

false

null

no

standalo ne

null

admin

yes

text

null

null

no

viewLink Name

66

defaultFormStack
Description
The defaultFormStack region extends header and inherits all the attributes and named children. See the section on header for a list of attributes and child elements available on the header element. Since OADefaultFormStackBean extends OAHeaderBean, defaultFormStack element extends the header element. Corresponding web bean: OADefaultFormStackBean Note: defaultFormStack is deprecated as a style. You should use messageComponentLayout instead.

Properties
Admin Indicates boolean Personali if an Administr zation ator can personali ze this compone nt. AM The fully- string Definitio qualified class n name for the applicatio n module. AM The string Instance instance name of an applicatio n module. Attribute The jrad:attri attribute buteSetR Set set for ef the true admin no adminCu stomizabl e

null

null

no

amDefNa me

null

null

no

amUsage Name

null

null

no

use

67

Child View Attribute

Child View Instance

Comment s Controlle r Class

CSS Class

Extends

compone nt. The name string null of the child view attribute. Renders string null an instance of the object for each row in the View Instance. Comment string null s The fully- string null qualified class name for the controller object. Overrides string null the default CSS class. A jrad:com null reference ponentRe to f another compone nt that creates a different instance of that compone nt at runtime.

null

no

childView AttrName

null

no

childView UsageNa me

null admin

no no

comment controller Class

admin

no

styleClas s

null

no

extends

68

Help Target

The string target name for the page online help. Help This string Target applicatio Appl n will be Short used to construct Name URI of the "help" icon in the global menu of the page.This makes the help pages from the other applicatio ns reference able. Icon URI the URI anyURI for the icon file. Personali The string zation region label Label used for Personali zation. Post Indicates boolean Initial if rows which are Values made dirty only

null

null

no

helpTarg et

null

null

no

helpTarg etAppSho rtName

null

admin

no

icon

null

null

no

regionNa me

false

null

no

postDefa ult

69

by the defaultin g of Initial Values are to be posted. Record Indicates boolean History if Record Enabled History feature is enabled. Rendered Indicates boolean if the compone nt is rendered. Security Defines string the Mode security mode used to secure the region. If set to selfSecur ed it is the develope r's responsib ility to handle security validatio n. The legal values are standard, and selfSecur

false

admin

no

recordHis toryEnabl ed

true

user

no

rendered

standard null

no

securityM ode

70

e. Standalo Indicates boolean if this ne region can be rendered on its own. Text The text string label for the compone nt. View Link The name string Instance of the View Link Instance establishi ng masterdetail relations hip between outer and inner repeating container s.

false

null

no

standalo ne

null

admin

yes

text

null

null

no

viewLink Name

71

defaultSingleColumn
Description
The defaultSingleColumn region lays out region items in one column. The labels are aligned to the end and the input fields are aligned to the start. This is similar, but not identical, to UIX's labeledFieldLayout. defaultSingleColumn extends header and inherits all the attributes and named children. See the section on header for a list of attributes and child elements available on the header element. Corresponding web bean: OADefaultSingleColumnBean Note: defaultSingleColumn is deprecated as a style. You should use messageComponentLayout instead.

Properties
Admin Indicates boolean Personali if an Administr zation ator can personali ze this compone nt. AM The fully- string Definitio qualified class n name for the applicatio n module. AM The string Instance instance name of an applicatio n module. Attribute The jrad:attri attribute buteSetR Set set for ef the 72 true admin no adminCu stomizabl e

null

null

no

amDefNa me

null

null

no

amUsage Name

null

null

no

use

Child View Attribute

Child View Instance

Comment s Controlle r Class

CSS Class

Extends

compone nt. The name string null of the child view attribute. Renders string null an instance of the object for each row in the View Instance. Comment string null s The fully- string null qualified class name for the controller object. Overrides string null the default CSS class. A jrad:com null reference ponentRe to f another compone nt that creates a different instance of that compone nt at runtime.

null

no

childView AttrName

null

no

childView UsageNa me

null admin

no no

comment controller Class

admin

no

styleClas s

null

no

extends

73

Help Target

The string target name for the page online help. Help This string Target applicatio Appl n will be Short used to construct Name URI of the "help" icon in the global menu of the page.This makes the help pages from the other applicatio ns reference able. Hide Indicates boolean if the Header region header is rendered. Icon URI The URI string for the icon file. Personali The string zation region label Label used for Personali zation.

null

null

no

helpTarg et

null

null

no

helpTarg etAppSho rtName

false

null

no

headerDi sabled

null

admin

no

icon

null

null

no

regionNa me

74

Post Initial Values

Indicates boolean if rows which are made dirty only by the defaultin g of Initial Values are to be posted. Record Indicates boolean History if Record Enabled History feature is enabled. Rendered Indicates boolean if the compone nt is rendered. Security Defines string the Mode security mode used to secure the region. If set to selfSecur ed it is the develope r's responsib ility to handle security validatio n. The legal

false

null

no

postDefa ult

false

admin

no

recordHis toryEnabl ed

true

user

no

rendered

standard null

no

securityM ode

75

values are standard, and selfSecur ed. Standalo Indicates boolean if this ne region can be rendered on its own. Text The text string label for the compone nt. View Link The name string Instance of the View Link Instance establishi ng masterdetail relations hip between outer and inner repeating container s.

false

null

no

standalo ne

null

admin

yes

text

null

null

no

viewLink Name

76

defaultStack
Description
The defaultStack region extends header and inherits all the attributes and named children. See the section on header for a list of attributes and child elements available on the header element. Corresponding web bean: OADefaultStackLayoutBean Note: defaultStack is deprecated as a style. You should use messageComponentLayout instead.

Properties
Admin Indicates boolean Personali if an Administr zation ator can personali ze this compone nt. AM The fully- string Definitio qualified class n name for the applicatio n module. AM The string Instance instance name of an applicatio n module. Attribute The jrad:attri attribute buteSetR Set set for ef the compone nt. Child The name string true admin no adminCu stomizabl e

null

null

no

amDefNa me

null

null

no

amUsage Name

null

null

no

use

null

null

no

childView 77

of the View Attribute child view attribute. Child Renders string null View an Instance instance of the object for each row in the View Instance. Comment Comment string null s s Controlle The fully- string null qualified r Class class name for the controller object. CSS Class Overrides string null the default CSS class. Documen Formatte string from tation d text for template Comment use with file Javadoc. Extends A jrad:com null reference ponentRe to f another compone nt that creates a different instance of that compone nt at 78

AttrName

null

no

childView UsageNa me

null admin

no no

comment controller Class

admin

no

styleClas s

null

no

not applicabl e extends

null

no

runtime. Help The string target Target name for the page online help. Help This string Target applicatio Appl n will be Short used to construct Name URI of the "help" icon in the global menu of the page.This makes the help pages from the other applicatio ns reference able. Icon URI The URI string for the icon file. Personali The string zation region label Label used for Personali zation. Post Indicates boolean Initial if rows which are Values made

null

null

no

helpTarg et

null

null

no

helpTarg etAppSho rtName

null

admin

no

icon

null

null

no

regionNa me

false

null

no

postDefa ult

79

dirty only by the defaultin g of Initial Values are to be posted. Record Indicates boolean History if Record Enabled History feature is enabled. Rendered Indicates boolean if the compone nt is rendered. Security Defines string the Mode security mode used to secure the region. If set to selfSecur ed it is the develope r's responsib ility to handle security validatio n. The legal values are standard, and selfSecur 80

false

admin

no

recordHis toryEnabl ed

true

user

no

rendered

standard null

no

securityM ode

ed. Standalo Indicates boolean if this ne region can be rendered on its own. Text The text string label for the compone nt. View Link The name string Instance of the View Link Instance establishi ng masterdetail relations hip between outer and inner repeating container s.

false

null

no

standalo ne

null

admin

yes

text

null

null

no

viewLink Name

81

flexibleContent
Description
The flexibleContent region is used to identify content that can be placed in a flexibleLayout region. The content can also be specified by referring to it. It represents available content which may or may not be made use of; and thus acts as a resource to the page designer. Corresponding web bean: OAFlexibleContentBean

Properties
Descripti Type on Admin Indicates string Operatio the personali ns zation operation s an administr ator can perform on the compone nt if Admin Personali zation is set to True. The legal values are: null and remove. If set to remove, an Administr ator can remove flexibleC ontent so Name Default Value remove Personali Translata XML zable ble Attribute null no adminOp erations

82

Admin Personali zation

AM Definitio n

AM Instance

Attribute Set

that it does not render on the page, when personali zing the page. If set to null, no flexibleC ontent can be removed. Indicates boolean if an Administr ator can personali ze this compone nt. The fully- string qualified class name for the applicatio n module. The string instance name of an applicatio n module. The jrad:attri attribute buteSetR set for ef the compone nt.

true

null

no

adminCu stomizabl e

null

null

no

amDefNa me

null

null

no

amUsage Name

null

null

no

use

83

Comment s Descripti on

Comment string s A short string descripti on of the items containe d in the element. This attribute is translata ble and will be listed/us ed in Resource Catalog. A search based on descripti on may be performe d by the user. Disclosed The boolean initial disclosur e state. When notdisclosed , only an outline of the compone nt is shown along with an icon to restore to

null null

null admin

no true

comment descripti on

true

null

no

disclosed

84

Documen t Name

Documen tation Comment Extends

Flexible Layout Referenc e

the disclosed state. The name jrad:refN null of the ame compone nt Formatte string from d text for template use with file Javadoc. A jrad:com null reference ponentRe to f another compone nt that creates a different instance of that compone nt at runtime. A null string reference to the oa:flexibl eLayout that the flexibleC ontent will be rendered in. No value indicates that the flexibleC ontent will not be rendered

null

no

docName

null

no

not applicabl e extends

null

no

null

no

flexibleLa youtRef

85

anywher e in the page even if rendered ="true" is set. The differenc e between rendered ="false" and flexibleLa youtRef= "" is that flexibleC ontent(s) with flexibleLa youtRef= "" will only be listed in the catalog as content that can be added. ID Inherited Name from <uix:bas e>. The pagewide unique client ID of this node. Rendered Whether boolean the flexibleC 86

null

null

no

id

true

admin

no

rendered

ontent is rendered. Show Whether boolean the Border border around the layout is shown. Show Whether boolean the Header header of this layout is shown. Title The title string to display above the flexible content. User Indicates string Operatio the personali ns zation operation s a user can perform on the compone nt, if User Personali zation is set to True. The legal values are: (Default) and disclose. If set to

false

null

no

showBor der

true

null

no

showHea der

null

null

no

title

null

user

no

userOper ations

87

(Default), the collapse/ disclose operation cannot be performe d by the user on this flexibleC ontent. If set to disclose, the user can either disclose or collapse the flexibleC ontent region in the rendered page. User Indicates boolean Personali if a user can zation personali ze this compone nt. View Specifies string Source ID of the Region region (within ID the flexibleC ontent) on which personali 88

true

user

no

userCust omizable

null

null

no

viewSour ceRegion Id

View Target Region ID

zation views have been defined. Specifies string ID of the region on which the personali zation view should be applied.

null

null

no

viewTarg etRegion Id

89

flexibleLayout
Description
The flexibleLayout region is used to define a customizable layout, separate from content, where content will be placed. flexibleLayout regions can be nested to form a customizable layout and can be positioned anywhere in the page. A page can have a number of 'toplevel' flexibleLayouts; they do not have to be nested. Corresponding web bean: OAFlexibleLayoutBean

Properties
Descripti Type on Admin Indicates string Operatio the personali ns zation operation s an administr ator can perform on the compone nt if Admin Personali zation is set to True. The legal values are: null and add. If set to add, an Administr ator can add predefine d flexibleC Name Default Value add Personali Translata XML zable ble Attribute null no adminOp erations

90

ontent to the flexibleLa yout region when personali zing the page. If set to null, no flexible content can be added to this flexible layout during personali zation. Admin Indicates boolean Personali if an Administr zation ator can personali ze this compone nt. AM The fully- string Definitio qualified class n name for the applicatio n module. AM The string Instance instance name of an applicatio n

true

null

no

adminCu stomizabl e

null

null

no

amDefNa me

null

null

no

amUsage Name

91

Attribute Set

Columns

Comment s Disclosed

module. The jrad:attri attribute buteSetR set for ef the compone nt. The string number of columns the flexibleLa yout will have. Use layoutSty le=horizo ntal to horizonta lly layout the contents. Comment string s The boolean initial disclosur e state. When notdisclosed , only an outline of the compone nt is shown along with an icon to restore to the disclosed

null

null

no

use

null

no

columns

null true

null null

no no

comment disclosed

92

state. Documen The name jrad:refN null of the t Name ame compone nt Documen Formatte string from tation d text for template Comment use with file Javadoc. Extends A jrad:com null reference ponentRe to f another compone nt that creates a different instance of that compone nt at runtime. Height The string null pixels or percenta ge 'hint' to the browser for the flexibleLa yout. ID Inherited Name null from <uix:bas e>. The pagewide unique client ID of this node. Layout The string vertical Content Style

null

no

docName

null

no

not applicabl e extends

null

no

null

no

height

null

no

id

null

no

layoutSty le 93

layout style. The legal values are vertical, and horizonta l. If vertical, contents will be laid out vertically. If "horizont al" contents will be laid out horizonta lly. Rendered Whether boolean the flexibleLa yout is rendered. Rows The string number of rows the flexibleLa yout will have. Use layoutSty le=vertic al to vertically lay out the contents. Show Whether boolean the Border 94 true admin no rendered

null

no

rows

false

null

no

showBor der

border around the layout is shown. Show Whether boolean the Header header of this layout is shown. Title The title string to display above the flexible layout. User Indicates string Operatio the personali ns zation operation s a user can perform on the compone nt, if User Personali zation is set to True. The legal values are: (Default) and disclose. If set to (Default), the collapse/ disclose operation

false

null

no

showHea der

null

null

no

title

null

user

no

userOper ations

95

cannot be performe d by the user on this flexible layout. If set to disclose, the user can either disclose or collapse the flexibleLa yout region in the rendered page. User Indicates boolean Personali if a user can zation personali ze this compone nt. Width Provides string a width hint to the browser.

true

user

no

userCust omizable

null

admin

no

width

96

flowLayout
Description
The flowLayout region lays out its indexed children horizontally, wrapping as needed. Each pair of adjacent children will be separated by an optional separator child. When a flowLayout region is created under a footer named child of a messageComponent region, the flowLayout region can only include button and spacer items. Corresponding web bean: OAFlowLayoutBean

Properties
Add Indicates boolean Indexed if Children indexed children will be automati cally added to this UI node tree. Admin Indicates boolean Personali if an Administr zation ator can personali ze this compone nt. AM The fully- string Definitio qualified class n name for the applicatio n module. AM The string true null no addChildr en

true

admin

no

adminCu stomizabl e

null

null

no

amDefNa me

null

null

no

amUsage 97

Instance instance name of an applicatio n module. Attribute The jrad:attri attribute buteSetR Set set for ef the compone nt. Child The name string View of the Attribute child view attribute. Valid only when used in table region. Child Renders string View an Instance instance of the object for each row in the View Instance. Valid only when used in table region. Comment Comment string s s Controlle The fully- string qualified r Class class name for the

Name

null

null

no

use

null

null

no

childView AttrName

null

null

no

childView UsageNa me

null null

null admin

no no

comment controller Class

98

CSS Class

Documen t Name

Documen tation Comment Extends

File Version

Help Target

Help Target Appl Short Name

controller object. Overrides string null the default CSS class. The name jrad:refN null of the ame compone nt Formatte string from d text for template use with file Javadoc. A jrad:com null reference ponentRe to f another compone nt that creates a different instance of that compone nt at runtime. The string null version of the file. The string null target name for the page online help. This string null applicatio n will be used to construct

admin

no

styleClas s

null

no

docName

null

no

not applicabl e extends

null

no

null

no

fileversion

null

no

helpTarg et

null

no

helpTarg etAppSho rtName

99

URI of the "help" icon in the global menu of the page.This makes the help pages from the other applicatio ns reference able. ID The Name unique name of this compone nt. Initial Indicates string Sort the initial Sequence sort sequence for each search. The legal values are none, first, second, and third. No Wrap Indicates boolean if cell contents should be wrapped. Valid only when used in 100

null

null

no

id

none

null

no

initSortS eq

false

null

no

cellNoWr apFormat

OA Extensio n Version

Personali zation Label

Post Initial Values

Prompt

Rendered

Scope

table region. The jrad:versi Oracle on Applicati ons Extensio n version with which the file was created or updated. The string region label used for Personali zation. Indicates boolean if rows which are made dirty only by the defaultin g of Initial Values are to be posted. The text string label for the compone nt. Indicates boolean if the compone nt is rendered. The Base jrad:scop

null

null

no

version

null

null

no

regionNa me

false

null

no

postDefa ult

null

admin

true

prompt

true

user

no

rendered

null

no

scope 101

Security Mode

Sort Allowed

Packages e which are allowed to reuse this compone nt. Defines string the security mode used to secure the region. If set to selfSecur ed it is the develope r's responsib ility to handle security validatio n. The legal values are standard, and selfSecur ed. Indicates string if the user can sort this column. Valid only when used in table region.

standard null

no

securityM ode

no

admin

no

sortState

102

Sort By View Attribute

Standalo ne

User Personali zation

xml:lang

The legal values are yes, no, ascendin g, and descendi ng. The string alternate view attribute name for use when sorting. Valid only when used in table region. Indicates boolean if this region can be rendered on its own. Indicates boolean if a user can personali ze this compone nt. Valid only when used in table region. Identifies optional the language containe

null

user

no

sortByVie wAttr

false

null

no

standalo ne

false

admin

no

userCust omizable

null

null

no

xml:lang

103

d within this compone nt.

104

footer
Description
The footer region is designed to contain the copyright, privacy information, and any other content that should be at the bottom of the page. footer extends <uix:footer> and inherits all the attributes and the named children defined for it. This element is embedded directly in a pageLayout element. Corresponding web bean: OAFooterBean

Properties
Admin Indicates boolean Personali if an Administr zation ator can personali ze this compone nt. AM The fully- string Definitio qualified class n name for the applicatio n module. AM The string Instance instance name of an applicatio n module. Attribute The jrad:attri attribute buteSetR Set set for ef the compone nt. Comment Comment string true admin no adminCu stomizabl e

null

null

no

amDefNa me

null

null

no

amUsage Name

null

null

no

use

null

null

no

comment 105

s s Controlle The fully- string null qualified r Class class name for the controller object. CSS Class Overrides string null the default CSS class. Documen The name jrad:refN null of the t Name ame compone nt Documen Formatte string from tation d text for template Comment use with file Javadoc. Extends A jrad:com null reference ponentRe to f another compone nt that creates a different instance of that compone nt at runtime. File The string null Version version of the file. ID The Name null unique name of this compone 106

admin

no

controller Class

admin

no

styleClas s

null

no

docName

null

no

not applicabl e extends

null

no

null

no

fileversion

null

no

id

OA Extensio n Version

Personali zation Label

Post Initial Values

Rendered

Scope

nt. The jrad:versi Oracle on Applicati ons Extensio n version with which the file was created or updated. The string region label used for Personali zation. Indicates boolean if rows which are made dirty only by the defaultin g of Initial Values are to be posted. Indicates boolean if the compone nt is rendered. The Base jrad:scop Packages e which are allowed to reuse this compone

null

null

no

version

null

null

no

regionNa me

false

null

no

postDefa ult

true

user

no

rendered

null

no

scope

107

nt. Security Defines string the Mode security mode used to secure the region. If set to selfSecur ed it is the develope r's responsib ility to handle security validatio n. The legal values are standard, and selfSecur ed. xml:lang Identifies optional the language containe d within this compone nt.

standard null

no

securityM ode

null

null

no

xml:lang

Element Children
Name copyright privacy Quantity 0 through 1 0 through 1 Description Node to use as a copyright statement. Node to use as a privacy statement.

108

109

Gantt
Description
The Gantt region can be used to create a Gantt chart that retrieves data from BC4J objects. Gantt charts are used for visualizing project planning and scheduling information; The Gantt style is used for rendering Gantt charts within a web application. oa:gantt extends oa:hGrid and inherits all the properties from it; note that the Width property in HGrid cannot be set in Gantt. Please refer to the HGrid section for more information on all HGrid properties. Corresponding web bean: OAGanttBean

Properties
Name Actual End Date View Attribute Descripti Type on The view string attribute for the actual end date of the task for the Variance bar Type. The view string attribute for the actual start date of the task for the Variance bar Type. Additiona string l help text. Default Value null Personali Translata XML zable ble Attribute null no actualFini shViewAt tr

Actual Start Date View Attribute

null

null

no

actualSta rtViewAtt r

Additiona l Text

null

admin

yes

shortDes c

110

Admin Indicates boolean Personali if an Administr zation ator can personali ze this compone nt. AM The fully- string Definitio qualified class n name for the applicatio n module. AM The string Instance instance name of an applicatio n module. Attribute The jrad:attri attribute buteSetR Set set for ef the compone nt. Auto Indicates boolean if the Scale Gantt chart will scale the axis units dependin g on the timeperiod specified. Axis End The view string Date attribute View for the

true

admin

no

adminCu stomizabl e

null

null

no

amDefNa me

null

null

no

amUsage Name

null

null

no

use

true

user

no

autoScale

null

null

no

endTime ViewAttr

111

Attribute end date of the Gantt chart horizonta l axis. Axis The string Major major unit of Scale time for the Gantt chart horizonta l axis. The legal values are years, halfyears , quarters, months, weeks, and days. Axis The string Minor minor unit of Scale time for the Gantt chart horizonta l axis. The legal values are years, halfyears , quarters, months, weeks, and days. Axis Start The view string Date attribute 112

months

user

no

majorSca le

weeks

user

no

minorSca le

null

null

no

startTime

for the View Attribute start date of the Gantt chart horizonta l axis. Bar Type The view string View attribute Attribute indicatin g the bar type. Baseline The view string End Date attribute View for the Attribute baseline end date of the task for the Variance Bar Type. Baseline The view string Start attribute Date for the View baseline Attribute start date of the task for the Variance bar Type. Comment Comment string s s Complete The view string d attribute Through for the View current Attribute 'complete d through' date of the task.

ViewAttr

null

null

no

barTypeV iewAttr

null

null

no

baseFinis hViewAtt r

null

null

no

baseStart ViewAttr

null null

null null

no no

comment complete dThrough ViewAttr

113

Controlle The fully- string null qualified r Class class name for the controller object. CSS Class Overrides string null the default CSS class. Disable Indicates boolean false Client if Side validatio Validatio n should not occur n on the web tier during a form submit. Extends A jrad:com null reference ponentRe to f another compone nt that creates a different instance of that compone nt at runtime. Help The string null target Target name for the page online help. Help This string null Target applicatio

admin

no

controller Class

admin

no

styleClas s

null

no

unvalidat ed

null

no

extends

null

no

helpTarg et

null

no

helpTarg etAppSho

114

Appl Short Name

Left Text View Attribute

Percent Complete View Attrbute

Personali zation Label

Post

n will be used to construct URI of the "help" icon in the global menu of the page.This makes the help pages from the other applicatio ns reference able. The view string attribute for the text label to the left of the task. The view string attribute for the completi on percenta ge of the task. The string region label used for Personali zation. Indicates boolean

rtName

null

null

no

leftTextVi ewAttr

null

null

no

percentC ompleteV iewAttr

null

null

no

regionNa me

false

null

no

postDefa

115

Initial Values

Predeces sor Accessor

Predeces sor View Attribute

Record Set Size

Render Descripti on Columns

if rows which are made dirty only by the defaultin g of Initial Values are to be posted. Accessor string Name for the predeces sor's rowset for the current task. View string Attribute Name for the predeces sor task ID. The string maximu m number of records that can be displayed under each node. Indicates boolean if the descripti on

ult

null

null

no

predeces sorAccess or

null

null

no

predeces sorViewA ttr

null

null

no

childBloc kSize

true

user

no

descChild renVis

116

columns should always be rendered. Rendered Indicates boolean if the compone nt is rendered. Right The view string Text attribute View for the Attribute text label to the right of the task. Search The fully- string Controlle qualified class r Class name for the controller object associate d with the search results table. Search The view string View usage to be used Usage for running queries on the hGrid. Security Defines string the Mode security mode used to

true

user

no

rendered

null

null

no

rightText ViewAttr

null

admin

no

searchCo ntrollerCl ass

null

null

no

searchVie wName

standard null

no

securityM ode

117

secure the region. If set to selfSecur ed it is the develope r's responsib ility to handle security validatio n. The legal values are standard, and selfSecur ed. Show Indicates boolean Bubble if Bubble Text will Text be shown for the task. Show Indicates boolean Current if a line is drawn to Date indicate the current date. Show Indicates boolean Depende if ncy Lines depende ncy lines are visible. Standalo Indicates boolean if this ne

true

user

no

showTool tip

true

user

no

showCurr entDate

false

user

no

showDep endencyL ines

false

null

no

standalo ne

118

Task End Date View Attribute

Task ID View Attribute

Task Start Date View Attribute User Personali zation

View Instance Name

region can be rendered on its own. The view string attribute for the end date of the task. View string Attribute Name for the unique task ID. The view string attribute for the start date of the task. Indicates boolean if a user can personali ze this compone nt. The name string of the view object instance.

null

null

no

barFinish ViewAttr

null

null

no

taskIdVie wAttr

null

null

no

barStartV iewAttr

false

admin

no

userCust omizable

null

null

no

viewNam e

Element Children
Name descriptionColumns tableActions Quantity 0 through 1 0 through 1 Description Description columns. Component used for performing table 119

tableSelection

0 through 1

viewInHierarchy

0 through 1

actions that are independent of row selection. SingleSelectionBean or MultipleSelectionBean to render with the table. Column stamp for the 'View In Hierarchy' column in the search results table.

120

graphTable
Description
The graphTable region is used to layout graphs that are essentially BI Beans and a UIX table by extending tableLayout. So, graphTable inherits all the attributes and children from tableLayout. See the section on tableLayout for a list of attributes and child elements available on the tableLayout element. graphTable contains two grouping elements called graphs and tabularFormat. The graphs grouping contains one or more graph elements. The tabularFormat grouping contains a table. Corresponding web bean: OAGraphTableBean

Properties
Name Add Indexed Children Descripti Type on Indicates boolean if indexed children will be automati cally added to this UI node tree. Indicates boolean if an Administr ator can personali ze this compone nt. The fully- string qualified class name for the Default Value true Personali Translata XML zable ble Attribute null no addChildr en

Admin Personali zation

true

admin

no

adminCu stomizabl e

AM Definitio n

null

null

no

amDefNa me

121

AM Instance

Attribute Set

Comment s Controlle r Class

CSS Class

Extends

applicatio n module. The string null instance name of an applicatio n module. The jrad:attri null attribute buteSetR set for ef the compone nt. Comment string null s The fully- string null qualified class name for the controller object. Overrides string null the default CSS class. A jrad:com null reference ponentRe to f another compone nt that creates a different instance of that compone nt at runtime.

null

no

amUsage Name

null

no

use

null admin

no no

comment controller Class

admin

no

styleClas s

null

no

extends

122

Indicates string which compone nts of the graph are rendered. The legal values are both, and graph. Graphs Number unsigned per Row of graphs Int to be displayed on each row. Help The string target Target name for the page online help. Help This string Target applicatio Appl n will be Short used to construct Name URI of the "help" icon in the global menu of the page.This makes the help pages from the other applicatio

Graph Render Style

graph

null

no

renderSt yle

null

null

no

graphsPe rRow

null

null

no

helpTarg et

null

null

no

helpTarg etAppSho rtName

123

ns reference able. Personali The string zation region label Label used for Personali zation. Post Indicates boolean Initial if rows which are Values made dirty only by the defaultin g of Initial Values are to be posted. Rendered Indicates boolean if the compone nt is rendered. Security Defines string the Mode security mode used to secure the region. If set to selfSecur ed it is the develope r's responsib ility to handle

null

null

no

regionNa me

false

null

no

postDefa ult

true

user

no

rendered

standard null

no

securityM ode

124

security validatio n. The legal values are standard, and selfSecur ed. Standalo Indicates boolean if this ne region can be rendered on its own. View Link The name string Instance of the View Link Instance establishi ng masterdetail relations hip between outer and inner repeating container s.

false

null

no

standalo ne

null

null

no

viewLink Name

Element Children
Name graphs tabularFormat Quantity 1 0 through 1 Description Graphs based on the table. Table for graphs are to be rendered.

graph
125

Name

Descripti Type on Aggregat The string e aggregat Function e function to apply to the data. The legal values are sum, avg, max, min, and none. Allow Indicates boolean Combinat if a ion Graph combinat ion graph is allowed. AM The fully- string Definitio qualified class n name for the applicatio n module. AM The string Instance instance name of an applicatio n module. Attribute The jrad:attri attribute buteSetR Set set for ef the compone nt. Comment Comment string

Default Value none

Personali Translata XML zable ble Attribute admin no aggregat eFunctio n

false

user

no

combo

null

null

no

amDefNa me

null

null

no

amUsage Name

null

null

no

use

null

null

no

comment

126

s s CSS Class Overrides string the default CSS class. Data Axis The Data string Axis label Label for the graph. Data Axis Determin boolean scale es from zero whether the lower limit for Data Axis is zero or the lowest data value. Destinati The string Destinati on URI on URI. Display Indicates boolean Data if Bubble Bubble Text is displayed Text for the Data Points. Display Indicates boolean Data if the Markers data markers should be plotted. Display Indicates boolean Secondar if this y Y-Axis graph has a secondar y Y-axis.

null

admin

no

styleClas s

null

admin

true

yAxisLab el

true

admin

no

yAxisScal eFromZer o

null

null

no

drillDown Url displayBu bbleText

true

null

no

false

admin

no

displayDa taMarker s

false

user

no

dualYAxi s

127

Documen The name jrad:refN null null of the ame t Name compone nt Extends A jrad:com null null reference ponentRe to f another compone nt that creates a different instance of that compone nt at runtime. Graph The type string vertical admin of the clustered Type graph. bar The legal values are absolute area, absolute line, horizonta l clustered bar, horizonta l percent bar, horizonta l stacked bar, percent area, percent line, pie, point, scatter, stacked 128

no

docName

no

extends

no

graphTyp e

area, stacked line, vertical clustered bar, vertical high-lowclose stock, vertical percent bar, and vertical stacked bar. Height Graph's string height in pixels, applicabl e only if size="cus tom". Rendered Indicates boolean if the compone nt is rendered. Scope The Base jrad:scop Packages e which are allowed to reuse this compone nt. Secondar The label string y Data for the Axis secondar y data Label axis. Size The size string of the

null

null

no

height

true

user

no

rendered

null

no

scope

null

user

true

secYAxis Label

small

user

no

size

129

graph. The legal values are verysmall, small, medium, large, and custom. Title The title string of the graph. Width Graph's string width in pixels, applicabl e only if size="cus tom". X-Axis The Xstring Axis label Label for the graph. xml:lang Identifies optional the language containe d within this compone nt.

null

admin

true

title

null

null

no

width

null

admin

true

xAxisLab el

null

null

no

xml:lang

Element Children
Name dataMap Quantity 1 Description Lists a bunch of graphData elements.

graphData
Descripti Type Default on Value Attribute The jrad:attri null attribute buteSetR Set Name 130 Personali Translata XML zable ble Attribute null no use

set for ef the compone nt. Combinat The type string ion Graph of graph for a Type combinat ion graph. The legal values are bar, line, area, and none. Comment Comment string s s. Prompt Prompt string to be used in legend label. Used only when style='da ta'. Purpose Specifies string in Graph the purpose of the graph data element. The legal values are data, groupLab els, and seriesLab els. Secondar Indicates boolean if this y Axis

none

null

no

comboGr aphType

null null

null admin

no true

comment prompt

data

null

no

graphAs

false

user

no

assigned ToY2

131

graphDat a is plotted on the secondar y axis. Stock The Stock string Value Type Value to Type use for the graph. The legal values are high, low, close, and none. View The name string Attribute of the view attribute. View The name string Instance of the view object instance.

none

null

no

stockValu e

null

null

no

viewAttr

null

null

no

viewNam e

132

header
Description
The header region places a label and optional icon at the top of a section. This control can be used to provide important messaging information. The types of messages are: Error, Information, Warning, and Confirmation. header extends <uix:header> and inherits all the attributes and named children defined for it. This element does not support the "styleClass" attribute. Corresponding web bean: OAHeaderBean

Properties
Add Indicates boolean Indexed if Children indexed children will be automati cally added to this UI node tree. Admin Indicates boolean Personali if an Administr zation ator can personali ze this compone nt. AM The fully- string Definitio qualified class n name for the applicatio n module. true null no addChildr en

true

admin

no

adminCu stomizabl e

null

null

no

amDefNa me

133

AM The string Instance instance name of an applicatio n module. Attribute The jrad:attri attribute buteSetR Set set for ef the compone nt. Child The name string View of the Attribute child view attribute. Child Renders string View an Instance instance of the object for each row in the View Instance. Comment Comment string s s Controlle The fully- string qualified r Class class name for the controller object. CSS Class Overrides string the default CSS class. Documen The name jrad:refN of the t Name ame 134

null

null

no

amUsage Name

null

null

no

use

null

null

no

childView AttrName

null

null

no

childView UsageNa me

null null

null admin

no no

comment controller Class

null

admin

no

styleClas s

null

null

no

docName

compone nt Documen Formatte string from tation d text for template Comment use with file Javadoc. Extends A jrad:com null reference ponentRe to f another compone nt that creates a different instance of that compone nt at runtime. File The string null Version version of the file. Help The string null target Target name for the page online help. Help This string null Target applicatio Appl n will be Short used to construct Name URI of the "help" icon in the global menu of the page.This

null

no

not applicabl e extends

null

no

null

no

fileversion

null

no

helpTarg et

null

no

helpTarg etAppSho rtName

135

Icon URI

ID

OA Extensio n Version

Personali zation Label

Post Initial Values

makes the help pages from the other applicatio ns reference able. The URI string for the icon file. The Name unique name of this compone nt. The jrad:versi Oracle on Applicati ons Extensio n version with which the file was created or updated. The string region label used for Personali zation. Indicates boolean if rows which are made dirty only by the defaultin

null

admin

no

icon

null

null

no

id

null

null

no

version

null

null

no

regionNa me

false

null

no

postDefa ult

136

g of Initial Values are to be posted. Record Indicates boolean History if Record Enabled History feature is enabled. Rendered Indicates boolean if the compone nt is rendered. Scope The Base jrad:scop Packages e which are allowed to reuse this compone nt. Security Defines string the Mode security mode used to secure the region. If set to selfSecur ed it is the develope r's responsib ility to handle security validatio n. The

false

admin

no

recordHis toryEnabl ed

true

user

no

rendered

null

no

scope

standard null

no

securityM ode

137

legal values are standard, and selfSecur ed. Standalo Indicates boolean if this ne region can be rendered on its own. Text The text string label for the compone nt. View Link The name string Instance of the View Link Instance establishi ng masterdetail relations hip between outer and inner repeating container s. xml:lang Identifies optional the language containe d within this compone nt.

false

null

no

standalo ne

null

admin

yes

text

null

null

no

viewLink Name

null

null

no

xml:lang

138

139

HGrid
Description
The HGrid region can be used to display tree structured data, in a format similar to a table element. Unlike the TreeBean, the HGridBean is suitable for use with massive trees, since it supports focusing in and out of subtrees. The HGrid region is used to display objects in a hierarchical format, much like the Tree region. HGrid renders like a Table; each row corresponds to a tree node. It has two special columns: the focus column and the object hierarchy column. The object hierarchy column identifies the current tree node and allows the user to expand (view the children of) or collapse (hide the children of) this node. The focus column is used to select a new root for the tree. This allows users to zoom into subtrees of a massive tree. The HGrid element renders bread crumbs to allow the user to focus out (or zoom out) of the current subtree. HGrid also renders links to allow the user to quickly expand or collapse all the nodes under the current focus root. Corresponding web bean: OAHGridBean

Properties
Descripti Type on Additiona Additiona string l help l Text text. Admin Indicates boolean Personali if an Administr zation ator can personali ze this compone nt. AM The fully- string Definitio qualified class n name for the applicatio n Name 140 Default Value null Personali Translata XML zable ble Attribute admin yes shortDes c admin no adminCu stomizabl e

true

null

null

no

amDefNa me

AM Instance

Attribute Set

Comment s Controlle r Class

CSS Class

Disable Client Side Validatio n

Documen t Name

Documen

module. The string instance name of an applicatio n module. The jrad:attri attribute buteSetR set for ef the compone nt. Comment string s The fully- string qualified class name for the controller object. Overrides string the default CSS class. Indicates boolean if validatio n should not occur on the web tier during a form submit. The name jrad:refN of the ame compone nt Formatte string

null

null

no

amUsage Name

null

null

no

use

null null

null admin

no no

comment controller Class

null

admin

no

styleClas s

false

null

no

unvalidat ed

null

null

no

docName

from

null

no

not 141

d text for template tation file Comment use with Javadoc. Extends A jrad:com null reference ponentRe to f another compone nt that creates a different instance of that compone nt at runtime. File The string null Version version of the file. Help The string null target Target name for the page online help. Help This null string Target applicatio Appl n will be Short used to construct Name URI of the "help" icon in the global menu of the page.This makes the help pages

applicabl e null no extends

null

no

fileversion

null

no

helpTarg et

null

no

helpTarg etAppSho rtName

142

from the other applicatio ns reference able. ID Maps to Name the Item Name property of the nested region that points to the HGrid region. OA The jrad:versi Extensio Oracle on n Version Applicati ons Extensio n version with which the file was created or updated. Personali The string zation region label Label used for Personali zation. Post Indicates boolean Initial if rows which are Values made dirty only by the defaultin g of

null

null

no

id

null

null

no

version

null

null

no

regionNa me

false

null

no

postDefa ult

143

Initial Values are to be posted. Record The string Set Size maximu m number of records that can be displayed under each node. Rendered Indicates boolean if the compone nt is rendered. Scope The Base jrad:scop Packages e which are allowed to reuse this compone nt. Search The fully- string Controlle qualified class r Class name for the controller object associate d with the search results table. Search The view string

null

null

no

childBloc kSize

true

user

no

rendered

null

no

scope

null

admin

no

searchCo ntrollerCl ass

null

null

no

searchVie

144

usage to be used for running queries on the hGrid. Security Defines string the Mode security mode used to secure the region. If set to selfSecur ed it is the develope r's responsib ility to handle security validatio n. The legal values are standard, and selfSecur ed. Standalo Indicates boolean if this ne region can be rendered on its own. User Indicates boolean Personali if a user can View Usage

wName

standard null

no

securityM ode

false

null

no

standalo ne

false

admin

no

userCust omizable

145

zation

personali ze this compone nt. Width Indicates string the width in pixels or as a percenta ge (if % sign included) . xml:lang Identifies optional the language containe d within this compone nt.

null

null

no

width

null

null

no

xml:lang

Element Children
Name tableActions Quantity 0 through 1 Description Component used for performing table actions that are independent of row selection. SingleSelectionBean or MultipleSelectionBean to render with the table. Column stamp for the 'View In Hierarchy' column in the search results table.

tableSelection

0 through 1

viewInHierarchy

0 through 1

146

hideShow
Description
The hideShow region provides a means of toggling a group of UINodes between being disclosed or undisclosed. A hideShow element should be used to: hide or show an entire section or a part of a section of information within the contents of a page such as: show more information/hide more information, show details/hide details, show "section name"/hide "section name", show graph/hide graph, etc. hide or show functionality such as simple/advance search hide or show details of a table row hideShow extends <uix:hideShow> and inherits all the attributes and children. Corresponding web bean: OADefaultHideShowBean

Properties
Add Indicates boolean Indexed if Children indexed children will be automati cally added to this UI node tree. Additiona Additiona string l help l Text text. Note: If a hideSho w region is created under advanced true null no addChildr en

null

admin

yes

shortDes c

147

Admin Personali zation

AM Definitio n

AM Instance

Attribute Set

Comment s Controlle r Class

Table then the Additiona l Text property is not displayed . Indicates boolean if an Administr ator can personali ze this compone nt. The fully- string qualified class name for the applicatio n module. The string instance name of an applicatio n module. The jrad:attri attribute buteSetR set for ef the compone nt. Comment string s The fully- string qualified class name for

true

admin

no

adminCu stomizabl e

null

null

no

amDefNa me

null

null

no

amUsage Name

null

null

no

use

null null

null admin

no no

comment controller Class

148

CSS Class

Disable Client Side Validatio n

Disable Server Side Validatio n

Disclosed Text

Disclosed

Documen t Name

the controller object. Overrides string the default CSS class. Indicates boolean if validatio n should not occur on the web tier during a form submit. Indicates boolean if validatio n should not occur on the business tier during a form submit. The text string to display when the children are shown. The boolean initial disclosur e state. The name jrad:refN of the ame compone nt

null

admin

no

styleClas s

false

null

no

unvalidat ed

false

null

no

serverUn validated

null

admin

no

disclosed Text

false

user

no

disclosed

null

null

no

docName

149

Documen Formatte string from d text for template tation file Comment use with Javadoc. Extends A jrad:com null reference ponentRe to f another compone nt that creates a different instance of that compone nt at runtime. File The string null Version version of the file. Help The string null target Target name for the page online help. Help This null string Target applicatio Appl n will be Short used to construct Name URI of the "help" icon in the global menu of the page.This makes the help

null

no

not applicabl e extends

null

no

null

no

fileversion

null

no

helpTarg et

null

no

helpTarg etAppSho rtName

150

pages from the other applicatio ns reference able. ID The Name unique name of this compone nt. OA The jrad:versi Extensio Oracle on n Version Applicati ons Extensio n version with which the file was created or updated. Personali The string zation region label Label used for Personali zation. Post Indicates boolean Initial if rows which are Values made dirty only by the defaultin g of Initial Values are to be posted.

null

null

no

id

null

null

no

version

null

null

no

regionNa me

false

null

no

postDefa ult

151

Rendered Indicates boolean if the compone nt is rendered. Scope The Base jrad:scop Packages e which are allowed to reuse this compone nt. Security Defines string the Mode security mode used to secure the region. If set to selfSecur ed it is the develope r's responsib ility to handle security validatio n. The legal values are standard, and selfSecur ed. Standalo Indicates boolean if this ne region

true

user

no

rendered

null

no

scope

standard null

no

securityM ode

false

null

no

standalo ne

152

Undisclos ed Text

User Personali zation

View Attribute

View Instance

xml:lang

can be rendered on its own. The text string to display when the children are hidden. Indicates boolean if a user can personali ze this compone nt. The name string of the view attribute. The name string of the view object instance. Identifies optional the language containe d within this compone nt.

null

admin

no

undisclos edText

false

admin

no

userCust omizable

null

null

no

viewAttr

null

null

no

viewNam e

null

null

no

xml:lang

153

hideShowHeader
Description
The hideShowHeader region provides a means of toggling the contents under a header between being disclosed (shown) or undisclosed (hidden). hideShowHeader extends <uix:hideShowHeader> and inherits all the attributes and children. Corresponding web bean: OAHideShowHeaderBean

Properties
Add Indicates boolean Indexed if Children indexed children will be automati cally added to this UI node tree. Admin Indicates boolean Personali if an Administr zation ator can personali ze this compone nt. AM The fully- string Definitio qualified class n name for the applicatio n module. AM The string Instance instance 154 true null no addChildr en

true

admin

no

adminCu stomizabl e

null

null

no

amDefNa me

null

null

no

amUsage Name

Attribute Set

Comment s Controlle r Class

CSS Class

Disable Client Side Validatio n

Disable Server Side Validatio n

name of an applicatio n module. The jrad:attri attribute buteSetR set for ef the compone nt. Comment string s The fully- string qualified class name for the controller object. Overrides string the default CSS class. Indicates boolean if validatio n should not occur on the web tier during a form submit. Indicates boolean if validatio n should not occur on the business tier

null

null

no

use

null null

null admin

no no

comment controller Class

null

admin

no

styleClas s

false

null

no

unvalidat ed

false

null

no

serverUn validated

155

Disclosed

Documen t Name

Documen tation Comment Extends

File Version

Help Target

Help Target Appl Short Name 156

during a form submit. The boolean false initial disclosed state. The name jrad:refN null of the ame compone nt Formatte string from d text for template use with file Javadoc. A jrad:com null reference ponentRe to f another compone nt that creates a different instance of that compone nt at runtime. The string null version of the file. The string null target name for the page online help. This string null applicatio n will be used to construct

user

no

disclosed

null

no

docName

null

no

not applicabl e extends

null

no

null

no

fileversion

null

no

helpTarg et

null

no

helpTarg etAppSho rtName

Icon URI

ID

OA Extensio n Version

Personali zation Label

URI of the "help" icon in the global menu of the page.This makes the help pages from the other applicatio ns reference able. The URI string for the icon file. The Name unique name of this compone nt. The jrad:versi Oracle on Applicati ons Extensio n version with which the file was created or updated. The string region label used for

null

admin

no

icon

null

null

no

id

null

null

no

version

null

null

no

regionNa me

157

Personali zation. Post Indicates boolean Initial if rows which are Values made dirty only by the defaultin g of Initial Values are to be posted. Rendered Indicates boolean if the compone nt is rendered. Scope The Base jrad:scop Packages e which are allowed to reuse this compone nt. Security Defines string the Mode security mode used to secure the region. If set to selfSecur ed it is the develope r's responsib ility to

false

null

no

postDefa ult

true

user

no

rendered

null

no

scope

standard null

no

securityM ode

158

Standalo ne

Text

View Attribute

View Instance

xml:lang

handle security validatio n. The legal values are standard, and selfSecur ed. Indicates boolean if this region can be rendered on its own. The text string label for the compone nt. The name string of the view attribute. The name string of the view object instance. Identifies optional the language containe d within this compone nt.

false

null

no

standalo ne

null

admin

yes

text

null

null

no

viewAttr

null

null

no

viewNam e

null

null

no

xml:lang

159

160

labeledFieldLayout
Description
The labeledFieldLayout region lays out its indexed children in a series of columns, one set for the "labels" and the other set for the "fields", with a gap in between. The children are laid out across and down, with the first child in each row in the "label" position and the second in the "field" position. The contents of each row are centered in the available space, with the "labels" right aligned, and the "fields" left aligned. With multiple columns, the children continue to be layed out across and down. For example, with two columns, the third child will be used as the label for the first row and second column. Although designed for labeled text fields, this layout can be used with any UINodes. It also has special support for all of the inline messaging beans. Each inline messaging bean will automatically occupy both a "label" and "field" position. Corresponding web bean: OALabeledFieldLayoutBean Note: The labeledFieldLayout component has been deprecated; use the messageComponentLayout component instead. Please refer to the messageComponentLayout section for information about messageComponentLayout.

Properties
Add Indicates boolean Indexed if Children indexed children will be automati cally added to this UI node tree. Admin Indicates boolean Personali if an Administr zation ator can personali ze this true null no addChildr en

true

admin

no

adminCu stomizabl e

161

AM Definitio n

AM Instance

Attribute Set

Child View Attribute

Child View Instance

Columns

compone nt. The fully- string qualified class name for the applicatio n module. The string instance name of an applicatio n module. The jrad:attri attribute buteSetR set for ef the compone nt. The name string of the child view attribute. Renders string an instance of the object for each row in the View Instance. The unsigned number Int of columns to display in the

null

null

no

amDefNa me

null

null

no

amUsage Name

null

null

no

use

null

null

no

childView AttrName

null

null

no

childView UsageNa me

null

no

columns

162

Comment s Controlle r Class

CSS Class

Documen t Name

Documen tation Comment Extends

File Version

Help Target

layout. Comment string null s The fully- string null qualified class name for the controller object. Overrides string null the default CSS class. The name jrad:refN null of the ame compone nt Formatte string from d text for template use with file Javadoc. A jrad:com null reference ponentRe to f another compone nt that creates a different instance of that compone nt at runtime. The string null version of the file. The string null target name for

null admin

no no

comment controller Class

admin

no

styleClas s

null

no

docName

null

no

not applicabl e extends

null

no

null

no

fileversion

null

no

helpTarg et

163

Help Target Appl Short Name

ID

Item Width

the page online help. This string applicatio n will be used to construct URI of the "help" icon in the global menu of the page.This makes the help pages from the other applicatio ns reference able. The Name unique name of this compone nt. Indicates string the width of the item in pixels or as a percenta ge (if % sign included) .

null

null

no

helpTarg etAppSho rtName

null

null

no

id

null

null

no

fieldWidt h

164

OA The jrad:versi Extensio Oracle on n Version Applicati ons Extensio n version with which the file was created or updated. Personali The string zation region label Label used for Personali zation. Post Indicates boolean Initial if rows which are Values made dirty only by the defaultin g of Initial Values are to be posted. Prompt Indicates string the width Width of the prompt in pixels or as a percenta ge (if % sign included) . Rendered Indicates boolean if the

null

null

no

version

null

null

no

regionNa me

false

null

no

postDefa ult

null

null

no

labelWidt h

true

user

no

rendered

165

compone nt is rendered. Scope The Base jrad:scop . null Packages e which are allowed to reuse this compone nt. Security Defines string standard null the Mode security mode used to secure the region. If set to selfSecur ed it is the develope r's responsib ility to handle security validatio n. The legal values are standard, and selfSecur ed. Standalo Indicates boolean false null if this ne region can be rendered on its 166

no

scope

no

securityM ode

no

standalo ne

own. View Link The name string Instance of the View Link Instance establishi ng masterdetail relations hip between outer and inner repeating container s. Width Indicates string the width in pixels or as a percenta ge (if % sign included) . xml:lang Identifies optional the language containe d within this compone nt.

null

null

no

viewLink Name

null

null

no

width

null

null

no

xml:lang

167

listOfValues
Description
A listOfValues region is rendered in a separate modal dialog containing a complex list of possible values that can be selected as a valid value for an entry field on a transaction page or a field within a table. Refer to the messageLovInput section for information on the properties of messageLovInput. Corresponding web bean: OAListOfValuesBean

Properties
Admin Indicates boolean Personali if an Administr zation ator can personali ze this compone nt. Advanced Indicates boolean Search if the Allowed Advanced Search region is Enabled for the List Of Values. AM The fully- string Definitio qualified class n name for the applicatio n module. AM The string Instance instance name of an applicatio n 168 true admin no adminCu stomizabl e

false

admin

no

advanced SearchAll owed

null

null

no

amDefNa me

null

null

no

amUsage Name

module. Attribute The jrad:attri null attribute buteSetR Set set for ef the compone nt. Comment Comment string null s s Controlle The fully- string null qualified r Class class name for the controller object. CSS Class Overrides string null the default CSS class. Documen The name jrad:refN null of the t Name ame compone nt Documen Formatte string from tation d text for template Comment use with file Javadoc. Extends A jrad:com null reference ponentRe to f another compone nt that creates a different instance of that compone nt at runtime. File The string null

null

no

use

null admin

no no

comment controller Class

admin

no

styleClas s

null

no

docName

null

no

not applicabl e extends

null

no

null

no

file169

Version

OA Extensio n Version

Personali zation Label

Post Initial Values

Rendered

Scope

version of the file. The jrad:versi Oracle on Applicati ons Extensio n version with which the file was created or updated. The string region label used for Personali zation. Indicates boolean if rows which are made dirty only by the defaultin g of Initial Values are to be posted. Indicates boolean if the compone nt is rendered. The Base jrad:scop Packages e which are allowed to reuse

version

null

null

no

version

null

null

no

regionNa me

false

null

no

postDefa ult

true

user

no

rendered

null

no

scope

170

this compone nt. Security Defines string the Mode security mode used to secure the region. If set to selfSecur ed it is the develope r's responsib ility to handle security validatio n. The legal values are standard, and selfSecur ed. xml:lang Identifies optional the language containe d within this compone nt.

standard null

no

securityM ode

null

null

no

xml:lang

Element Children
Name searchInstructions Quantity 0 through 1 Description Short instructional text which will display in

171

the search block of the LOV window.

172

messageComponentLayout
Description
The messageComponentLayout region lays out components in multiple columns. The prompts of the components line up, and right align; and the associated data entry areas of each of the components also line up, left aligning with one another within a column. The children of this bean are restricted to message components. Corresponding web bean: OAMessageComponentLayoutBean

Properties
Name Add Indexed Children Descripti Type on Indicates boolean if indexed children will be automati cally added to this UI node tree. Indicates boolean if an Administr ator can personali ze this compone nt. The fully- string qualified class name for the applicatio n module. Default Value true Personali Translata XML zable ble Attribute null no addChildr en

Admin Personali zation

true

admin

no

adminCu stomizabl e

AM Definitio n

null

null

no

amDefNa me

173

AM The string Instance instance name of an applicatio n module. Attribute The jrad:attri attribute buteSetR Set set for ef the compone nt. Columns The unsigned number Int of columns to display in the layout. Comment Comment string s s Controlle The fully- string qualified r Class class name for the controller object. CSS Class Overrides string the default CSS class. Documen The name jrad:refN of the t Name ame compone nt Documen Formatte string tation d text for Comment use with Javadoc.

null

null

no

amUsage Name

null

null

no

use

null

null

no

columns

null null

null admin

no no

comment controller Class

null

admin

no

styleClas s

null

null

no

docName

from null template file

no

not applicabl e

174

A jrad:com null reference ponentRe to f another compone nt that creates a different instance of that compone nt at runtime. Field Overrides string null the Width preferred width of the fields in pixels or as a percenta ge (if % sign included) . File The string null Version version of the file. ID The Name null unique name of this compone nt. OA The jrad:versi null Extensio Oracle on n Version Applicati ons Extensio n version with which the

Extends

null

no

extends

admin

no

fieldWidt h

null

no

fileversion

null

no

id

null

no

version

175

file was created or updated. Personali The string zation region label Label used for Personali zation. Post Indicates boolean Initial if rows which are Values made dirty only by the defaultin g of Initial Values are to be posted. Prompt Indicates string the width Width of the prompt in pixels or as a percenta ge (if % sign included) . Rendered Indicates boolean if the compone nt is rendered. Scope The Base jrad:scop Packages e which are allowed to reuse

null

null

no

regionNa me

false

null

no

postDefa ult

null

null

no

labelWidt h

true

user

no

rendered

null

no

scope

176

Search Region

Security Mode

this compone nt. Indicates boolean if this compone nt is used as a search region. Setting this to True overrides settings for the Width, Prompt Width and Field Width. Defines string the security mode used to secure the region. If set to selfSecur ed it is the develope r's responsib ility to handle security validatio n. The legal values are

false

null

no

searchRe gion

standard null

no

securityM ode

177

standard, and selfSecur ed. Width Indicates string the width in pixels or as a percenta ge (if % sign included) . xml:lang Identifies optional the language containe d within this compone nt.

null

null

no

width

null

null

no

xml:lang

messageLayout
Descripti Type on Admin Indicates boolean Personali if an Administr zation ator can personali ze this compone nt. Attribute The jrad:attri attribute buteSetR Set set for ef the compone nt. Comment Comment string s s Prompt The text string label for Name 178 Default Value true Personali Translata XML zable ble Attribute admin no adminCu stomizabl e

null

null

no

use

null null

null admin

no yes

comment prompt

the compone nt. Rendered Indicates boolean if the compone nt is rendered.

true

user

no

rendered

179

navigationBar
Description
The navigationBar style implements a locator element. It can be used for both step-by-step navigation and record navigation. Corresponding web bean: OANavigationBarBean

Properties
Add Indicates boolean Indexed if Children indexed children will be automati cally added to this UI node tree. Admin Indicates boolean Personali if an Administr zation ator can personali ze this compone nt. AM The fully- string Definitio qualified class n name for the applicatio n module. AM The string Instance instance name of an applicatio 180 true null no addChildr en

true

admin

no

adminCu stomizabl e

null

null

no

amDefNa me

null

null

no

amUsage Name

Attribute Set

Comment s Controlle r Class

CSS Class

Disable Client Side Validatio n

Disable Server Side Validatio n

n module. The jrad:attri attribute buteSetR set for ef the compone nt. Comment string s The fully- string qualified class name for the controller object. Overrides string the default CSS class. Indicates boolean if validatio n should not occur on the web tier during a form submit. Indicates boolean if validatio n should not occur on the business tier during a form submit.

null

null

no

use

null null

null admin

no no

comment controller Class

null

admin

no

styleClas s

false

null

no

unvalidat ed

false

null

no

serverUn validated

181

Documen The name jrad:refN null of the ame t Name compone nt Documen Formatte string from tation d text for template Comment use with file Javadoc. Extends A jrad:com null reference ponentRe to f another compone nt that creates a different instance of that compone nt at runtime. File The string null Version version of the file. First Step The unsigned 1 number Int of the first step in a multistep navigatio n. Last Step The unsigned -1 number Int of the last step in a multistep navigatio n.

null

no

docName

null

no

not applicabl e extends

null

no

null

no

fileversion

null

no

minValue

null

no

maxValu e

182

OA The jrad:versi Extensio Oracle on n Version Applicati ons Extensio n version with which the file was created or updated. Personali The string zation region label Label used for Personali zation. Post Indicates boolean Initial if rows which are Values made dirty only by the defaultin g of Initial Values are to be posted. Records The unsigned Displayed maximu Int m number of rows to display. Rendered Indicates boolean if the compone nt is rendered. Scope The Base jrad:scop

null

null

no

version

null

null

no

regionNa me

false

admin

no

postDefa ult

-1

user

no

blockSize

true

user

no

rendered

null

no

scope

183

Packages e which are allowed to reuse this compone nt. Show All Indicates string if the user can view any attachme nt for the current object, regardles s of category. Security Defines string the Mode security mode used to secure the region. If set to selfSecur ed it is the develope r's responsib ility to handle security validatio n. The legal values are standard, and selfSecur 184

no

null

no

showAll

standard null

no

securityM ode

ed. xml:lang Identifies optional the language containe d within this compone nt.

null

null

no

xml:lang

185

pageButtonBar
Description
The pageButtonBar style lays out a set of buttons that operate over the scope of the entire page. Corresponding web bean: OAPageButtonBarBean

Properties
Add Indicates boolean Indexed if Children indexed children will be automati cally added to this UI node tree. Admin Indicates boolean Personali if an Administr zation ator can personali ze this compone nt. Attribute The jrad:attri attribute buteSetR Set set for ef the compone nt. Comment Comment string s s Controlle The fully- string qualified r Class class name for the 186 true null no addChildr en

true

admin

no

adminCu stomizabl e

null

null

no

use

null null

null admin

no no

comment controller Class

CSS Class

Documen t Name

Documen tation Comment Extends

File Version

OA Extensio n Version

controller object. Overrides string null the default CSS class. The name jrad:refN null of the ame compone nt Formatte string from d text for template use with file Javadoc. A jrad:com null reference ponentRe to f another compone nt that creates a different instance of that compone nt at runtime. The string null version of the file. The jrad:versi null Oracle on Applicati ons Extensio n version with which the file was created or

admin

no

styleClas s

null

no

docName

null

no

not applicabl e extends

null

no

null

no

fileversion

null

no

version

187

updated. Personali The string zation region label Label used for Personali zation. Post Indicates boolean Initial if rows which are Values made dirty only by the defaultin g of Initial Values are to be posted. Rendered Indicates boolean if the compone nt is rendered. Scope The Base jrad:scop Packages e which are allowed to reuse this compone nt. Security Defines string the Mode security mode used to secure the region. If set to selfSecur ed it is

null

null

no

regionNa me

false

null

no

postDefa ult

true

user

no

rendered

null

no

scope

standard null

no

securityM ode

188

the develope r's responsib ility to handle security validatio n. The legal values are standard, and selfSecur ed. xml:lang Identifies optional the language containe d within this compone nt.

null

null

no

xml:lang

189

pageLayout
Description
The pageLayout region is a high-level layout element that is a template for the entire page. It supports several navigation and content areas for the creation of pages. Corresponding web bean: OAPageLayoutBean

Properties
Admin Indicates boolean Personali if an Administr zation ator can personali ze this compone nt. AM The fully- string Definitio qualified class n name for the applicatio n module. AM State Indicates boolean Required if an error will be displayed when navigatin g to the page and an Applicati on Module is not found. Applicati The string on Menu menu to 190 true admin no adminCu stomizabl e

null

null

no

amDefNa me

false

null

no

amStateR equired

null

null

no

appMenu

Attribute Set

Auto Footer

Comment s Controlle r Class

CSS Class

Documen t Name

Documen tation Comment

render with the page. The jrad:attri attribute buteSetR set for ef the compone nt. Indicates boolean if standard copyright and privacy named children are added automati cally. Comment string s The fully- string qualified class name for the controller object. Overrides string the default CSS class. The name jrad:refN of the ame compone nt Formatte string d text for use with Javadoc.

null

null

no

use

true

null

no

autoFoot er

null null

null admin

no no

comment controller Class

null

admin

no

styleClas s

null

null

no

docName

from null template file

no

not applicabl e

191

Extends

A jrad:com null reference ponentRe to f another compone nt that creates a different instance of that compone nt at runtime. File The string null Version version of the file. Form Indicates boolean true if all child elements are embedde d inside an HTML form element. Function The string null function Name that secures the region. Global The name string null of the Menu Global Menu. Help The string null target Target name for the page online help. Help This string null

null

no

extends

null

no

fileversion

null

no

addForm

null

no

function

null

no

globalMe nu

admin

no

helpTarg et

admin

no

helpTarg

192

applicatio n will be used to construct URI of the "help" icon in the global menu of the page.This makes the help pages from the other applicatio ns reference able. ID The Name null unique name of this compone nt. OA The jrad:versi null Extensio Oracle on n Version Applicati ons Extensio n version with which the file was created or updated. Page The string null menu Menu name for Target Appl Short Name

etAppSho rtName

null

no

id

null

no

version

null

no

pageMen u

193

the page. Personali The string zation region label Label used for Personali zation. Post Indicates boolean Initial if rows which are Values made dirty only by the defaultin g of Initial Values are to be posted. Rendered Indicates boolean if the compone nt is rendered. Scope The Base jrad:scop Packages e which are allowed to reuse this compone nt. Security Defines string the Mode security mode used to secure the region. If set to selfSecur ed it is

null

null

no

regionNa me

false

null

no

postDefa ult

true

user

no

rendered

null

no

scope

standard null

no

securityM ode

194

the develope r's responsib ility to handle security validatio n. The legal values are standard, and selfSecur ed. Show Indicates boolean Quick if Quick Links Links within the page are rendered automati cally. Title The title string of the region. Warn Warns boolean About the user Changes if there are pending changes that will be lost, and allows them to cancel the current action or discard

false

null

no

quickLink sShown

null

null

no

title

false

null

no

warnAbo utChange s

195

the changes and continue with the current action. Window The title string of the Title window. xml:lang Identifies optional the language containe d within this compone nt.

null

admin

true

windowTi tle xml:lang

null

null

no

Element Children
Name contentFooter copyright corporateBranding Quantity 0 through 1 0 through 1 0 through 1 Description The content footer region of the page. Node to use as a copyright statement. The corporate branding region of the page. This section typically contains a medium size image of the logo of the company owning the page. Flexible contents. The footnote region. This region provides a location for page-level status that is ancillary to the user's task. The inContext

flexibleContents footnote

0 through 1 0 through 1

inContextBranding

0 through 1

196

location pageStatus

0 through 1 0 through 1

privacy productBranding

0 through 1 0 through 1

quickSearch returnNavigation

0 through 1 0 through 1

userInfo

0 through 1

branding region of the page. This section typically contains formatted text indicating that one context exists between the persistent tabs. The locator region of the page. The page-level status and/or key notation region. This region provides a location for page-level status that is important to the user's task. Node to use as a privacy statement. The product branding region of the page. This section typically contains an image of the product logo. The quick search region of the page. The "return to" link at the bottom of the page. The user information region.

197

popUp
Description
The popUp region style is used to create a small window that allows a user to display and update contextual information. A pop-up window can render any OA Framework region. There are two types of pop-ups: Embedded pop-up - The pop-up is embedded within the base page web bean hierarchy. It is an extension of the base page, sharing the same page state. Its contents are pre-fetched as part of the base page request. Parameterized pop-up - The pop-up is a separate standalone region that is not embedded within the base page. Its contents are fetched and rendered on demand. Pop-ups are available on the following OA components: messageStyledText image link button popUp extends flowlayout and inherits all the attributes from it. See the section on flowlayout for a list of attributes available on the flowlayout element. Corresponding web bean: OAPopupBean

Properties
Additiona Additiona string null l help l Text text. Admin Indicates boolean true Personali if an Administr zation ator can personali ze this compone nt. Attribute The jrad:attri null attribute buteSetR Set 198 admin yes shortDes c adminCu stomizabl e

admin

no

null

no

use

set for ef the compone nt. Comment Comment string s s Height The string display height in pixels. ID The Name unique name of this compone nt. Paramete The string paramete rs rs of the pop-up. Read Indicates boolean if the Only value can be changed. Region Indicates string the region where the popup occurs. Title Indicates string the title for the pop-up Type Indicates string the popup type. View The name string Instance of the view

null null

null admin

no no

comment height

null

null

no

id

null

admin

no

popupPar ameters

false

admin

no

readOnly

null

admin

no

popupRe gion

null

admin

no

popupTitl e

Embedde admin dPopup null null

no

popupTy pe viewNam e

no

199

Width

object instance. Indicates string the width in pixels or as a percenta ge (if % sign included) .

null

admin

no

width

200

query
Description
The query region extends UIX's StackLayoutBean. A query region is an extension of the stackLayout region. A query region can contain a simple search panel, an advanced search panel, a results table, and other elements as indexed children. The simple search panel is represented as an optional named child that can contan any of the default renderers -- defaultSingleColumn, defaultDoubleColumn, defaultStack, and defaultFormStack elements. Similarly, the advanced search panel is represented in the metadata as an optional named child that can contain an advancedSearch element. The results of a query are rendered using either a HGrid or a table. The table or HGrid elements are added as indexed children of the query region. For a query region, there are three types of search panels that can be displayed. They are: Simple Advanced Customize Query region runs in three modes: Default mode, Results Based Search (RBS) mode, and Auto Customization Criteria (ACC) mode. In the default mode, the developer is responsible for defining the search panels and binding the results of the search to the results table/HGrid. In the RBS mode, the search panel is created dynamically using the queryable property of the region items inside the nested table or HGrid indexed children. In the ACC mode, you have the flexibility of defining your own UI for the search panels, but the binding is powered by the framework as long as items on the panels are mapped to items in the results table/HGrid. If you want to support user-personalizable searches which are surfaced in a Views panel, you must set the User Personalization property of the table/hgrid region (under the query region) to True. See the OA Framework Developer's Guide for more information. Corresponding web bean: OAQueryBean

Properties
Query inherits all the attributes from stackLayout. See the section on stackLayout for a list of attributes and child elements available on the stackLayout element.

201

Name

Descripti Type on Admin Indicates boolean Personali if an Administr zation ator can personali ze this compone nt. Advanced Overrides string Button the default Label text for the button that navigates to the advanced search panel. Advanced Overrides string Panel the Instructi default text for ons the advanced search panel instructio n text. AM The fully- string Definitio qualified class n name for the applicatio n module. AM The string Instance instance name of

Default Value true

Personali Translata XML zable ble Attribute admin no adminCu stomizabl e

null

null

true

advSearc hPanelBu ttonLabel

null

null

true

advanced SearchIn strTexts

null

null

no

amDefNa me

null

null

no

amUsage Name

202

an applicatio n module. Attribute The jrad:attri null attribute buteSetR Set set for ef the compone nt. Comment Comment string null s s Construct Indicates string none ion Mode the level of automati c panel and search construct ion. 'autoCust omizatio nCriteria' is the most automati c level; 'resultsB asedSear ch' is a semiautomati c level, and 'none' implies manual construct ion. The legal values are none, resultsBa

null

no

use

null null

no no

comment mode

203

sedSearc h, and autoCust omizatio nCriteria. Controlle The fully- string null admin qualified r Class class name for the controller object. CSS Class Overrides string null admin the default CSS class. Data The type string VARCHAR null of data. Type 2 Valid only when used in table region. The legal values are VARCHAR 2, DATE, DATETIM E, NUMBER, BIGDECI MAL, BOOLEAN , and CLOB. Extends A jrad:com null null reference ponentRe to f another compone nt that

no

controller Class

no

styleClas s

no

dataType

no

extends

204

creates a different instance of that compone nt at runtime. Help The string target Target name for the page online help. Help This string Target applicatio Appl n will be Short used to construct Name URI of the "help" icon in the global menu of the page.This makes the help pages from the other applicatio ns reference able. Hide Indicates boolean Personali if the Personali ze ze button is hidden. Hide Indicates boolean Save if the

null

null

no

helpTarg et

null

admin

no

helpTarg etAppSho rtName

false

admin

no

hidePers onalize

false

admin

no

hideSave Search

205

Search

Save Search button is hidden. Include Indicates Advanced if the advanced Panel search panel is available to the user. Include Indicates Simple if the simple Panel search panel is available to the user. Include Indicates Views if the Views Panel panel is available to the user. Initial The initial Panel panel to render. The legal values are simple, advanced , and customiz ed. Initial Indicates Sort the initial Sequence sort sequence

boolean

false

null

no

dispAdva nced

boolean

false

null

no

dispSimpl e

boolean

false

null

no

dispCusto mized

string

simple

user

no

defaultPa nel

string

none

null

no

initSortS eq

206

for each search. The legal values are none, first, second, and third. No Wrap Indicates boolean if cell contents should be wrapped. Valid only when used in table region. Personali The string zation region label Label used for Personali zation. Post Indicates boolean Initial if rows which are Values made dirty only by the defaultin g of Initial Values are to be posted. Rendered Indicates boolean if the compone nt is rendered. Save Overrides string Search the

false

null

no

cellNoWr apFormat

null

null

no

regionNa me

false

null

no

postDefa ult

true

user

no

rendered

null

null

true

saveSear chButton

207

Button Text

default text for the Save Search button. Security Defines string the Mode security mode used to secure the region. If set to selfSecur ed it is the develope r's responsib ility to handle security validatio n. The legal values are standard, and selfSecur ed. Show Indicates boolean Views if the Panel Views Controls Panel controls will be displayed . Simple Overrides string Button the default Label text for

Text

standard null

no

securityM ode

true

null

no

showCust omizePan elControl s

null

null

true

simpleSe archPane lButtonLa

208

the button that navigates to the simple search panel. Simple Overrides string Panel the Instructi default text for ons the Simple Search Panel instructio n text. Sort Indicates string Allowed if the user can sort this column. Valid only when used in table region. The legal values are yes, no, ascendin g, and descendi ng. Sort By The string View alternate Attribute view attribute name for use when sorting. Valid only

bel

null

null

true

simpleSe archInstr Texts

no

admin

no

sortState

null

user

no

sortByVie wAttr

209

Standalo ne

Store Views on Shared Region

User Personali zation

View Instance

Views Button Label

when used in table region. Indicates boolean if this region can be rendered on its own. Indicates boolean if the views are stored on the shared region. Indicates boolean if a user can personali ze this compone nt. Valid only when used in table region. The name string of the view object instance. Valid only when used in table region. Overrides string the default

false

null

no

standalo ne

false

null

no

storeVie wsOnSha redRegio n

false

admin

no

userCust omizable

null

null

no

viewNam e

null

null

true

viewConf PanelBut tonLabel

210

text for the button that navigates to the Views panel. Views Overrides string Panel the Instructi default text for ons the Views panel instructio n text. Views Overrides string Panel the default Title text for the Views panel title.

null

null

true

customiz eInstrTex ts

null

null

true

customiz ePanelTit le

Element Children
Quantity Name advancedSearchMappi 0 through 1 ngs Description Contains mappings between criteria items on dvanced search panel and result tables(or hGrids). Named child for holding an advanced search panel. Contains mappings between criteria items on simple search panel and result tables(or hGrids). Named child for holding a simple

advancedSearchPanel 0 through 1

simpleSearchMappings 0 through 1

simpleSearchPanel

0 through 1

211

search panel.

queryCriteriaMap
Descripti Type Default Personali Translata XML on Value zable ble Attribute Attribute The jrad:attri null null no use attribute buteSetR Set set for ef the compone nt. Comment Comment string null null no comment s s. Results The ID of jrad:com null null no resultsIte the item ponentRe Item m in the f results table or hGrid. Search The ID of jrad:com null null no criteriaIt the item ponentRe Item em in the f search panel. In addition to inheriting the named children from stackLayout, query has three more named children associated with it. They are simpleSearchPanel, advancedSearchPanel, and results. Name

212

rowLayout
Description
The rowLayout region can be used on its own, or to define a row of a tableLayout. It can contain arbitrary content, one item per cell, but clients that need formatting beyond just a simple <td> element must wrap the child nodes in cellFormat objects. Corresponding web bean: OARowLayoutBean

Properties
Add Indicates boolean Indexed if Children indexed children will be automati cally added to this UI node tree. Admin Indicates boolean Personali if an Administr zation ator can personali ze this compone nt. AM The fully- string Definitio qualified class n name for the applicatio n module. AM The string Instance instance name of true null no addChildr en

true

admin

no

adminCu stomizabl e

null

null

no

amDefNa me

null

null

no

amUsage Name

213

Attribute Set

Child View Attribute

Child View Instance

Comment s Controlle r Class

an applicatio n module. The jrad:attri attribute buteSetR set for ef the compone nt. The name string of the child view attribute. Valid only when used in table region. Renders string an instance of the object for each row in the View Instance. Valid only when used in table region. Comment string s The fully- string qualified class name for the controller object.

null

null

no

use

null

null

no

childView AttrName

null

null

no

childView UsageNa me

null null

null admin

no no

comment controller Class

214

CSS Class Overrides string null the default CSS class. Documen The name jrad:refN null of the t Name ame compone nt Documen Formatte string from tation d text for template Comment use with file Javadoc. Extends A jrad:com null reference ponentRe to f another compone nt that creates a different instance of that compone nt at runtime. File The string null Version version of the file. Horizonta Horizonta string null l l Alignmen alignmen t. t Acceptabl e values are "center", "left", "right", "start", and "end".

admin

no

styleClas s

null

no

docName

null

no

not applicabl e extends

null

no

null

no

fileversion

null

no

hAlign

215

ID

The Name unique name of this compone nt. Initial Indicates string Sort the initial Sequence sort sequence for each search. The legal values are none, first, second, and third. No Wrap Indicates boolean if cell contents should be wrapped. Valid only when used in table region. OA The jrad:versi Extensio Oracle on n Version Applicati ons Extensio n version with which the file was created or updated. Personali The string zation region label Label

null

null

no

id

none

null

no

initSortS eq

false

null

no

cellNoWr apFormat

null

null

no

version

null

null

no

regionNa me

216

used for Personali zation. Post Indicates boolean Initial if rows which are Values made dirty only by the defaultin g of Initial Values are to be posted. Prompt The text string label for the compone nt. Rendered Indicates boolean if the compone nt is rendered. Scope The Base jrad:scop Packages e which are allowed to reuse this compone nt. Security Defines string the Mode security mode used to secure the region. If set to selfSecur

false

null

no

postDefa ult

null

admin

true

prompt

true

user

no

rendered

null

no

scope

standard null

no

securityM ode

217

ed it is the develope r's responsib ility to handle security validatio n. The legal values are standard, and selfSecur ed. Sort Indicates string Allowed if the user can sort this column. Valid only when used in table region. The legal values are yes, no, ascendin g, and descendi ng. Sort By The string View alternate Attribute view attribute name for use when sorting. Valid only when 218

no

admin

no

sortState

null

user

no

sortByVie wAttr

used in table region. User Indicates boolean Personali if a user can zation personali ze this compone nt. Valid only when used in table region. Vertical Vertical string Alignmen alignmen t. t Acceptabl e values are "middle", "top", and "bottom" . Width Indicates string the width in pixels or as a percenta ge (if % sign included) . xml:lang Identifies optional the language containe d within this compone nt.

false

admin

no

userCust omizable

null

null

no

vAlign

null

null

no

width

null

null

no

xml:lang

219

220

shuttle
Description
The shuttle region provides a mechanism for moving items between two lists and reordering one of these lists. Often the shuttle will be used to select items from one list by placing them in the other. However, the shuttle can be used to operate on lists in other ways as well. Corresponding web bean: OAShuttleBean

Properties
Add Indicates boolean Indexed if Children indexed children will be automati cally added to this UI node tree. Admin Indicates boolean Personali if an Administr zation ator can personali ze this compone nt. AM The fully- string Definitio qualified class n name for the applicatio n module. AM The string Instance instance true null no addChildr en

true

admin

no

adminCu stomizabl e

null

null

no

amDefNa me

null

null

no

amUsage Name 221

Attribute Set

Available Header

Comment s Controlle r Class

CSS Class

Documen t Name

Documen tation Comment Extends

name of an applicatio n module. The jrad:attri null attribute buteSetR set for ef the compone nt. The string null header for the available (first) list. Comment string null s The fully- string null qualified class name for the controller object. Overrides string null the default CSS class. The name jrad:refN null of the ame compone nt Formatte string from d text for template use with file Javadoc. A jrad:com null reference ponentRe to f another

null

no

use

null

no

leadingH eader

null admin

no no

comment controller Class

admin

no

styleClas s

null

no

docName

null

no

not applicabl e extends

null

no

222

File Version

Help Target

Help Target Appl Short Name

ID

compone nt that creates a different instance of that compone nt at runtime. The string version of the file. The string target name for the page online help. This string applicatio n will be used to construct URI of the "help" icon in the global menu of the page.This makes the help pages from the other applicatio ns reference able. The Name

null

null

no

fileversion

null

null

no

helpTarg et

null

null

no

helpTarg etAppSho rtName

null

null

no

id

223

OA Extensio n Version

Ordering Allowed

Personali zation Label

Post Initial Values

unique name of this compone nt. The jrad:versi Oracle on Applicati ons Extensio n version with which the file was created or updated. Indicates boolean if the contents of the selected (second) list can be ordered. The string region label used for Personali zation. Indicates boolean if rows which are made dirty only by the defaultin g of Initial Values are to be

null

null

no

version

true

null

no

reordera ble

null

null

no

regionNa me

false

null

no

postDefa ult

224

posted. Rendered Indicates boolean if the compone nt is rendered. Scope The Base jrad:scop Packages e which are allowed to reuse this compone nt. Security Defines string the Mode security mode used to secure the region. If set to selfSecur ed it is the develope r's responsib ility to handle security validatio n. The legal values are standard, and selfSecur ed. Selected The string header Header

true

user

no

rendered

null

no

scope

standard null

no

securityM ode

null

null

no

trailingH eader

225

for the selected (second) list. Standalo Indicates boolean if this ne region can be rendered on its own. xml:lang Identifies optional the language containe d within this compone nt.

false

null

no

standalo ne

null

null

no

xml:lang

Element Children
Name leading leadingFooter Quantity 0 through 1 0 through 1 Description The leading list of the shuttle. The footer of buttons/images under the leading list. The trailing list of the shuttle. The footer of buttons/images under the trailing list.

trailing trailingFooter

0 through 1 0 through 1

226

stackLayout
Description
The stackLayout region is a layout element that lays out each of its children vertically. Corresponding web bean: OAStackLayoutBean

Properties
Add Indicates boolean Indexed if Children indexed children will be automati cally added to this UI node tree. Admin Indicates boolean Personali if an Administr zation ator can personali ze this compone nt. AM The fully- string Definitio qualified class n name for the applicatio n module. AM The string Instance instance name of an applicatio true null no addChildr en

true

admin

no

adminCu stomizabl e

null

null

no

amDefNa me

null

null

no

amUsage Name

227

Attribute Set

Child View Attribute

Child View Instance

Comment s Controlle r Class

CSS Class

n module. The jrad:attri attribute buteSetR set for ef the compone nt. The name string of the child view attribute. Valid only when used in table region. Renders string an instance of the object for each row in the View Instance. Valid only when used in table region. Comment string s The fully- string qualified class name for the controller object. Overrides string the

null

null

no

use

null

null

no

childView AttrName

null

null

no

childView UsageNa me

null null

null admin

no no

comment controller Class

null

admin

no

styleClas s

228

default CSS class. Documen The name jrad:refN null of the t Name ame compone nt Documen Formatte string from tation d text for template Comment use with file Javadoc. Extends A jrad:com null reference ponentRe to f another compone nt that creates a different instance of that compone nt at runtime. File The string null Version version of the file. Help The string null target Target name for the page online help. Help This string null Target applicatio Appl n will be Short used to construct Name URI of the "help" icon in

null

no

docName

null

no

not applicabl e extends

null

no

null

no

fileversion

null

no

helpTarg et

null

no

helpTarg etAppSho rtName

229

the global menu of the page.This makes the help pages from the other applicatio ns reference able. ID The Name unique name of this compone nt. Initial Indicates string Sort the initial Sequence sort sequence for each search. The legal values are none, first, second, and third. No Wrap Indicates boolean if cell contents should be wrapped. Valid only when used in table region. OA The jrad:versi

null

null

no

id

none

null

no

initSortS eq

false

null

no

cellNoWr apFormat

null

null

no

version

230

Extensio Oracle on n Version Applicati ons Extensio n version with which the file was created or updated. Personali The string zation region label Label used for Personali zation. Post Indicates boolean Initial if rows which are Values made dirty only by the defaultin g of Initial Values are to be posted. Prompt The text string label for the compone nt. Rendered Indicates boolean if the compone nt is rendered. Scope The Base jrad:scop Packages e which are allowed

null

null

no

regionNa me

false

null

no

postDefa ult

null

admin

true

prompt

true

user

no

rendered

null

no

scope

231

Security Mode

Sort Allowed

to reuse this compone nt. Defines string the security mode used to secure the region. If set to selfSecur ed it is the develope r's responsib ility to handle security validatio n. The legal values are standard, and selfSecur ed. Indicates string if the user can sort this column. Valid only when used in table region. The legal values are yes,

standard null

no

securityM ode

no

admin

no

sortState

232

Sort By View Attribute

Standalo ne

User Personali zation

xml:lang

no, ascendin g, and descendi ng. The string alternate view attribute name for use when sorting. Valid only when used in table region. Indicates boolean if this region can be rendered on its own. Indicates boolean if a user can personali ze this compone nt. Valid only when used in table region. Identifies optional the language containe d within this compone

null

user

no

sortByVie wAttr

false

null

no

standalo ne

false

admin

no

userCust omizable

null

null

no

xml:lang

233

nt.

234

subTabLayout
Description
The subTabLayout region has a named child called "subTabs" that takes a subTabBar bean. subTabBar contains link elements as its indexed children. subTabBar is rendered once on top and once on the bottom. The indexed children of the subTabLayout are rendered in between. The number of indexed children of subTabBar, which are the link elements, should be equal to the number of indexed children of the parent subTabLayout. The link elements are used to switch between the indexed children of the subTabLayout. subTabLayout extends the UIX counterpart <uix:subTabLayout> and inherits all the attributes and the children. Corresponding web bean: OASubTabLayoutBean

Properties
Name Add Indexed Children Descripti Type on Indicates boolean if indexed children will be automati cally added to this UI node tree. Indicates boolean if an Administr ator can personali ze this compone nt. The fully- string qualified class Default Value true Personali Translata XML zable ble Attribute null no addChildr en

Admin Personali zation

true

admin

no

adminCu stomizabl e

AM Definitio n

null

null

no

amDefNa me

235

AM Instance

Attribute Set

Child View Attribute

Child View Instance

Comment s Controlle r Class

CSS Class

name for the applicatio n module. The string instance name of an applicatio n module. The jrad:attri attribute buteSetR set for ef the compone nt. The name string of the child view attribute. Renders string an instance of the object for each row in the View Instance. Comment string s The fully- string qualified class name for the controller object. Overrides string the

null

null

no

amUsage Name

null

null

no

use

null

null

no

childView AttrName

null

null

no

childView UsageNa me

null null

null admin

no no

comment controller Class

null

admin

no

styleClas s

236

Documen t Name

Documen tation Comment Extends

File Version

ID

Initial Subtab

OA Extensio n Version

default CSS class. The name jrad:refN null of the ame compone nt Formatte string from d text for template use with file Javadoc. A jrad:com null reference ponentRe to f another compone nt that creates a different instance of that compone nt at runtime. The string null version of the file. The Name null unique name of this compone nt. The nonNegat 0 initially iveIntege selected r subtab. The jrad:versi null Oracle on Applicati ons Extensio

null

no

docName

null

no

not applicabl e extends

null

no

null

no

fileversion

null

no

id

null

no

selectedI ndex

null

no

version

237

n version with which the file was created or updated. Personali The string zation region label Label used for Personali zation. Post Indicates boolean Initial if rows which are Values made dirty only by the defaultin g of Initial Values are to be posted. Rendered Indicates boolean if the compone nt is rendered. Scope The Base jrad:scop Packages e which are allowed to reuse this compone nt. Security Defines string the Mode security mode used to

null

null

no

regionNa me

false

null

no

postDefa ult

true

user

no

rendered

null

no

scope

standard null

no

securityM ode

238

secure the region. If set to selfSecur ed it is the develope r's responsib ility to handle security validatio n. The legal values are standard, and selfSecur ed. xml:lang Identifies optional the language containe d within this compone nt.

null

null

no

xml:lang

Element Children
Name subTabs Quantity 0 through 1 Description Rendered twice per bean render, once before indexed children and once after.

subTabBar
Descripti Type on Additiona Additiona string Name Default Value null Personali Translata XML zable ble Attribute admin yes shortDes

239

l Text Admin Personali zation

Attribute Set

Comment s CSS Class

Documen t Name

Extends

Rendered

l help text. Indicates boolean true if an Administr ator can personali ze this compone nt. The jrad:attri null attribute buteSetR set for ef the compone nt. Comment string null s Overrides string null the default CSS class. The name jrad:refN null of the ame compone nt A jrad:com null reference ponentRe to f another compone nt that creates a different instance of that compone nt at runtime. Indicates boolean null if the compone

c admin no adminCu stomizabl e

null

no

use

null admin

no no

comment styleClas s

null

no

docName

null

no

extends

user

no

rendered

240

nt is rendered. Scope The Base jrad:scop . Packages e which are allowed to reuse this compone nt. xml:lang Identifies optional null the language containe d within this compone nt.

null

no

scope

null

no

xml:lang

241

switcher
Description
The switcher region is used to dynamically decide which UINode subtree needs to be rendered. It has a property, "childName", that is used to render the named child under this name. Indexed children of this bean are not rendered at all. The "childName" is bound as an attribute to a VO. So, you never set it declaratively. Instead, you specify the viewName and viewAttr attributes on a switcher. Corresponding web bean: OASwitcherBean

Properties
Admin Indicates boolean Personali if an Administr zation ator can personali ze this compone nt. AM The fully- string Definitio qualified class n name for the applicatio n module. AM The string Instance instance name of an applicatio n module. Attribute The jrad:attri attribute buteSetR Set set for ef the compone 242 true admin no adminCu stomizabl e

null

null

no

amDefNa me

null

null

no

amUsage Name

null

null

no

use

Comment s Controlle r Class

CSS Class

Data Type

Documen t Name

Documen tation Comment

nt. Comment string s The fully- string qualified class name for the controller object. Overrides string the default CSS class. The type string of data. Valid only when used in table region. The legal values are VARCHAR 2, DATE, DATETIM E, BIGDECI MAL, NUMBER, BOOLEAN , and CLOB. The name jrad:refN of the ame compone nt Formatte string d text for use with Javadoc.

null null

null admin

no no

comment controller Class

null

admin

no

styleClas s

VARCHAR null 2

no

dataType

null

null

no

docName

from null template file

no

not applicabl e

243

Export The string null alternate View Attribute view attribute for use when exporting . Valid only when used in table region. Extends A jrad:com null reference ponentRe to f another compone nt that creates a different instance of that compone nt at runtime. File The string null Version version of the file. ID The Name null unique name of this compone nt. Initial Indicates string none Sort the initial Sequence sort sequence for each search. The legal

admin

no

exportBy ViewAttr

null

no

extends

null

no

fileversion

null

no

id

null

no

initSortS eq

244

No Wrap

OA Extensio n Version

Personali zation Label

Post Initial Values

values are none, first, second, and third. Indicates boolean if cell contents should be wrapped. Valid only when used in table region. The jrad:versi Oracle on Applicati ons Extensio n version with which the file was created or updated. The string region label used for Personali zation. Indicates boolean if rows which are made dirty only by the defaultin g of Initial Values

false

null

no

cellNoWr apFormat

null

null

no

version

null

null

no

regionNa me

false

null

no

postDefa ult

245

are to be posted. Prompt The text string label for the compone nt. Rendered Indicates boolean if the compone nt is rendered. Scope The Base jrad:scop Packages e which are allowed to reuse this compone nt. Security Defines string the Mode security mode used to secure the region. If set to selfSecur ed it is the develope r's responsib ility to handle security validatio n. The legal values are

null

admin

true

prompt

true

user

no

rendered

null

no

scope

standard null

no

securityM ode

246

standard, and selfSecur ed. Sort Indicates string Allowed if the user can sort this column. Valid only when used in table region. The legal values are yes, no, ascendin g, and descendi ng. Sort By The string View alternate Attribute view attribute name for use when sorting. Valid only when used in table region. User Indicates boolean Personali if a user can zation personali ze this compone nt. Valid only when used in

no

admin

no

sortState

null

user

no

sortByVie wAttr

false

admin

no

userCust omizable

247

table region. View The name string Attribute of the view attribute. View The name string Instance of the view object instance. Valid only when used in table region. xml:lang Identifies optional the language containe d within this compone nt.

null

null

no

viewAttr

null

null

no

viewNam e

null

null

no

xml:lang

Element Children
Name case Quantity 1 or more Description Used with the SwitcherBean to decide which child must be rendered.

248

table
Description
The table region is used to display tabular data. It also supports selection (both single and multiple), sorting, record navigation, totalling and detail-disclosure. Note that totalling can be enabled for any column except for the first column in a table. Corresponding web bean: OATableBean

Properties
Name Additiona l Text Admin Personali zation Descripti Type on Additiona string l help text. Indicates boolean if an Administr ator can personali ze this compone nt. The fully- string qualified class name for the applicatio n module. The string instance name of an applicatio n module. Default Value null Personali Translata XML zable ble Attribute admin yes shortDes c admin no adminCu stomizabl e

true

AM Definitio n

null

null

no

amDefNa me

AM Instance

null

null

no

amUsage Name

249

Attribute The jrad:attri attribute buteSetR Set set for ef the compone nt. Child The name string View of the Attribute child view attribute. Comment Comment string s s Controlle The fully- string qualified r Class class name for the controller object. CSS Class Overrides string the default CSS class. Detail The view string View attribute Attribute that determin es if that particular row is to be stamped with the detail child. Disable Indicates boolean Client if Side validatio Validatio n should not occur n on the 250

null

null

no

use

null

null

no

childView AttrName

null null

null admin

no no

comment controller Class

null

admin

no

styleClas s

null

null

no

detailVie wAttr

false

null

no

unvalidat ed

Disable Server Side Validatio n

Documen t Name

Documen tation Comment Extends

File Version

Help Target

web tier during a form submit. Indicates boolean false if validatio n should not occur on the business tier during a form submit. The name jrad:refN null of the ame compone nt Formatte string from d text for template use with file Javadoc. A jrad:com null reference ponentRe to f another compone nt that creates a different instance of that compone nt at runtime. The string null version of the file. The string null target name for

null

no

serverUn validated

null

no

docName

null

no

not applicabl e extends

null

no

null

no

fileversion

null

no

helpTarg et

251

the page online help. Help This string Target applicatio Appl n will be Short used to construct Name URI of the "help" icon in the global menu of the page.This makes the help pages from the other applicatio ns reference able. ID The Name unique name of this compone nt. Message The string Appl applicatio Short n short name Name that owns the message. Message The name string of the Name message. OA The jrad:versi

null

null

no

helpTarg etAppSho rtName

null

null

no

id

null

admin

no

message AppShort Name

null

admin

no

message Name version

null

null

no

252

Extensio Oracle on n Version Applicati ons Extensio n version with which the file was created or updated. Personali The string zation region label Label used for Personali zation. Post Indicates boolean Initial if rows which are Values made dirty only by the defaultin g of Initial Values are to be posted. Record Indicates boolean History if Record Enabled History feature is enabled. Records The unsigned Displayed maximu Int m number of rows to display. Rendered Indicates boolean if the

null

null

no

regionNa me

false

null

no

postDefa ult

false

admin

no

recordHis toryEnabl ed

10

user

no

blockSize

true

user

no

rendered

253

compone nt is rendered. Row Indicates unsigned Header if Scope Int attribute Col is to be added to Table. Row The view string Header attribute View for the Attribute row header. Scope The Base jrad:scop Packages e which are allowed to reuse this compone nt. Security Defines string the Mode security mode used to secure the region. If set to selfSecur ed it is the develope r's responsib ility to handle security validatio n. The legal

null

admin

no

rowhead ercol

null

null

no

rowHead erViewAt tr

null

no

scope

standard null

no

securityM ode

254

values are standard, and selfSecur ed. Standalo Indicates boolean if this ne region can be rendered on its own. Text The text string label for the compone nt. User Indicates boolean Personali if a user can zation personali ze this compone nt. View Link The name string Instance of the View Link Instance establishi ng masterdetail relations hip between outer and inner repeating container s. Width Indicates string the width

false

null

no

standalo ne

null

admin

no

text

false

admin

no

userCust omizable

null

null

no

viewLink Name

null

null

no

width

255

in pixels or as a percenta ge (if % sign included) . xml:lang Identifies optional the language containe d within this compone nt.

null

null

no

xml:lang

Element Children
Name detail Quantity 0 through 1 Description Node to stamp below every row which is disclosed. Component used for performing table actions that are independent of row selection. SingleSelectionBean or MultipleSelectionBean to render with the table.

tableActions

0 through 1

tableSelection

0 through 1

256

tableLayout
Description
The tableLayout region is a thin wrapper around the HTML's table element. It contains a series of rowLayout elements. Corresponding web bean: OATableLayoutBean

Properties
Add Indicates boolean Indexed if Children indexed children will be automati cally added to this UI node tree. Admin Indicates boolean Personali if an Administr zation ator can personali ze this compone nt. AM The fully- string Definitio qualified class n name for the applicatio n module. AM The string Instance instance name of an applicatio true null no addChildr en

true

admin

no

adminCu stomizabl e

null

null

no

amDefNa me

null

null

no

amUsage Name

257

Attribute Set

Child View Attribute

Child View Instance

Comment s Controlle r Class

CSS Class

Documen t Name

Documen tation Comment 258

n module. The jrad:attri attribute buteSetR set for ef the compone nt. The name string of the child view attribute. Renders string an instance of the object for each row in the View Instance. Comment string s The fully- string qualified class name for the controller object. Overrides string the default CSS class. The name jrad:refN of the ame compone nt Formatte string d text for use with

null

null

no

use

null

null

no

childView AttrName

null

null

no

childView UsageNa me

null null

null admin

no no

comment controller Class

null

admin

no

styleClas s

null

null

no

docName

from null template file

no

not applicabl e

Extends

File Version

Help Target

Help Target Appl Short Name

Javadoc. A jrad:com null reference ponentRe to f another compone nt that creates a different instance of that compone nt at runtime. The string null version of the file. The string null target name for the page online help. This null string applicatio n will be used to construct URI of the "help" icon in the global menu of the page.This makes the help pages from the other

null

no

extends

null

no

fileversion

null

no

helpTarg et

null

no

helpTarg etAppSho rtName

259

applicatio ns reference able. Horizonta Horizonta string l l Alignmen alignmen t. The t acceptabl e values are "center", "left", "right", "start", and "end". ID The Name unique name of this compone nt. OA The jrad:versi Extensio Oracle on n Version Applicati ons Extensio n version with which the file was created or updated. Personali The string zation region label Label used for Personali zation. Post Indicates boolean Initial if rows

center

null

no

hAlign

null

null

no

id

null

null

no

version

null

null

no

regionNa me

false

null

no

postDefa ult

260

which are made dirty only by the defaultin g of Initial Values are to be posted. Rendered Indicates boolean true user if the compone nt is rendered. Scope The Base jrad:scop . null Packages e which are allowed to reuse this compone nt. Security Defines string standard null the Mode security mode used to secure the region. If set to selfSecur ed it is the develope r's responsib ility to handle security validatio n. The legal Values

no

rendered

no

scope

no

securityM ode

261

values are standard, and selfSecur ed. Standalo Indicates boolean if this ne region can be rendered on its own. View Link The name string Instance of the View Link Instance establishi ng masterdetail relations hip between outer and inner repeating container s. Width Indicates string the width in pixels or as a percenta ge (if % sign included) . xml:lang Identifies optional the language containe d within

false

null

no

standalo ne

null

null

no

viewLink Name

null

null

no

width

null

null

no

xml:lang

262

this compone nt.

263

train
Description
The train region is used to indicate the current page of a multi-page process. The highlighted "step" indicates the currently active page. The train has one property, "selectedIndex", which is the index of the selected "step". Corresponding web bean: OATrainBean

Properties
Admin Indicates boolean Personali if an Administr zation ator can personali ze this compone nt. Allow Indicates boolean Interacti if each train stop on should be rendered as a link. Attribute The jrad:attri attribute buteSetR Set set for ef the compone nt. Comment Comment string s s Controlle The fully- string qualified r Class class name for the controller object. true admin no adminCu stomizabl e

false

null

no

formSub mitted

null

null

no

use

null null

null admin

no no

comment controller Class

264

CSS Class Overrides string null the default CSS class. Disable Indicates boolean false Client if Side validatio Validatio n should not occur n on the web tier during a form submit. Documen The name jrad:refN null of the t Name ame compone nt Documen Formatte string from tation d text for template Comment use with file Javadoc. Extends A jrad:com null reference ponentRe to f another compone nt that creates a different instance of that compone nt at runtime. File The string null Version version of the file. ID The Name null unique name of

admin

no

styleClas s

null

no

unvalidat ed

null

no

docName

null

no

not applicabl e extends

null

no

null

no

fileversion

null

no

id

265

OA Extensio n Version

Personali zation Label

Post Initial Values

Rendered

Scope

this compone nt. The jrad:versi Oracle on Applicati ons Extensio n version with which the file was created or updated. The string region label used for Personali zation. Indicates boolean if rows which are made dirty only by the defaultin g of Initial Values are to be posted. Indicates boolean if the compone nt is rendered. The Base jrad:scop Packages e which are allowed to reuse

null

null

no

version

null

null

no

regionNa me

false

null

no

postDefa ult

true

user

no

rendered

null

no

scope

266

this compone nt. Security Defines string the Mode security mode used to secure the region. If set to selfSecur ed it is the develope r's responsib ility to handle security validatio n. The legal values are standard, and selfSecur ed. Sub Train Indicates boolean if images are rendered before and after the train to indicate that this train is part of a subprocess.

standard null

no

securityM ode

false

null

no

subTrain

267

xml:lang Identifies optional the language containe d within this compone nt.

null

null

no

xml:lang

268

tree
Description
The tree region is used to display objects in a hierarchical format. It factors data into child/leaf nodes and parent nodes which are either expanded or collapsed. The purpose of the tree control is to allow users to quickly browse through complex sets of hierarchical objects and access detailed information for a record by highlighting it in the tree. The visual representation of the hierarchy using the tree is also intended to show the relationship between a set of objects with respect to one another. Corresponding web bean: OATreeBean

Properties
Name Admin Personali zation Descripti Type on Indicates boolean if an Administr ator can personali ze this compone nt. The fully- string qualified class name for the applicatio n module. The string instance name of an applicatio n module. The jrad:attri Default Value true Personali Translata XML zable ble Attribute admin no adminCu stomizabl e

AM Definitio n

null

null

no

amDefNa me

AM Instance

null

null

no

amUsage Name

Attribute

null

null

no

use 269

Set

Comment s Controlle r Class

CSS Class

Disable Client Side Validatio n

Documen t Name

Documen tation Comment Extends

attribute buteSetR set for ef the compone nt. Comment string null s The fully- string null qualified class name for the controller object. Overrides string null the default CSS class. Indicates boolean null if validatio n should not occur on the web tier during a form submit. The name jrad:refN null of the ame compone nt Formatte string from d text for template use with file Javadoc. A jrad:com null reference ponentRe to f another compone nt that

null admin

no no

comment controller Class

admin

no

styleClas s

null

no

unvalidat ed

null

no

docName

null

no

not applicabl e extends

null

no

270

File Version

Help Target

Help Target Appl Short Name

ID

creates a different instance of that compone nt at runtime. The string version of the file. The string target name for the page online help. This string applicatio n will be used to construct URI of the "help" icon in the global menu of the page.This makes the help pages from the other applicatio ns reference able. Maps to Name the Item Name

null

null

no

fileversion

null

null

no

helpTarg et

null

null

no

helpTarg etAppSho rtName

null

null

no

id

271

OA Extensio n Version

Personali zation Label

Post Initial Values

Rendered

Scope

property of the Default Tree regionitem. The jrad:versi Oracle on Applicati ons Extensio n version with which the file was created or updated. The string region label used for Personali zation. Indicates boolean if rows which are made dirty only by the defaultin g of Initial Values are to be posted. Indicates boolean if the compone nt is rendered. The Base jrad:scop Packages e

null

null

no

version

null

null

no

regionNa me

false

null

no

postDefa ult

true

user

no

rendered

null

no

scope

272

which are allowed to reuse this compone nt. Security Defines string the Mode security mode used to secure the region. If set to selfSecur ed it is the develope r's responsib ility to handle security validatio n. The legal values are standard, and selfSecur ed. Standalo Indicates boolean if this ne region can be rendered on its own. Text The text string label for the compone

standard null

no

securityM ode

false

null

no

standalo ne

null

admin

true

text

273

nt. xml:lang Identifies optional the language containe d within this compone nt.

null

null

no

xml:lang

Element Children
Name members Quantity 1 Description Grouping used for specifying tree's members

nodeDef
Descripti Type on Action The string action Type type to fire for the compone nt. It should be either "fireActio n" or "none." Admin Indicates boolean Personali if an Administr zation ator can personali ze this compone nt. Attribute The jrad:attri attribute buteSetR Set set for ef the Name 274 Default Value none Personali Translata XML zable ble Attribute null no primaryCl ientActio n

true

admin

no

adminCu stomizabl e

null

null

no

use

Child Object Type

Comment s CSS Class

Data Type

Destinati on Function Destinati on URI

compone nt. Object string Type of child nodes, used when displayin g record set navigatio n controls. Comment string s Overrides string the default CSS class. The type string of data. The legal values are VARCHAR 2, DATE, DATETIM E, BIGDECI MAL, NUMBER, BOOLEAN , and CLOB. The string function to invoke. The anyURI Destinati on URI.

null

null

true

childType Text

null null

null admin

no no

comment styleClas s

VARCHAR null 2

no

dataType

null

admin

no

invokeFu nc

null

admin

no

destinati on

275

Disable Client Side Validatio n

Indicates boolean null if validatio n should not occur on the web tier during a form submit. Disable Indicates boolean false Server if Side validatio Validatio n should not occur n on the business tier during a form submit. Documen The name jrad:refN null of the t Name ame compone nt Event Name of string null the event. Extends A jrad:com null reference ponentRe to f another compone nt that creates a different instance of that compone nt at runtime. Icon URI the URI anyURI null for the

null

no

unvalidat ed

null

no

serverUn validated

null

no

docName

null

no

event

null

no

extends

admin

no

icon

276

icon file. Paramete A list of nameparamete value rs r names pair and values to be submitte d by the action. Record The ui:nonNe Set Size maximu gativeInt m egerExpr number essionTy of pe records that can be displayed under each node. Rendered Indicates boolean if the compone nt is rendered. Scope The Base jrad:scop Packages e which are allowed to reuse this compone nt. Submit Indicates boolean if the action will cause a form submit Target The name string

null

null

no

paramete rs

null

null

no

childBloc kSize

null

user

no

rendered

null

no

scope

null

null

no

formSub mitted

null

null

no

targetFra 277

Frame

View Attribute

View Instance

Warn About Changes

xml:lang

of the target frame for the link. The name string of the view attribute. The name string of the view object instance. Warns boolean the user if there are pending changes that will be lost, and allows them to cancel the current action or discard the changes and continue with the current action. Identifies optional the language containe d within this compone

me

null

null

no

viewAttr

null

null

no

viewNam e

true

null

no

warnAbo utChange s

null

null

no

xml:lang

278

nt.

childNode
Name Additiona l Text Admin Personali zation Descripti Type on Additiona string l help text. Indicates boolean if an Administr ator can personali ze this compone nt. The fully- string qualified class name for the applicatio n module. The string instance name of an applicatio n module. Optionall jrad:local y set only Ref on the leaf level &lt;child Node&gt; element to recursivel y point to one of the Default Value null Personali Translata XML zable ble Attribute admin yes shortDes c admin no adminCu stomizabl e

true

AM Definitio n

null

null

no

amDefNa me

AM Instance

null

null

no

amUsage Name

Ancestor Node

null

null

no

ancestor Node

279

Attribute Set

Comment s CSS Class

Documen t Name

Extends

Personali zation Label

Rendered

ancestor nodes. The jrad:attri null attribute buteSetR set for ef the compone nt. Comment string null s Overrides string null the default CSS class. The name jrad:refN null of the ame compone nt A jrad:com null reference ponentRe to f another compone nt that creates a different instance of that compone nt at runtime. The string null region label used for Personali zation. Indicates boolean null if the compone nt is rendered.

null

no

use

null admin

no no

comment styleClas s

null

no

docName

null

no

extends

null

no

regionNa me

user

no

rendered

280

The Base jrad:scop Packages e which are allowed to reuse this compone nt. View Link The name string Accessor of the View Link Accessor for the child data. View Link The name string Instance of the View Link Instance for the child data. xml:lang Identifies optional the language containe d within this compone nt.

Scope

null

no

scope

null

null

no

viewLink Accessor Name

null

null

no

viewLink

null

null

no

xml:lang

Element Children
Name members Quantity 0 through 1 Description Grouping used for specifying tree's members.

281

Item Styles

attachmentImage
Description
An attachmentImage item style is used to display multi-row attachments that are represented as icons. An attachment image uses a Switcher bean internally to switch between one of two image beans. attachmentImage is an extension of <ui:base>. All attributes supported by <ui:base> are inherited by attachmentImage. Corresponding web bean: OAAttachmentImageBean

Properties
Name Admin Personali zation Descripti Type on Indicates boolean if an Administr ator can personali ze this compone nt. The jrad:attri attribute buteSetR set for ef the compone nt. Indicates boolean if automati c save is enabled. Comment string s Overrides string the default Default Value true Personali Translata XML zable ble Attribute admin no adminCu stomizabl e

Attribute Set

null

null

no

use

Automati c Save

false

null

no

autoCom mitEnabl ed

Comment s CSS Class

null null

null admin

no no

comment styleClas s

282

Documen t Name

Disable Client Side Validatio n

Disable Server Side Validatio n

Enable Documen t Catalog

Export View Attribute

CSS class. The name jrad:refN of the ame compone nt Indicates boolean if validatio n should not occur on the web tier during a form submit. Indicates boolean if validatio n should not occur on the business tier during a form submit. Indicates boolean if the Documen t Catalog is enabled for the compone nt. The string alternate view attribute for use when exporting

null

null

no

docName

true

null

no

unvalidat ed

true

null

no

serverUn validated

true

admin

no

enableDo cumentC atalog

null

admin

no

exportBy ViewAttr

283

. Extends A jrad:com null reference ponentRe to f another compone nt that creates a different instance of that compone nt at runtime. Inline Indicates boolean (Default) Attachme whether nt inline Enabled attachme nt capability is enabled or not. No Wrap Indicates boolean false if cell contents should be wrapped. Prompt The text string Attachme label for nts the compone nt. Render Indicates boolean true Search if the search Region region is rendered. Rendered Indicates boolean true if the compone nt is rendered. 284

null

no

extends

admin

no

inlineAtta chmentE nabled

null

no

cellNoWr apFormat

admin

true

prompt

null

no

searchRe gionRend ered

user

no

rendered

The Base jrad:scop Packages e which are allowed to reuse this compone nt. User Indicates boolean Personali if a user can zation personali ze this compone nt. View The name string Instance of the view object instance. Virus Indicates boolean Scan if Virus Enabled Scan is enabled on file attachme nts. xml:lang Identifies optional the language containe d within this compone nt.

Scope

null

no

scope

false

admin

no

userCust omizable

null

null

no

viewNam e

false

admin

no

virusScan Enabled

null

null

no

xml:lang

Element Children
Name entityMappings Quantity 1 Description Defines the entity and item relationships.

entityMap
Name Descripti Type Default Personali Translata XML 285

on Attribute The jrad:attri attribute buteSetR Set set for ef the compone nt. Comment Comment string s s. Delete Indicates boolean Allowed if the user can delete attachme nts from the current object. Entity The name string of the attachme nt entity which defines the primary key relations hips. Insert Indicates boolean Allowed if new attachme nts can be created for this entity. Show All Indicates boolean if the user can view any attachme nt for the

Value null

zable null

ble no

Attribute use

null true

null null

no no

comment deleteAll owed

null

null

no

entityId

true

null

no

insertAllo wed

false

null

no

showAll

286

Update Allowed

current object, regardles s of category. Indicates boolean if the user can edit the attachme nt content.

true

null

no

updateAll owed

Element Children
Name categoryMappings primaryKeys Quantity 0 through 1 0 through 1 Description Defines the entity and category relationships. Defines the primary keys.

categoryMap
Descripti on Attribute The attribute Set set for the compone nt. Category The attachme nt category name. Comment Comment s s. Secured Indicates if the object is secured by grants model. Name Type Default Value jrad:attri null buteSetR ef Personali Translata XML zable ble Attribute null no use

string

null

null

no

category Name

string boolean

null false

null admin

no no

comment secured

287

primaryKey
Descripti Type on Attribute The jrad:attri attribute buteSetR Set set for ef the compone nt. Comment Comment string s s. View The name string Attribute of the view attribute. Name Default Value null Personali Translata XML zable ble Attribute null no use

null null

null null

no no

comment viewAttr

288

attachmentLink
Description
An attachmentLink item style is used to display single-row attachments. attachmentLink is an extension of messageStyledText. All attributes supported by messageStyledText are inherited by attachmentLink. See the section on messageStyledText for a list of attributes available on the messageStyledText element. Corresponding web bean: OAMessageAttachmentLinkBean

Properties
Descripti Type on Admin Indicates boolean Personali if an Administr zation ator can personali ze this compone nt. Attribute The jrad:attri attribute buteSetR Set set for ef the compone nt. Automati Indicates boolean if c Save automati c save is enabled. Comment Comment string s s CSS Class Overrides string the default CSS class. Documen The name jrad:refN Name Default Value true Personali Translata XML zable ble Attribute admin no adminCu stomizabl e

null

null

no

use

false

null

no

autoCom mitEnabl ed

null null

null admin

no no

comment styleClas s

null

null

no

docName

289

t Name

Disable Client Side Validatio n

Disable Server Side Validatio n

Enable Documen t Catalog

Extends

of the compone nt Indicates if validatio n should not occur on the web tier during a form submit. Indicates if validatio n should not occur on the business tier during a form submit. Indicates if the Documen t Catalog is enabled for the compone nt. A reference to another compone nt that creates a different instance of that

ame

boolean

true

null

no

unvalidat ed

boolean

true

null

no

serverUn validated

boolean

true

admin

no

enableDo cumentC atalog

jrad:com null ponentRe f

null

no

extends

290

Inline Attachme nt Enabled

Link Text

Long Tip Region

Prompt

Render Search Region

Rendered

Scope

compone nt at runtime. Indicates boolean whether inline attachme nt capability is enabled or not. The Text string for the attachme nt link. The fully- jrad:refN qualified ame reference to the long tip region. The string Prompt for the attachme nt link. Indicates boolean if the search region is rendered. Indicates boolean if the compone nt is rendered. The Base jrad:scop Packages e which are allowed to reuse this

(Default) admin

no

inlineAtta chmentE nabled

View

null

true

text

null

admin

no

longTipR egion

Attachme user nts

true

prompt

true

null

no

searchRe gionRend ered

true

user

no

rendered

null

no

scope

291

Tip Message Appl Short Name

Tip Message Name Tip Type

View Instance

Virus Scan Enabled

xml:lang

compone nt. The string applicatio n short name that owns the tip message. The name string of the tip message. The type string of tip. The legal values are dateForm at, longMess age, shortTip, and none. The name string of the view object instance. Indicates boolean if Virus Scan is enabled on file attachme nts. Identifies optional the language containe d within this

null

admin

no

tipMessa geAppSh ortName

null

admin

no

tipMessa geName tipType

none

admin

no

null

null

no

viewNam e

false

admin

no

virusScan Enabled

null

null

no

xml:lang

292

compone nt.

Element Children
Name entityMappings Quantity 1 Description Defines the entity and item relationships.

entityMap
Descripti Type on Attribute The jrad:attri attribute buteSetR Set set for ef the compone nt. Comment Comment string s s. Delete Indicates boolean Allowed if the user can delete attachme nts from the current object. Entity The name string of the attachme nt entity which defines the primary key relations hips. Insert Indicates boolean Allowed if new attachme nts can Name Default Value null Personali Translata XML zable ble Attribute null no use

null true

null null

no no

comment deleteAll owed

null

null

no

entityId

true

null

no

insertAllo wed

293

be created for this entity. Show All Indicates boolean if the user can view any attachme nt for the current object, regardles s of category. Update Indicates boolean Allowed if the user can edit the attachme nt content.

false

null

no

showAll

true

null

no

updateAll owed

Element Children
Name categoryMappings primaryKeys Quantity 0 through 1 0 through 1 Description Defines the entity and category relationships. Defines the primary keys.

categoryMap
Descripti on Attribute The attribute Set set for the compone nt. Category The attachme nt category Name 294 Type Default Value jrad:attri null buteSetR ef Personali Translata XML zable ble Attribute null no use

string

null

null

no

category Name

name. Comment Comment string s s. Secured Indicates boolean if the object is secured by grants model.

null false

null admin

no no

comment secured

primaryKey
Descripti Type on Attribute The jrad:attri attribute buteSetR Set set for ef the compone nt. Comment Comment string s s. View The name string Attribute of the view attribute. Name Default Value null Personali Translata XML zable ble Attribute null no use

null null

null null

no no

comment viewAttr

295

attachmentTable
Description
An attachmentTable item style is used to display attachments in regions that typically show just one row in a view, such as header and flow layout. attachmentTable is an extension of header. All attributes supported by header are inherited by attachmentTable. See header for additional information about the header element. Corresponding web bean: OAAttachmentTableBean

Properties
Name Admin Personali zation Descripti Type on Indicates boolean if an Administr ator can personali ze this compone nt. The jrad:attri attribute buteSetR set for ef the compone nt. Indicates boolean if automati c save is enabled. Comment string s Overrides string the default CSS class. Indicates boolean Default Value true Personali Translata XML zable ble Attribute true no adminCu stomizabl e

Attribute Set

null

null

no

use

Automati c Save

false

null

no

autoCom mitEnabl ed

Comment s CSS Class

null null

null admin

no no

comment styleClas s

Disable

true

null

no

unvalidat

296

if validatio n should not occur on the web tier during a form submit. Disable Indicates Server if Side validatio Validatio n should not occur n on the business tier during a form submit. Enable Indicates Documen if the t Catalog Documen t Catalog is enabled for the compone nt. Enable Indicates Oracle if attachme Files nts will be stored in Oracle Files. Extends A reference to another compone nt that creates a Client Side Validatio n

ed

boolean

true

null

no

serverUn validated

boolean

true

admin

no

enableDo cumentC atalog

boolean

true

null

no

oracleFile sEnabled

jrad:com null ponentRe f

null

no

extends

297

different instance of that compone nt at runtime. Help This string Target applicatio Appl n will be Short used to construct Name URI of the "help" icon in the global menu of the page.This makes the help pages from the other applicatio ns reference able. Icon URI The URI string for the icon file. Inline Indicates boolean Attachme whether nt inline Enabled attachme nt capability is enabled or not. Personali The string zation region

null

admin

no

helpTarg etAppSho rtName

null

admin

no

icon

(Default) admin

no

inlineAtta chmentE nabled

null

null

no

regionNa me

298

label used for Personali zation. Post Indicates boolean Initial if rows which are Values made dirty only by the defaultin g of Initial Values are to be posted. Record Indicates boolean History if Record Enabled History feature is enabled for this option. Rendered Indicates boolean if the compone nt is rendered. Render Indicates boolean Search if the search Region region is rendered. Text The text string label for the compone nt. View The name string Instance of the view object instance. Label

false

admin

no

postDefa ult

false

admin

no

recordHis toryEnabl ed

true

user

no

rendered

true

null

no

searchRe gionRend ered

null

admin

yes

text

null

null

no

viewNam e

299

Virus Scan Enabled

Indicates boolean if Virus Scan is enabled on file attachme nts.

false

admin

no

virusScan Enabled

Element Children
Name entityMappings Quantity 1 Description Defines the entity and item relationships.

entityMap
Name Approval Function Name Descripti Type on Function string Name for the approval process. View string Attribute to determin e if approval process is required. The jrad:attri attribute buteSetR set for ef the compone nt. Comment string s. Indicates boolean if the user can delete attachme nts from Default Value null Personali Translata XML zable ble Attribute null no approval Function Name

Approval View Attribute

null

null

no

approval ViewAttr

Attribute Set

null

null

no

use

Comment s Delete Allowed

null true

null null

no no

comment deleteAll owed

300

the current object. Entity The name string of the attachme nt entity which defines the primary key relations hips. Insert Indicates boolean Allowed if new attachme nts can be created for this entity. Show All Indicates boolean if the user can view any attachme nt for the current object, regardles s of category. Update Indicates boolean Allowed if the user can edit the attachme nt content.

null

null

no

entityId

true

null

no

insertAllo wed

false

null

no

showAll

true

null

no

updateAll owed

Element Children
Name Quantity Description

301

categoryMappings primaryKeys

0 through 1 0 through 1

Defines the entity and category relationships. Defines the primary keys.

categoryMap
Descripti on Attribute The attribute Set set for the compone nt. Category The attachme nt category name. Comment Comment s s. Secured Indicates if the object is secured by grants model. Name Type Default Value jrad:attri null buteSetR ef Personali Translata XML zable ble Attribute null no use

string

null

null

no

category Name

string boolean

null false

null admin

no no

comment secured

primaryKey
Descripti Type on Attribute The jrad:attri attribute buteSetR Set set for ef the compone nt. Comment Comment string s s. View The name string Attribute of the Name Default Value null Personali Translata XML zable ble Attribute null no use

null null

null null

no no

comment viewAttr

302

view attribute.

303

button
Description
A button item style creates a push button, which allows the user to trigger some action in response to a click. The button fires an "onclick" event when it is activated. Buttons will not render any child nodes. Corresponding web bean: OAButtonBean

Properties
Access Key The string character used for quick keyboard navigatio n or activatio n. Action The string action Type type to fire for the compone nt. It should be either "fireActio n", "fireParti alAction" or "none." Additiona Additiona string l help l Text text. Admin Indicates boolean Personali if an Administr zation ator can 304 null admin no accessKe y

none

null

no

primaryCl ientActio n

null

admin

yes

shortDes c adminCu stomizabl e

true

admin

no

Attribute Set

Comment s CSS Class

Data Type

Destinati on Function Destinati on URI Disable Server Side Validatio

personali ze this compone nt. The jrad:attri attribute buteSetR set for ef the compone nt. Comment string s Overrides string the default CSS class. The type string of data. The legal values are VARCHAR 2, DATE, DATETIM E, BIGDECI MAL, NUMBER, BOOLEAN , and CLOB. The string function to invoke. The uriRefere destinati nce on URI. Indicates boolean if validatio n should

null

null

no

use

null null

null admin

no no

comment styleClas s

VARCHAR null 2

no

dataType

null

admin

no

invokeFu nc

null

null

no

destinati on serverUn validated

false

null

no

305

not occur on the business tier during a form submit. Disabled Indicates boolean null if the element is disabled. Documen The name jrad:refN null of the t Name ame compone nt Export The string null View alternate Attribute view attribute for use when exporting . Extends A jrad:com null reference ponentRe to f another compone nt that creates a different instance of that compone nt at runtime. Horizonta Horizonta string start l l Alignmen alignmen t. The t legal values

null

no

disabled

null

no

docName

admin

no

exportBy ViewAttr

null

no

extends

null

no

hAlign

306

are center, left, right, start, and end. ID The Name unique name of this compone nt. Popup Indicates boolean Enabled whether the popup is enabled. Popup ID The string unique name of the popup. Popup Indicates string Render on what action Event type the event is to be rendered for the pop-up. Prompt The text string label for the compone nt. Rendered Indicates boolean if the compone nt is rendered. Scope The Base jrad:scop Packages e

null

null

no

id

false

admin

no

popupEn abled

null

admin

no

popupId

onClick

admin

no

popupRe nderEven t

null

admin

true

prompt

true

user

no

rendered

null

no

scope

307

which are allowed to reuse this compone nt. Target The name string of the Frame target frame for the link. Text The text string label for the compone nt. View The name string Attribute of the view attribute. View The name string Instance of the view object instance. Warn Warns boolean About the user Changes if there are pending changes that will be lost, and allows them to cancel the current action or discard the changes

null

admin

yes

targetFra me

null

admin

yes

text

null

null

no

viewAttr

null

null

no

viewNam e

true

null

no

warnAbo utChange s

308

and continue with the current action. xml:lang Identifies optional the language containe d within this compone nt.

null

null

no

xml:lang

309

exportButton
Description
The exportButton item style is used to export the displayed data of either a region or all regions on a page to a comma separated value (csv) file. Only the beans that are rendered will be exported. Each region on the exported file will have a row of column names followed by the results. In Windows, clicking on the export button will open a dialog that asks you to either open or save the exported file. You could view the Excel file either by opening it directly or saving and then opening it. exportButton can be used as follows: Exporting the data of all regions on a page. To do this, create a contentFooter region under the pageLayout region of that specific page. Then add an "Export Button" to the contentFooter region. If more than one button needs to be added to the contentFooter, then they should be put under a flowLayout region, which should then be added to the contentFooter. Exporting data of a specific region on a page. To do this, create an "Export Button" under the region whose data you want to export. Then, in the container object, position this export button and set a view usage name for this export button. The data of this VO will be exported. Corresponding web bean: OAExportBean

Properties
oa:exportButton extends oa:submitButton and inherits all the properties from it. Please refer to the submitButton section for more information on all submitButton properties. Additiona Additiona string null admin yes shortDes l help l Text c text. Admin Indicates boolean true admin no adminCu Personali if an stomizabl Administr zation e ator can personali ze this

310

compone nt. Attribute The jrad:attri attribute buteSetR Set set for ef the compone nt. Comment Comment string s s CSS Class Overrides string the default CSS class. Disable Indicates boolean Client if Side validatio Validatio n should not occur n on the web tier during a form submit. Disable Indicates boolean Server if Side validatio Validatio n should not occur n on the business tier during a form submit. Disabled Indicates boolean if the element is disabled. Export All Indicates boolean if all rows Rows

null

null

no

use

null null

null admin

no no

comment styleClas s

false

null

no

unvalidat ed

false

null

no

serverUn validated

false

null

no

disabled

false

null

no

exportAll Rows 311

will be exported, ignoring the maximu m fetch size. Extends A jrad:com null reference ponentRe to f another compone nt that creates a different instance of that compone nt at runtime. Horizonta Horizonta string start l l Alignmen alignmen t. The t legal values are center, left, right, start, and end. No Wrap Indicates boolean false if cell contents should be wrapped. Rendered Indicates boolean true if the compone nt is rendered. Text The text string null

null

no

extends

null

no

hAlign

null

no

cellNoWr apFormat

user

no

rendered

admin

yes

text

312

label for the compone nt. View The name string Instance of the view object instance.

null

null

no

viewNam e

313

flex
Description
There are two types or styles of flex item styles: descriptive flex field and key flex field. Descriptive flex fields provide customizable "expansion space" which can be used to track additional information, important and unique to a customer's business, which would not otherwise be captured by the form. For example, it can be a placeholder for additional information or a link to another web page. Key flex fields are "intelligent keys" made up of meaningful segments identifying such business entities as general ledger accounts, part numbers, etc. Corresponding web beans: OADescriptiveFlexBean, OAKeyFlexBean

Properties
Additiona Additiona string l help l Text text. Admin Indicates boolean Personali if an Administr zation ator can personali ze this compone nt. Appl The string Short applicatio n short Name name that owns the Flexfield. Attribute The jrad:attri attribute buteSetR Set set for ef the compone nt. 314 null admin yes shortDes c adminCu stomizabl e

true

admin

no

null

null

no

flexField AppShort Name

null

null

no

use

Comment Comment string null s s CSS Class Overrides string null the default CSS class. Display Indicates boolean true Context if the context Field field is displayed . Documen The name jrad:refN null of the t Name ame compone nt Extends A jrad:com null reference ponentRe to f another compone nt that creates a different instance of that compone nt at runtime. Name The name string null of the Flexfield. Prompt The text string null label for the flexfield, used in the personali zation window. Read Indicates boolean false

null admin

no no

comment styleClas s

null

no

displayCo ntextFiel d

null

no

docName

null

no

extends

null

no

flexName

admin

true

prompt

admin

no

readOnly 315

Only

Rendered

Scope

Segment List

Type

User Personali zation

View Instance

if the value can be changed. Indicates boolean if the compone nt is rendered. The Base jrad:scop Packages e which are allowed to reuse this compone nt. The string limited list of flexfield segments . The type string of the Flexfield. The legal values are key, and descriptiv e. Indicates boolean if a user can personali ze this compone nt. The name string of the view object

true

user

no

rendered

null

no

scope

null

admin

no

segmentL ist

descriptiv null e

no

flexStyle

false

admin

no

userCust omizable

null

null

no

viewNam e

316

instance. xml:lang Identifies optional the language containe d within this compone nt.

null

null

no

xml:lang

Element Children
Name flexMaps Quantity 1 Description Defines the external references for a flexfield.

flexMap
Descripti on Attribute The attribute Set set for the compone nt. Comment Comment s s. Name Specify the name. Referenc Value to e Value be set on the named paramete r. Refers Indicates Context whether the value refers to the context field. Name Type Default Value jrad:attri null buteSetR ef Personali Translata XML zable ble Attribute null no use

string string

null null

null null

no no

comment name

string

null

null

no

reference Value

boolean

false

null

no

refersCon text

317

318

formParameter
Description
The formParameter item style serves as a placeholder for submission parameters. It differs from formValue in two important ways. First, formParameter does not support a "value" attribute. Instead, the value is set only at form submission time. Second, a formParameter with a given name can be added repeatedly to a form without ill effects; only one instance will appear. This is markedly different from the formValue, where reuse causes the same value to appear multiple times in the form submission. Corresponding web bean: OAFormParameterBean

Properties
Admin Indicates boolean true Personali if an Administr zation ator can personali ze this compone nt. Attribute The jrad:attri null attribute buteSetR Set set for ef the compone nt. Comment Comment string null s s Documen The name jrad:refN null of the t Name ame compone nt Extends A jrad:com null reference ponentRe to f another compone nt that admin no adminCu stomizabl e

null

no

use

null null

no no

comment docName

null

no

extends

319

creates a different instance of that compone nt at runtime. ID The Name unique name of this compone nt. Rendered Indicates boolean if the compone nt is rendered. Scope The Base jrad:scop Packages e which are allowed to reuse this compone nt. Security Defines string the Mode security mode used to secure the region. If set to selfSecur ed it is the develope r's responsib ility to handle

null

null

no

id

true

user

no

rendered

null

no

scope

standard null

no

securityM ode

320

security validatio n. The legal values are standard, and selfSecur ed. xml:lang Identifies optional the language containe d within this compone nt.

null

null

no

xml:lang

321

formattedText
Description
The formattedText item style accepts a string in its "text" attribute containing a very limited set of HTML markup and outputs formatted results. It is not intended as anything near to a generic HTML output engine, and will never be such. Developers needing this functionality must use the rawText bean. For example, this bean does not support the use of HTML tables or HTML links, so developers needing those should either use the tableLayout and link beans or use just the rawText bean. What this bean does provide is a limited ability to use a single source for translated or user-provided formatted text without further parsing or filtering or dangerous constructs (e.g., Javascript), and with some hope of successful output to non-HTML displays. It also supports more attributes than the rawText bean; for example, it supports styleClass. This component supports the following HTML markup: <br> <hr> <li>,<ol>,<ul> <p> <b> <i> <tt> <big> <small> <pre> <span> <a> and the following entities: < > & " In addition, the CSS attributes ("class" and "style") and "href" are supported; all others are ignored. Other elements or entities will be ignored. 322

Corresponding web bean: OAFormattedTextBean

Properties
Additiona Additiona string l help l Text text. Admin Indicates boolean Personali if an Administr zation ator can personali ze this compone nt. Attribute The jrad:attri attribute buteSetR Set set for ef the compone nt. Comment Comment string s s CSS Class Overrides string the default CSS class. Data The type string of data. Type The legal values are VARCHAR 2, DATE, DATETIM E, BIGDECI MAL, NUMBER, BOOLEAN , and null admin yes shortDes c adminCu stomizabl e

true

admin

no

null

null

no

use

null null

null admin

no no

comment styleClas s

VARCHAR null 2

no

dataType

323

CLOB. Documen The name jrad:refN null of the t Name ame compone nt Export The string null View alternate Attribute view attribute for use when exporting . Extends A jrad:com null reference ponentRe to f another compone nt that creates a different instance of that compone nt at runtime. ID The Name null unique name of this compone nt. Initial Indicates string none Sort the initial Sequence sort sequence for each search. The legal values are none, first, second,

null

no

docName

admin

no

exportBy ViewAttr

null

no

extends

null

no

id

null

no

initSortS eq

324

and third. Label No Wrap Indicates boolean if cell contents should be wrapped. Rendered Indicates boolean if the compone nt is rendered. Scope The Base jrad:scop Packages e which are allowed to reuse this compone nt. Search Indicates boolean Allowed if the item will be shown in the search panels. Sort Indicates string Allowed if the user can sort this column. The legal values are yes, no, ascendin g, and descendi ng. Sort By The string View alternate Attribute view false null no labelTitle cellNoWr apFormat

true

user

no

rendered

null

no

scope

false

admin

no

queryabl e

no

admin

no

sortState

null

null

no

sortByVie wAttr

325

Text

Total Value

User Personali zation

View Attribute

View Instance

xml:lang

attribute name for use when sorting. The text string label for the compone nt. Indicates boolean if an additiona l field should be displayed to show the total of this column. Indicates boolean if a user can personali ze this compone nt. The name string of the view attribute. The name string of the view object instance. Identifies optional the language containe d within this compone nt.

null

admin

yes

text

false

user

no

totalValu e

false

admin

no

userCust omizable

null

null

no

viewAttr

null

null

no

viewNam e

null

null

no

xml:lang

326

327

formValue
Description
The formValue item style adds a value that will be submitted with a form, but not displayed to the user. The value submitted with the form comes from the associated formValue element attributes "viewName" and "viewAttr". The inherited UIX attribute, "value", is used only if there are no associated viewName/viewAttr attributes. Corresponding web bean: OAFormValueBean

Properties
Admin Indicates boolean Personali if an Administr zation ator can personali ze this compone nt. Attribute The jrad:attri attribute buteSetR Set set for ef the compone nt. Comment Comment string s s Data The type string of data. Type The legal values are VARCHAR 2, DATE, DATETIM E, BIGDECI MAL, NUMBER, BOOLEAN 328 true admin no adminCu stomizabl e

null

null

no

use

null

null

no no

comment dataType

VARCHAR null 2

, and CLOB. Documen The name jrad:refN null of the t Name ame compone nt Encrypt Indicates boolean false if the contents is encrypte d in the HTML source. Extends A jrad:com null reference ponentRe to f another compone nt that creates a different instance of that compone nt at runtime. ID The Name null unique name of this compone nt. Prompt The text string null label for the compone nt. Rendered Indicates boolean true if the compone nt is rendered.

null

no

docName

null

no

encrypte d

null

no

extends

null

no

id

admin

true

prompt

user

no

rendered

329

Scope

The Base jrad:scop Packages e which are allowed to reuse this compone nt. Search Indicates boolean Allowed if the item will be shown in the search panels. Security Defines string the Mode security mode used to secure the region. If set to selfSecur ed it is the develope r's responsib ility to handle security validatio n. The legal values are standard, and selfSecur ed. Selective Indicates boolean

null

no

scope

false

null

no

queryabl e

standard null

no

securityM ode

false

admin

no

selective

330

Search Criteria

User Personali zation

View Attribute

View Instance

xml:lang

if the item is part of a group of items, one of which must be included in the search. Indicates boolean if a user can personali ze this compone nt. The name string of the view attribute. The name string of the view object instance. Identifies optional the language containe d within this compone nt.

SearchCri teria

false

admin

no

userCust omizable

null

null

no

viewAttr

null

null

no

viewNam e

null

null

no

xml:lang

331

image
Description
The image item style creates an HTML image tag. Corresponding web bean: OAImageBean

Properties
Access Key The string character used for quick keyboard navigatio n or activatio n. Action The string action Type type to fire for the compone nt. It should be either "fireActio n" or "none." Additiona Additiona string l help l Text text. Admin Indicates boolean Personali if an Administr zation ator can personali ze this compone nt. Attribute The jrad:attri 332 null admin no accessKe y

none

null

no

primaryCl ientActio n

null

admin

true

shortDes c adminCu stomizabl e

true

admin

no

null

null

no

use

Set

Comment s CSS Class

Data Type

Destinati on Function Destinati on URI Disable Server Side Validatio n

attribute buteSetR set for ef the compone nt. Comment string s Overrides string the default CSS class. The type string of data. The legal values are VARCHAR 2, DATE, DATETIM E, BIGDECI MAL, NUMBER, BOOLEAN , and CLOB. The string function to invoke. The uriRefere destinati nce on URI. Indicates boolean if validatio n should not occur on the business tier during a

null null

null admin

no no

comment styleClas s

VARCHAR null 2

no

dataType

null

admin

no

invokeFu nc

null

null

no

destinati on serverUn validated

false

null

no

333

form submit. Documen The name jrad:refN null of the t Name ame compone nt Export The string null View alternate Attribute view attribute for use when exporting . Extends A jrad:com null reference ponentRe to f another compone nt that creates a different instance of that compone nt at runtime. Height Indicates ui:stringE null the xpression height in Type pixels or as a percenta ge (if % sign included) . ID The Name null unique name of this compone nt.

null

no

docName

admin

no

exportBy ViewAttr

null

no

extends

null

no

imageHei ght

null

no

id

334

The URI uriRefere for the nce image file. Initial Indicates string Sort the initial Sequence sort sequence for each search. The legal values are none, first, second, and third. No Wrap Indicates boolean if cell contents should be wrapped. Popup Indicates boolean Enabled whether the popup is enabled. Popup ID The string unique name of the popup. Popup Indicates string Render on what action Event type the event is to be rendered for the pop-up. Prompt The text string label for the

Image URI

null

null

no

source

none

null

no

initSortS eq

false

null

no

cellNoWr apFormat

false

admin

no

popupEn abled

null

admin

no

popupId

onClick

admin

no

popupRe nderEven t

null

admin

true

prompt

335

compone nt. Rendered Indicates boolean if the compone nt is rendered. Scope The Base jrad:scop Packages e which are allowed to reuse this compone nt. Sort Indicates string Allowed if the user can sort this column. The legal values are yes, no, ascendin g, and descendi ng. Sort By The string View alternate Attribute view attribute name for use when sorting. User Indicates boolean Personali if a user can zation personali ze this compone nt. View The name string 336

true

user

no

rendered

null

no

scope

no

admin

no

sortState

null

null

no

sortByVie wAttr

false

admin

no

userCust omizable

null

null

no

viewAttr

Attribute of the view attribute. View The name string null Instance of the view object instance. Warn Warns boolean true About the user Changes if there are pending changes that will be lost, and allows them to cancel the current action or discard the changes and continue with the current action. Width On ui:stringE null SpacerBe xpression an: Type Indicates the width in pixels. On others: Indicates the width in pixels or as a percenta

null

no

viewNam e

null

no

warnAbo utChange s

null

no

imageWi dth

337

ge (if % sign included) . xml:lang Identifies optional the language containe d within this compone nt.

null

null

no

xml:lang

338

link
Description
The link item style creates an HTML link tag. Corresponding web bean: OALinkBean

Properties
Access Key The string character used for quick keyboard navigatio n or activatio n. Action The string action Type type to fire for the compone nt. It should be either "fireActio n", "fireParti alAction" or "none." Admin Indicates boolean Personali if an Administr zation ator can personali ze this compone nt. Attribute The jrad:attri null admin no accessKe y

none

null

no

primaryCl ientActio n

true

admin

no

adminCu stomizabl e

null

null

no

use 339

Set

Comment s CSS Class

Destinati on Function Destinati on URI Disable Server Side Validatio n

Documen t Name

Extends

attribute buteSetR set for ef the compone nt. Comment string null s Overrides string null the default CSS class. The string null function to invoke. The uriRefere null destinati nce on URI. Indicates boolean false if validatio n should not occur on the business tier during a form submit. The name jrad:refN null of the ame compone nt jrad:com null A reference ponentRe to f another compone nt that creates a different instance

null admin

no no

comment styleClas s

admin

no

invokeFu nc

null

no

destinati on serverUn validated

null

no

null

no

docName

null

no

extends

340

of that compone nt at runtime. ID The Name unique name of this compone nt. Popup Indicates boolean Enabled whether the popup is enabled. Popup ID The string unique name of the popup. Popup Indicates string Render on what action Event type the event is to be rendered for the pop-up. Rendered Indicates boolean if the compone nt is rendered. Scope The Base jrad:scop Packages e which are allowed to reuse this compone nt. Target The name string

null

null

no

id

false

admin

no

popupEn abled

null

admin

no

popupId

onClick

admin

no

popupRe nderEven t

true

user

no

rendered

null

no

scope

null

admin

yes

targetFra 341

Frame

Text

User Personali zation

View Attribute

View Instance

Warn About Changes

of the target frame for the link. The text string label for the compone nt. Indicates boolean if a user can personali ze this compone nt. The name string of the view attribute. The name string of the view object instance. Warns boolean the user if there are pending changes that will be lost, and allows them to cancel the current action or discard the changes

me

null

admin

yes

text

false

admin

no

userCust omizable

null

null

no

viewAttr

null

null

no

viewNam e

true

null

no

warnAbo utChange s

342

and continue with the current action. xml:lang Identifies optional the language containe d within this compone nt.

null

null

no

xml:lang

343

list
Description
The list item style creates a control which allows the user to select one or more values from a list of items. The list control contains any number of option elements, each of which represents an available option that the user may select. Corresponding web bean: OAListBean

Properties
Additiona Additiona string l help l Text text. Admin Indicates boolean Personali if an Administr zation ator can personali ze this compone nt. Attribute The jrad:attri attribute buteSetR Set set for ef the compone nt. Comment Comment string s s CSS Class Overrides string the default CSS class. Data The type string of data. Type The legal values are VARCHAR 344 null admin yes shortDes c adminCu stomizabl e

true

admin

no

null

null

no

use

null null

null admin

no no

comment styleClas s

VARCHAR null 2

no

dataType

2, DATE, DATETIM E, BIGDECI MAL, NUMBER, BOOLEAN , and CLOB. Disabled Indicates boolean false if the element is disabled. Documen The name jrad:refN null of the t Name ame compone nt Export The string null View alternate Attribute view attribute for use when exporting . Extends A jrad:com null reference ponentRe to f another compone nt that creates a different instance of that compone nt at runtime. ID The Name null unique name of this

null

no

disabled

null

no

docName

admin

no

exportBy ViewAttr

null

no

extends

null

no

id

345

List Height

MultiSelect Allowed

No Wrap

Picklist Descripti on Attribute

Picklist Display Attribute

Picklist Value Attribute

Picklist 346

compone nt. The unsigned display Int height in character s. Indicates boolean if the list allows multiple selection s. Indicates boolean if cell contents should be wrapped. The view string attribute that serves as the descripti on of choices. The view string attribute that serves as the displayed value of choices. The view string attribute that serves as the internal value of choices. The fully- string

null

null

no

size

false

null

no

multiple

false

null

no

cellNoWr apFormat

null

null

no

pickListVi ewDescri ption

null

null

no

pickListDi spAttr

null

null

no

pickListV alAttr

null

null

no

pickListVi

qualified View Definitio view object n name for the picklist, cached at the JVM level. Picklist The view string View instance Instance name for the picklist. Read Indicates boolean if the Only value can be changed. Rendered Indicates boolean if the compone nt is rendered. Scope The Base jrad:scop Packages e which are allowed to reuse this compone nt. Security Defines string the Mode security mode used to secure the region. If set to selfSecur ed it is

ewDef

null

null

no

pickListVi ewName

false

admin

no

readOnly

true

user

no

rendered

null

no

scope

standard null

no

securityM ode

347

the develope r's responsib ility to handle security validatio n. The legal values are standard, and selfSecur ed. View The name string Attribute of the view attribute. View The name string Instance of the view object instance. xml:lang Identifies optional the language containe d within this compone nt.

null

null

no

viewAttr

null

null

no

viewNam e

null

null

no

xml:lang

348

messageCheckBox
Description
The messageCheckBox item style is a combination of the checkBox and inlineMessage controls. Corresponding web bean: OAMessageCheckBoxBean

Properties
Access Key The string character used for quick keyboard navigatio n or activatio n. Action The string action Type type to fire for the compone nt. It should be either "fireActio n", "fireParti alAction" or "none." Additiona Additiona string l help l Text text. Admin Indicates boolean Personali if an Administr zation ator can personali null admin no accessKe y

none

null

no

primaryCl ientActio n

null

admin

yes

shortDes c adminCu stomizabl e

true

admin

no

349

Attribute Set

Checked Value Comment s CSS Class

Data Type

Destinati on Function Disable Server Side Validatio n 350

ze this compone nt. The jrad:attri attribute buteSetR set for ef the compone nt. The value string when checked. Comment string s Overrides string the default CSS class. The type string of data. The legal values are VARCHAR 2, DATE, DATETIM E, BIGDECI MAL, NUMBER, BOOLEAN , and CLOB. The string function to invoke. Indicates boolean if validatio n should not occur

null

null

no

use

null

null

no

checkedV alue comment styleClas s

null null

null admin

no no

VARCHAR null 2

no

dataType

null

admin

no

invokeFu nc

false

null

no

serverUn validated

on the business tier during a form submit. Disabled Indicates boolean false if the element is disabled. Documen The name jrad:refN null of the t Name ame compone nt Export The string null View alternate Attribute view attribute for use when exporting . Extends A jrad:com null reference ponentRe to f another compone nt that creates a different instance of that compone nt at runtime. ID The Name null unique name of this compone nt. Initial Indicates string none

null

no

disabled

null

no

docName

admin

no

exportBy ViewAttr

null

no

extends

null

no

id

null

no

initSortS 351

Sort the initial Sequence sort sequence for each search. The legal values are none, first, second, and third. Initial The string initial Value (default) value of the item. Initially The boolean Checked initial (default) state of the item. Long Tip The fully- jrad:refN qualified ame Region reference to the long tip region. No Wrap Indicates boolean if cell contents should be wrapped. Prompt The text string label for the compone nt. Read Indicates boolean if the Only value can be changed. Rendered Indicates boolean 352

eq

null

admin

no

defaultVa lue

null

null

no

checked

null

admin

no

longTipR egion

false

null

no

cellNoWr apFormat

null

admin

yes

prompt

false

admin

no

readOnly

true

user

no

rendered

if the compone nt is rendered. Required Indicates ui:require no if the d user must enter a value and how that appears to the user. Three values are allowed: "yes", "no", and "default". Scope The Base jrad:scop . Packages e which are allowed to reuse this compone nt. Search Indicates boolean false Allowed if the item will be shown in the search panels. Selective Indicates boolean false Search if the Criteria item is part of a group of items, one of

admin

no

required

null

no

scope

admin

no

queryabl e

admin

no

selective SearchCri teria

353

Sort Allowed

Sort By View Attribute

Tip Message Appl Short Name

Tip Message Name Tip Type

which must be included in the search. Indicates string if the user can sort this column. The legal values are yes, no, ascendin g, and descendi ng. The string alternate view attribute name for use when sorting. The string applicatio n short name that owns the tip message. The name string of the tip message. The type string of tip. The legal values are dateForm at,

no

admin

no

sortState

null

null

no

sortByVie wAttr

null

admin

no

tipMessa geAppSh ortName

null

admin

no

tipMessa geName tipType

none

admin

no

354

longMess age, shortTip, and none. Unchecke The value string d Value when unchecke d. User Indicates boolean Personali if a user can zation personali ze this compone nt. Vertical Vertical string Alignmen alignmen t. t Acceptabl e values are "middle", "top", and "bottom" . View The name string Attribute of the view attribute. View The name string Instance of the view object instance. Warn Warns boolean About the user Changes if there are pending changes that will

null

null

no

unChecke dValue

false

admin

no

userCust omizable

null

null

no

vAlign

null

null

no

viewAttr

null

null

no

viewNam e

true

null

no

warnAbo utChange s

355

be lost, and allows them to cancel the current action or discard the changes and continue with the current action. xml:lang Identifies optional the language containe d within this compone nt.

null

null

no

xml:lang

356

messageChoice
Description
The messageChoice item style is a combination of the choice and inlineMessage controls. Corresponding web bean: OAMessageChoiceBean

Properties
Access Key The string character used for quick keyboard navigatio n or activatio n. The string action type to fire for the compone nt. It should be either "fireActio n", "fireParti alAction" or "none." Adds an boolean empty value to the choice list if it is not Required null admin no accessKe y

Action Type

none

null

no

primaryCl ientActio n

Add Blank Value

true

admin

no

allowBlan kValue

357

Additiona Additiona string l help l Text text. Admin Indicates boolean Personali if an Administr zation ator can personali ze this compone nt. Attribute The jrad:attri attribute buteSetR Set set for ef the compone nt. Comment Comment string s s CSS Class Overrides string the default CSS class. Data The type string of data. Type The legal values are VARCHAR 2, DATE, DATETIM E, BIGDECI MAL, NUMBER, BOOLEAN , and CLOB. Destinati The string on function Function to invoke. 358

null

admin

yes

shortDes c adminCu stomizabl e

true

admin

no

null

null

no

use

null null

null admin

no no

comment styleClas s

VARCHAR null 2

no

dataType

null

admin

no

invokeFu nc

Indicates boolean false if validatio n should not occur on the business tier during a form submit. Disabled Indicates boolean false if the element is disabled. Documen The name jrad:refN null of the t Name ame compone nt Export The string null View alternate Attribute view attribute for use when exporting . Extends A jrad:com null reference ponentRe to f another compone nt that creates a different instance of that compone nt at runtime. ID The Name null unique

Disable Server Side Validatio n

null

no

serverUn validated

null

no

disabled

null

no

docName

admin

no

exportBy ViewAttr

null

no

extends

null

no

id

359

name of this compone nt. Initial Indicates string Sort the initial Sequence sort sequence for each search. The legal values are none, first, second, and third. Initial The string initial Value (default) value of the item. Long Tip The fully- jrad:refN qualified ame Region reference to the long tip region. No Wrap Indicates boolean if cell contents should be wrapped. Picklist The view string Display attribute Attribute that serves as the displayed value of choices. Picklist The view string Value attribute Attribute that 360

none

null

no

initSortS eq

null

admin

no

defaultVa lue

null

admin

no

longTipR egion

false

null

no

cellNoWr apFormat

null

null

no

pickListDi spAttr

null

null

no

pickListV alAttr

Picklist View Definitio n

Picklist View Instance

Prompt

Read Only

Rendered

Required

serves as the internal value of choices. The fully- string qualified view object name for the picklist, cached at the JVM level. The view string instance name for the picklist. The text string label for the compone nt. Indicates boolean if the value can be changed. Indicates boolean if the compone nt is rendered. Indicates string if the user must enter a value and how that appears

null

null

no

pickListVi ewDef

null

null

no

pickListVi ewName

null

admin

yes

prompt

false

admin

no

readOnly

true

user

no

rendered

no

admin

no

required

361

Scope

Search Allowed

Security Mode

to the user. Two values are allowed: "yes", "no". The Base jrad:scop . null Packages e which are allowed to reuse this compone nt. Indicates boolean false admin if the item will be shown in the search panels. Defines string standard null the security mode used to secure the region. If set to selfSecur ed it is the develope r's responsib ility to handle security validatio n. The legal values

no

scope

no

queryabl e

no

securityM ode

362

are standard, and selfSecur ed. Selective Indicates boolean Search if the Criteria item is part of a group of items, one of which must be included in the search. Sort Indicates string Allowed if the user can sort this column. The legal values are yes, no, ascendin g, and descendi ng. Sort By The string View alternate Attribute view attribute name for use when sorting. Tip The string Message applicatio Appl n short Short name that Name owns the

false

admin

no

selective SearchCri teria

no

admin

no

sortState

null

null

no

sortByVie wAttr

null

admin

no

tipMessa geAppSh ortName

363

Tip Message Name Tip Type

Total Value

User Personali zation

Vertical Alignmen t

tip message. The name string of the tip message. The type string of tip. The legal values are dateForm at, longMess age, shortTip, and none. Indicates boolean if an additiona l field should be displayed to show the total of this column. Indicates boolean if a user can personali ze this compone nt. Vertical string alignmen t. Acceptabl e values are "middle", "top", and

null

admin

no

tipMessa geName tipType

none

admin

no

false

user

no

totalValu e

false

admin

no

userCust omizable

null

null

no

vAlign

364

View Attribute

View Instance

Warn About Changes

xml:lang

"bottom" . The name string of the view attribute. The name string of the view object instance. Warns boolean the user if there are pending changes that will be lost, and allows them to cancel the current action or discard the changes and continue with the current action. Identifies optional the language containe d within this compone nt.

null

null

no

viewAttr

null

null

no

viewNam e

true

null

no

warnAbo utChange s

null

null

no

xml:lang

365

messageDownload
Description
The messageDownload item style enables downloading of a file from the middle tier to a client machine. The messageDownload component appears as linked text on a page. The messageDownload item style extends messageStyledText. Please refer to the messageStyledText section for more information on all messageDownload properties. Corresponding web bean: OAMessageDownloadBean

Properties
Access Key The string character used for quick keyboard navigatio n or activatio n. Admin Indicates boolean Personali if an Administr zation ator can personali ze this compone nt. Attribute The jrad:attri attribute buteSetR Set set for ef the compone nt. Comment Comment string s s Data The type string of data. Type The legal 366 null admin no accessKe y

true

admin

no

adminCu stomizabl e

null

null

no

use

null

null

no no

comment dataType

VARCHAR null 2

Destinati on Function Documen t Name

Export View Attribute

Extends

File

values are VARCHAR 2, DATE, DATETIM E, BIGDECI MAL, NUMBER, BOOLEAN , CLOB, and BLOB. The string null function to invoke. The name jrad:refN null of the ame compone nt The string null alternate view attribute for use when exporting . A jrad:com null reference ponentRe to f another compone nt that creates a different instance of that compone nt at runtime. The string null

admin

no

invokeFu nc

null

no

docName

admin

no

exportBy ViewAttr

null

no

extends

null

no

fileConte

367

MIME Type

MIME type of the File. File The File string Name Name to Override use instead of the view attribute text when saving the file. File View The view string Attribute attribute for the file content. Height The unsigned display Int height of the Search item in character s. Initial Indicates string Sort the initial Sequence sort sequence for each search. The legal values are none, first, second, and third. Long Tip The fully- jrad:refN qualified ame Region reference to the

ntType

null

null

no

download FileName

null

null

no

contentVi ewAttrib uteName

null

null

no

rows

none

null

no

initSortS eq

null

admin

no

longTipR egion

368

Maximu m Length

No Wrap

Prompt

Rendered

Required

long tip region. The unsigned null number Int of character s a user can enter as search criteria for this field in a resultsbased (automat ic) search. Indicates boolean false if cell contents should be wrapped. The text string null label for the compone nt. Indicates boolean true if the compone nt is rendered. Indicates ui:require no if the d user must enter a value and how that appears to the user. Three

admin

no

maximu mLength

null

no

cellNoWr apFormat

admin

yes

prompt

user

no

rendered

admin

no

required

369

values are allowed: "yes", "no", "default". Scope The Base jrad:scop Packages e which are allowed to reuse this compone nt. Search Indicates boolean Allowed if the item will be shown in the search panels. Selective Indicates boolean Search if the Criteria item is part of a group of items, one of which must be included in the search. Sort Indicates string Allowed if the user can sort this column. The legal values are yes, no, ascendin

null

no

scope

false

admin

no

queryabl e

false

admin

no

selective SearchCri teria

no

admin

no

sortState

370

Sort By View Attribute

Tip Message Appl Short Name

Tip Message Name Tip Type

User Personali zation

Vertical Alignmen t

g, and descendi ng. The string alternate view attribute name for use when sorting. The string applicatio n short name that owns the tip message. The name string of the tip message. The type string of tip. The legal values are dateForm at, longMess age, shortTip, and none. Indicates boolean if a user can personali ze this compone nt. Vertical string alignmen t.

null

null

no

sortByVie wAttr

null

admin

no

tipMessa geAppSh ortName

null

admin

no

tipMessa geName tipType

none

admin

no

false

admin

no

userCust omizable

null

null

no

vAlign

371

View The name string Attribute of the view attribute. View The name string Instance of the view object instance. Warn Warns boolean About the user Changes if there are pending changes that will be lost, and allows them to cancel the current action or discard the changes and continue with the current action. Width The unsigned display Int length of the Search item in character s. xml:lang Identifies optional the language

null

null

no

viewAttr

null

null

no

viewNam e

true

null

no

warnAbo utChange s

null

null

no

columns

null

null

no

xml:lang

372

containe d within this compone nt.

373

messageFileUpload
Description
The messageFileUpload item style is a combination of the fileUpload and inlineMessage controls. The fileUpload control adds a widget that can be used to upload a file. Any form that contains this control must have attribute "usesUpload" set to true. Corresponding web bean: OAMessageFileUploadBean

Properties
Access Key The string character used for quick keyboard navigatio n or activatio n. Additiona string l help text. Indicates boolean if an Administr ator can personali ze this compone nt. The jrad:attri attribute buteSetR set for ef the compone nt. Comment string s Overrides string the null admin no accessKe y

Additiona l Text Admin Personali zation

null

admin

yes

shortDes c adminCu stomizabl e

true

admin

no

Attribute Set

null

null

no

use

Comment s CSS Class

null null

null admin

no no

comment styleClas

374

default CSS class. Data The type string VARCHAR null of data. Type 2 The legal values are VARCHAR 2, DATE, DATETIM E, BIGDECI MAL, NUMBER, BOOLEAN , CLOB, and BLOB. Documen The name jrad:refN null null of the t Name ame compone nt Extends A jrad:com null null reference ponentRe to f another compone nt that creates a different instance of that compone nt at runtime. ID The Name null null unique name of this compone nt. Length The unsigned null null

no

dataType

no

docName

no

extends

no

id

no

columns

375

Long Tip Region

No Wrap

Prompt

Rendered

Required

Scope 376

display Int length in character s. The fully- jrad:refN null qualified ame reference to the long tip region. Indicates boolean false if cell contents should be wrapped. The text string null label for the compone nt. Indicates boolean true if the compone nt is rendered. Indicates ui:require no if the d user must enter a value and how that appears to the user. Three values are allowed: "yes", "no", and "default". The Base jrad:scop .

admin

no

longTipR egion

null

no

cellNoWr apFormat

admin

yes

prompt

user

no

rendered

admin

no

required

null

no

scope

Tip Message Appl Short Name

Tip Message Name Tip Type

User Personali zation

Vertical Alignmen t

Packages e which are allowed to reuse this compone nt. The string applicatio n short name that owns the tip message. The name string of the tip message. The type string of tip. The legal values are dateForm at, longMess age, shortTip, and none. Indicates boolean if a user can personali ze this compone nt. Vertical string alignmen t. Acceptabl e values are

null

admin

no

tipMessa geAppSh ortName

null

admin

no

tipMessa geName tipType

none

admin

no

false

admin

no

userCust omizable

null

null

no

vAlign

377

"middle", "top", and "bottom" . View The name string Attribute of the view attribute. View The name string Instance of the view object instance. xml:lang Identifies optional the language containe d within this compone nt.

null

null

no

viewAttr

null

null

no

viewNam e

null

null

no

xml:lang

378

messageInlineAttachment
Description
The messageInlineAttachment item style is used to display attachments in a message bean. Corresponding web bean: OAMessageInlineAttachmentBean

Properties
Name Admin Personali zation Descripti Type on Indicates boolean if an Administr ator can personali ze this compone nt. The jrad:attri attribute buteSetR set for ef the compone nt. Indicates boolean if automati c save is enabled. Comment string s. Overrides string the default CSS class. Indicates boolean if validatio n should Default Value true Personali Translata XML zable ble Attribute admin no adminCu stomizabl e

Attribute Set

null

null

no

use

Automati c Save

false

null

no

autoCom mitEnabl ed

Comment s CSS Class

null null

null admin

no no

comment styleClas s

Disable Client Side Validatio

true

null

no

unvalidat ed

379

not occur on the web tier during a form submit. Disable Indicates Server if Side validatio Validatio n should not occur n on the business tier during a form submit. Enable Indicates Documen if the t Catalog Documen t Catalog is enabled for the compone nt. Extends A reference to another compone nt that creates a different instance of that compone nt at runtime. ID The unique name of this

boolean

true

null

no

serverUn validated

boolean

true

admin

no

enableDo cumentC atalog

jrad:com null ponentRe f

null

no

extends

Name

null

null

no

id

380

compone nt. Inline Indicates boolean null Attachme whether nt inline Enabled attachme nt capability is enabled or not. Links The nonNegat 5 Displayed number iveIntege of r attachme nts links displayed inline. Default value is 5 if not defined. Long Tip The fully- jrad:refN null qualified ame Region reference to the long tip region. Prompt The text string Attachme label for nts the compone nt. Render Indicates boolean true Search if the search Region region is rendered. Rendered Indicates boolean true if the compone nt is rendered.

admin

no

inlineAtta chmentE nabled

admin

no

numberA ttachmen tsDisplay ed

admin

no

longTipR egion

admin

yes

prompt

null

no

searchRe gionRend ered

user

no

rendered

381

Required Indicates ui:require no if the d user must enter a value and how that appears to the user. Three values are allowed: "yes", "no", and "default". Tip The string null Message applicatio Appl n short Short name that Name owns the tip message. Tip The name string null Message of the tip Name message. Tip Type The type string none of tip. The legal values are dateForm at, longMess age, shortTip, and none. View The name string null Instance of the view

admin

no

required

admin

no

tipMessa geAppSh ortName

admin

no

tipMessa geName tipType

admin

no

null

no

viewNam e

382

object instance.

Element Children
Name entityMappings Quantity 1 Description Defines the entity and item relationships.

entityMap
Name Approval Function Name Descripti Type on Function string Name for the approval process. View string Attribute to determin e if approval process is required. The jrad:attri attribute buteSetR set for ef the compone nt. Comment string s. Indicates boolean if the user can delete attachme nts from the current object. The name string of the Default Value null Personali Translata XML zable ble Attribute null no approval Function Name

Approval View Attribute

null

null

no

approval ViewAttr

Attribute Set

null

null

no

use

Comment s Delete Allowed

null true

null null

no no

comment deleteAll owed

Entity

null

null

no

entityId

383

attachme nt entity which defines the primary key relations hips. Insert Indicates boolean Allowed if new attachme nts can be created for this entity. Show All Indicates boolean if the user can view any attachme nt for the current object, regardles s of category. Update Indicates boolean Allowed if the user can edit the attachme nt content.

true

null

no

insertAllo wed

false

null

no

showAll

true

null

no

updateAll owed

Element Children
Name categoryMappings primaryKeys Quantity 0 through 1 0 through 1 Description Defines the entity and category relationships. Defines the primary keys.

384

categoryMap
Descripti on Attribute The attribute Set set for the compone nt. Category The attachme nt category name. Comment Comment s s. Secured Indicates if the object is secured by grants model. Name Type Default Value jrad:attri null buteSetR ef Personali Translata XML zable ble Attribute null no use

string

null

null

no

category Name

string boolean

null false

null admin

no no

comment secured

primaryKey
Descripti Type on Attribute The jrad:attri attribute buteSetR Set set for ef the compone nt. Comment Comment string s s. View The name string Attribute of the view attribute. Name Default Value null Personali Translata XML zable ble Attribute null no use

null null

null null

no no

comment viewAttr

385

messageLovChoice
Description
The messageLovChoice item style is a hybrid between a messageLovInput and a messageChoice. Please refer to the messageLovInput and messageChoice sections for more information on all messageLovChoice properties. Corresponding web bean: OAMessageLovChoiceBean

Properties
Descripti Type on Access The string character Key used for quick keyboard navigatio n or activatio n. Action The string action Type type to fire for the compone nt. It should be either "fireActio n", "fireParti alAction" or "none." Additiona Additiona string l help l Text text. Admin Indicates boolean Name 386 Default Value null Personali Translata XML zable ble Attribute admin no accessKe y

none

null

no

primaryCl ientActio n

null

admin

yes

shortDes c adminCu

true

admin

no

Personali if an Administr zation ator can personali ze this compone nt. Attribute The jrad:attri attribute buteSetR Set set for ef the compone nt. Comment Comment string s s CSS Class Overrides string the default CSS class. Data The type string of data. Type The legal values are VARCHAR 2, DATE, DATETIM E, NUMBER, BIGDECI MAL, BOOLEAN , and CLOB. Destinati The string on function Function to invoke. Disable Indicates boolean Validatio if validatio n n should

stomizabl e

null

null

no

use

null null

null admin

no no

comment styleClas s

VARCHAR null 2

no

dataType

null

admin

no

invokeFu nc

false

null

no

unvalidat ed

387

not occur on the web tier during a form submit. Disabled Indicates boolean false if the element is disabled. Export The string null View alternate Attribute view attribute for use when exporting . External The name jrad:com null of the ponentRe LOV external f List of Values region. Initial Indicates string none Sort the initial Sequence sort sequence for each search. The legal values are none, first, second, and third. Initial The string null initial Value (default) value of the item. List Indicates boolean false 388

null

no

disabled

admin

no

exportBy ViewAttr

null

no

externalL istOfValu es

null

no

initSortS eq

admin

no

defaultVa lue

null

no

userEdita

Personali if the user can zation personali ze the LOV Choice list. No Wrap Indicates boolean if cell contents should be wrapped. Picklist The view string Display attribute Attribute that serves as the displayed value of choices. Picklist The view string Value attribute Attribute that serves as the internal value of choices. Prompt The text string label for the compone nt. Read Indicates boolean if the Only value can be changed. Rendered Indicates boolean if the compone nt is rendered.

bleList

false

null

no

cellNoWr apFormat

null

null

no

pickListDi spAttr

null

null

no

pickListV alAttr

null

admin

yes

prompt

false

admin

no

readOnly

true

user

no

rendered

389

Required Indicates string if the user must enter a value and how that appears to the user. Two values are allowed: "yes", "no". Search Indicates boolean Allowed if the item will be shown in the search panels. Selective Indicates boolean Search if the Criteria item is part of a group of items, one of which must be included in the search. Sort Indicates string Allowed if the user can sort this column. The legal values are yes, no,

no

admin

no

required

false

admin

no

queryabl e

false

admin

no

selective SearchCri teria

no

admin

no

sortState

390

Sort By View Attribute

Tip Message Appl Short Name

Tip Message Name Tip Type

Total Value

ascendin g, and descendi ng. The string alternate view attribute name for use when sorting. The string applicatio n short name that owns the tip message. The name string of the tip message. The type string of tip. The legal values are dateForm at, longMess age, shortTip, and none. Indicates boolean if an additiona l field should be displayed to show the total of this

null

null

no

sortByVie wAttr

null

admin

no

tipMessa geAppSh ortName

null

admin

no

tipMessa geName tipType

none

admin

no

false

user

no

totalValu e

391

User Personali zation

Vertical Alignmen t

View Attribute

View Instance

Warn About Changes

column. Indicates boolean if a user can personali ze this compone nt. Vertical string alignmen t. Acceptabl e values are "middle", "top", and "bottom" . The name string of the view attribute. The name string of the view object instance. Warns boolean the user if there are pending changes that will be lost, and allows them to cancel the current action or

false

admin

no

userCust omizable

null

null

no

vAlign

null

null

no

viewAttr

null

null

no

viewNam e

true

null

no

warnAbo utChange s

392

discard the changes and continue with the current action. xml:lang Identifies optional the language containe d within this compone nt.

null

null

no

xml:lang

lovMap
Descripti Type on Attribute The jrad:attri attribute buteSetR Set set for ef the compone nt. Comment Comment string s s. Criteria The ID of jrad:local the item Ref Item in the base page that provides the criteria for the LOV. LOV The name jrad:local Region of the RefString item in Item the List Of Values Name Default Value null Personali Translata XML zable ble Attribute null no use

null null

null null

no no

comment criteriaFr om

null

null

no

lovItem

393

region. Program Indicates boolean matic if the Criteria Query Item value will not be automati cally applied to the LOV. Required Indicates boolean if the item specified in the Criteria Item property must have a value. Return The name jrad:local of the Item Ref item in the base page that receives the result from the LOV Region Item. Use for Indicates string Validatio if the return n item will always contain a value if a row from the LOV

false

null

no

program maticQue ry

false

null

no

requiredF orLOV

null

null

no

resultTo

default

null

no

useForVa lidation

394

is selected. The legal values are default, yes, and no.

395

messageLovInput
Description
The messageLovInput item style is a combination of the lovInput and inlineMessage controls. Please refer to the listOfValues section for more information on LOVs. Note: messageLovInput can have two or more lovMaps created under it, and each of those lovMaps can have the Criteria Item property set. However if you set the Criteria Item property on more than one lovMap, at runtime when the user invokes an LOV, selects a value from the LOV, and then re-invokes it, both the entered criteria are used. In this case, deleting the value from the search item will not enable the user to query all records from the LOV table's view objects. Corresponding web bean: OAMessageLovInputBean

Properties
Descripti Type on Access The string character Key used for quick keyboard navigatio n or activatio n. Additiona Additiona string l help l Text text. Admin Indicates boolean Personali if an Administr zation ator can personali ze this compone nt. Attribute The jrad:attri attribute buteSetR Set Name 396 Default Value null Personali Translata XML zable ble Attribute admin no accessKe y

null

admin

yes

shortDes c adminCu stomizabl e

true

admin

no

null

null

no

use

Comment s CSS Class

Data Type

Disable Validatio n

Disabled

Documen t Name

set for ef the compone nt. Comment string s Overrides string the default CSS class. The type string of data. The legal values are VARCHAR 2, DATE, DATETIM E, NUMBER, BIGDECI MAL, BOOLEAN , and CLOB. Indicates boolean if validatio n should not occur on the web tier during a form submit. Indicates boolean if the element is disabled. The name jrad:refN of the ame

null null

null admin

no no

comment styleClas s

VARCHAR null 2

no

dataType

false

null

no

unvalidat ed

false

null

no

disabled

null

null

no

docName

397

compone nt Export The string null View alternate Attribute view attribute for use when exporting . Extends A jrad:com null reference ponentRe to f another compone nt that creates a different instance of that compone nt at runtime. External The name jrad:com null of the ponentRe LOV external f List of Values region. Height The unsigned 1 display Int height in character s. ID The Name null unique name of this compone nt. Initial Indicates string none Sort the initial Sequence sort 398

admin

no

exportBy ViewAttr

null

no

extends

null

no

externalL istOfValu es

null

no

rows

null

no

id

null

no

initSortS eq

sequence for each search. The legal values are none, first, second, and third. Initial The string initial Value (default) value of the item. Length The unsigned display Int length in character s. Long Tip The fully- jrad:refN qualified ame Region reference to the long tip region. Look Whether boolean Ahead lookEnabled ahead capability is enabled or not. Look Maximu unsigned Ahead m Int Records number Displayed of records displayed in the look ahead window. Look The unsigned

null

admin

true

translata bleDefaul tValue

null

null

no

columns

null

admin

no

longTipR egion

null

admin

no

lookAhea dEnabled

50

admin

no

lookAhea dRecords Displayed

10

admin

no

lookAhea 399

Ahead Records Visible

maximu m number of records visible to a user in the look ahead window at any point in time. Look Type of Ahead search to Search be performe Type d. Look Whether Ahead serverSelection side Event event to Enabled be generate d on value selection. Maximu The m Length maximu m number of character s per line that can be entered. Minimum Minimum Character number s For of Look character s Ahead required

Int

dRecords Visible

anySimpl startsWit admin eType h

no

lookAhea dSearchT ype

boolean

true

null

no

lookAhea dSelectio nEventEn abled

unsigned null Int

null

no

maximu mLength

unsigned null Int

admin

no

lookAhea dMinChar s

400

to initiate look ahead. No Wrap Indicates boolean false if cell contents should be wrapped. Prompt The text string null label for the compone nt. Read Indicates boolean false if the Only value can be changed. Rendered Indicates boolean true if the compone nt is rendered. Required Indicates ui:require no if the d user must enter a value and how that appears to the user. Three values are allowed: "yes", "no", and "validater Only". Scope The Base jrad:scop . Packages e

null

no

cellNoWr apFormat

admin

yes

prompt

admin

no

readOnly

user

no

rendered

admin

no

required

null

no

scope

401

which are allowed to reuse this compone nt. Search Indicates boolean Allowed if the item will be shown in the search panels. Selective Indicates boolean Search if the Criteria item is part of a group of items, one of which must be included in the search. showReq boolean uired Sort Indicates string Allowed if the user can sort this column. The legal values are yes, no, ascendin g, and descendi ng. Sort By The string View alternate Attribute view

false

admin

no

queryabl e

false

admin

no

selective SearchCri teria

false no

null admin

no no

showReq uired sortState

null

null

no

sortByVie wAttr

402

Tip Message Appl Short Name

Tip Message Name Tip Type

User Personali zation

Vertical Alignmen t

attribute name for use when sorting. The string applicatio n short name that owns the tip message. The name string of the tip message. The type string of tip. The legal values are dateForm at, longMess age, shortTip, and none. Indicates boolean if a user can personali ze this compone nt. Vertical string alignmen t. Acceptabl e values are "middle", "top", and

null

admin

no

tipMessa geAppSh ortName

null

admin

no

tipMessa geName tipType

none

admin

no

false

admin

no

userCust omizable

null

null

no

vAlign

403

View Attribute

View Instance

Warn About Changes

xml:lang

"bottom" . The name string of the view attribute. The name string of the view object instance. Warns boolean the user if there are pending changes that will be lost, and allows them to cancel the current action or discard the changes and continue with the current action. Identifies optional the language containe d within this compone nt.

null

null

no

viewAttr

null

null

no

viewNam e

true

null

no

warnAbo utChange s

null

null

no

xml:lang

lovMap
404

Name Attribute Set

Comment s Criteria Item

LOV Region Item

Program matic Query

Required

Descripti Type on The jrad:attri attribute buteSetR set for ef the compone nt. Comment string s. The ID of jrad:local the item Ref in the base page that provides the criteria for the LOV. The name jrad:local of the RefString item in the List Of Values region. Indicates boolean if the Criteria Item value will not be automati cally applied to the LOV. Indicates boolean if the item specified in the Criteria

Default Value null

Personali Translata XML zable ble Attribute null no use

null null

null null

no no

comment criteriaFr om

null

null

no

lovItem

false

null

no

program maticQue ry

false

null

no

requiredF orLOV

405

Item property must have a value. Return The name jrad:local null of the Item Ref item in the base page that receives the result from the LOV Region Item. Use for Indicates string default Validatio if the return n item will always contain a value if a row from the LOV is selected. The legal values are default, yes, and no.

null

no

resultTo

null

no

useForVa lidation

406

messageRadioButton
Description
The messageRadioButton item style is a combination of the radioButton and inlineMessage controls. Corresponding web bean: OAMessageRadioButtonBean

Properties
Access Key The string character used for quick keyboard navigatio n or activatio n. Action The string action Type type to fire for the compone nt. It should be either "fireActio n", "fireParti alAction" or "none." Additiona Additiona string l help l Text text. Admin Indicates boolean Personali if an Administr zation ator can personali null admin no accessKe y

none

null

no

primaryCl ientActio n

null

admin

yes

shortDes c adminCu stomizabl e

true

admin

no

407

Attribute Set

Checked Value Comment s CSS Class

Data Type

Destinati on Function Disable Server Side Validatio n 408

ze this compone nt. The jrad:attri attribute buteSetR set for ef the compone nt. The value string when checked. Comment string s Overrides string the default CSS class. The type string of data. The legal values are VARCHAR 2, DATE, DATETIM E, BIGDECI MAL, NUMBER, BOOLEAN , and CLOB. The string function to invoke. Indicates boolean if validatio n should not occur

null

null

no

use

null

null

no

checkedV alue comment styleClas s

null null

null admin

no no

VARCHAR null 2

no

dataType

null

admin

no

invokeFu nc

false

null

no

serverUn validated

on the business tier during a form submit. Disabled Indicates boolean false if the element is disabled. Documen The name jrad:refN null of the t Name ame compone nt Extends A jrad:com null reference ponentRe to f another compone nt that creates a different instance of that compone nt at runtime. Group The name string null of the Name Radio Group. ID The Name null unique name of this compone nt. Initial The string null initial Value (default) value of the item.

null

no

disabled

null

no

docName

null

no

extends

null

no

name

null

no

id

admin

no

defaultVa lue

409

Long Tip The fully- jrad:refN null qualified ame Region reference to the long tip region. Prompt The text string null label for the compone nt. Read Indicates boolean false if the Only value can be changed. Rendered Indicates boolean true if the compone nt is rendered. Required Indicates ui:require no if the d user must enter a value, and how that appears to the user. Three values are allowed: "yes", "no", and "default". Scope The Base jrad:scop . Packages e which are allowed

admin

no

longTipR egion

admin

yes

prompt

admin

no

readOnly

user

no

rendered

admin

no

required

null

no

scope

410

to reuse this compone nt. Selective Indicates boolean Search if the Criteria item is part of a group of items, one of which must be included in the search. Tip The string Message applicatio Appl n short Short name that Name owns the tip message. Tip The name string Message of the tip Name message. Tip Type The type string of tip. The legal values are dateForm at, longMess age, shortTip, and none. Unchecke The value string d Value when unchecke d.

false

admin

no

selective SearchCri teria

null

admin

no

tipMessa geAppSh ortName

null

admin

no

tipMessa geName tipType

none

admin

no

null

null

no

unChecke dValue

411

Vertical Vertical string Alignmen alignmen t. t Acceptabl e values are "middle", "top", and "bottom" . View The name string Attribute of the view attribute. View The name string Instance of the view object instance. Warn Warns boolean About the user Changes if there are pending changes that will be lost, and allows them to cancel the current action or discard the changes and continue with the current action.

null

null

no

vAlign

null

null

no

viewAttr

null

null

no

viewNam e

true

null

no

warnAbo utChange s

412

xml:lang Identifies optional the language containe d within this compone nt.

null

null

no

xml:lang

413

messageRadioGroup
Description
The messageRadioGroup item style is a combination of the radioGroup and inlineMessage controls. Corresponding web bean: OAMessageRadioGroupBean

Properties
Access Key The string character used for quick keyboard navigatio n or activatio n. Action The string action Type type to fire for the compone nt. It should be either "fireActio n", "fireParti alAction" or "none." Additiona Additiona string l help l Text text. Admin Indicates boolean Personali if an Administr zation ator can personali 414 null admin no accessKe y

none

null

no

primaryCl ientActio n

null

admin

yes

shortDes c adminCu stomizabl e

true

admin

no

Attribute Set

Comment s CSS Class

Data Type

Destinati on Function Disable Server Side Validatio n

ze this compone nt. The jrad:attri attribute buteSetR set for ef the compone nt. Comment string s Overrides string the default CSS class. The type string of data. The legal values are VARCHAR 2, DATE, DATETIM E, BIGDECI MAL, NUMBER, BOOLEAN , and CLOB. The string function to invoke. Indicates boolean if validatio n should not occur on the business tier

null

null

no

use

null null

null admin

no no

comment styleClas s

VARCHAR null 2

no

dataType

null

admin

no

invokeFu nc

false

null

no

serverUn validated

415

during a form submit. Disabled Indicates boolean false if the element is disabled. Documen The name jrad:refN null of the t Name ame compone nt Export The string null View alternate Attribute view attribute for use when exporting . Extends A jrad:com null reference ponentRe to f another compone nt that creates a different instance of that compone nt at runtime. ID The Name null unique name of this compone nt. Initial Indicates string none Sort the initial Sequence sort sequence 416

null

no

disabled

null

no

docName

admin

no

exportBy ViewAttr

null

no

extends

null

no

id

null

no

initSortS eq

Initial Value

Long Tip Region

No Wrap

Picklist Display Attribute

Picklist Value Attribute

Picklist View Definitio

for each search. The legal values are none, first, second, and third. The string initial (default) value of the item. The fully- jrad:refN qualified ame reference to the long tip region. Indicates boolean if cell contents should be wrapped. The view string attribute that serves as the displayed value of choices. The view string attribute that serves as the internal value of choices. The fully- string qualified view

null

admin

no

defaultVa lue

null

admin

no

longTipR egion

false

null

no

cellNoWr apFormat

null

null

no

pickListDi spAttr

null

null

no

pickListV alAttr

null

null

no

pickListVi ewDef

417

object name for the picklist, cached at the JVM level. Picklist The view string View instance Instance name for the picklist. Prompt The text string label for the compone nt. Read Indicates boolean if the Only value can be changed. Rendered Indicates boolean if the compone nt is rendered. Required Indicates string if the user must enter a value and how that appears to the user. Two values are allowed: "yes", "no". Scope The Base jrad:scop

null

null

no

pickListVi ewName

null

admin

yes

prompt

false

admin

no

readOnly

true

user

no

rendered

no

admin

no

required

null

no

scope

418

Packages e which are allowed to reuse this compone nt. Search Indicates boolean Allowed if the item will be shown in the search panels. Security Defines string the Mode security mode used to secure the region. If set to selfSecur ed it is the develope r's responsib ility to handle security validatio n. The legal values are standard, and selfSecur ed. Selective Indicates boolean Search if the item is

false

admin

no

queryabl e

standard null

no

securityM ode

false

admin

no

selective SearchCri

419

Criteria

Sort Allowed

Sort By View Attribute

Tip Message Appl Short Name

Tip Message Name Tip Type

part of a group of items, one of which must be included in the search. Indicates string if the user can sort this column. The legal values are yes, no, ascendin g, and descendi ng. The string alternate view attribute name for use when sorting. The string applicatio n short name that owns the tip message. The name string of the tip message. The type string of tip. The legal

teria

no

admin

no

sortState

null

null

no

sortByVie wAttr

null

admin

no

tipMessa geAppSh ortName

null

admin

no

tipMessa geName tipType

none

admin

no

420

User Personali zation

Vertical Alignmen t

View Attribute

View Instance

Warn About Changes

values are dateForm at, longMess age, shortTip, and none. Indicates boolean if a user can personali ze this compone nt. Vertical string alignmen t. Acceptabl e values are "middle", "top", and "bottom" . The name string of the view attribute. The name string of the view object instance. Warns boolean the user if there are pending changes that will

false

admin

no

userCust omizable

null

null

no

vAlign

null

null

no

viewAttr

null

null

no

viewNam e

true

null

no

warnAbo utChange s

421

be lost, and allows them to cancel the current action or discard the changes and continue with the current action. xml:lang Identifies optional the language containe d within this compone nt.

null

null

no

xml:lang

422

messageRichTextEditor
Description
The messageRichTextEditor item style provides rich text editing capability within the OA Framework. It can be placed within any region except search regions or tables. The component allows users to author, edit and view rich text content in a browser that supports IFRAMEs. The messageRichTextEditor item style extends messageTextInput and can be used to provide rich text editing capabilities where they are required. Please refer to the messageTextInput section for more information on all messageRichTextEditor properties. Corresponding web bean: OAMessageRichTextEditorBean

Properties
Additiona Additiona string l help l Text text. Admin Indicates boolean Personali if an Administr zation ator can personali ze this compone nt. Alignmen Indicates boolean if the left, t Icons center, and right alignmen t icons are displayed . Attribute The jrad:attri attribute buteSetR Set set for ef the compone nt. null admin yes shortDes c adminCu stomizabl e

true

admin

no

false

null

no

alignmen tGroup

null

null

no

use

423

Bullet Icons

ClickThru Destinati on URI

Comment s Create Hyperlink Icon

Data Type

Disable Server Side Validatio n

Indicates boolean if the bullet icons are displayed . The URI string launched from the "Click Thru Destinati on" icon. If empty, no icon is shown. Comment string s Indicates boolean if the create hyperlink icon is displayed . The type string of data. The legal values are VARCHAR 2, and CLOB. Indicates boolean if validatio n should not occur on the business tier during a form

true

null

no

bulletGro up

null

null

no

clickThru Destinati onUri

null false

null null

no no

comment hyperlink Button

VARCHAR null 2

no

dataType

false

null

no

serverUn validated

424

submit. Edit Indicates if the cut, Icons copy and paste icons are displayed . Extends A reference to another compone nt that creates a different instance of that compone nt at runtime. Font Bar Indicates if the font bar is displayed . Image The URI Upload launched from the URl insert image icon. If empty, no icon is shown. Indentati Indicates on Icons if the indentati on icons are displayed .

boolean

true

null

no

editGrou p

jrad:com null ponentRe f

null

no

extends

boolean

false

null

no

fontBar

string

null

null

no

imageUpl oadUri

boolean

false

null

no

indentati onGroup

425

Long Tip The fully- string qualified Region reference to the long tip region. Maximu The unsigned m Length maximu Int m number of character s that can be entered in the editor. Plain The unsigned Text display Int Mode height of the text Height mode editor in character s. Plain The unsigned Text display Int Mode length of the text Length mode editor in character s. Prompt The text string label for the compone nt. Read Indicates boolean if the Only value can be changed.

null

admin

no

longTipR egion

null

null

no

maximu mLength

null

admin

no

textMode DisplayH eight

null

admin

no

textMode DisplayLe ngth

null

admin

yes

prompt

false

admin

no

readOnly

426

Rendered Indicates boolean if the compone nt is rendered. Required Indicates string if the user must enter a value, and how that appears to the user. Rich Text The string Mode display height of Height the rich text editor in pixels or % of the container . Rich Text The string Mode display length of Length the rich text editor in pixels or % of the container . showReq boolean uired Style Indicates boolean if the Icons bold, italic and underline

true

user

no

rendered

no

admin

no

required

null

admin

no

richText ModeDisp layHeight

null

admin

no

richText ModeDisp layLengt h

false true

null null

no no

showReq uired styleGrou p

427

Tip Message Appl Short Name

Tip Message Name Tip Type User Personali zation

Vertical Aligment View Attribute

View Instance

icons are displayed . The string applicatio n short name that owns the tip message. The name string of the tip message. The type string of tip. Indicates boolean if a user can personali ze this compone nt. Vertical string alignmen t The name string of the view attribute. The name string of the view object instance.

null

admin

no

tipMessa geAppSh ortName

null

admin

no

tipMessa geName tipType userCust omizable

none false

admin admin

no no

null

null

no

vAlign

null

null

no

viewAttr

null

null

no

viewNam e

428

messageStyledText
Description
The messageStyledText region style is a combination of the styledText and inlineMessage controls. Corresponding web bean: OAMessageStyledTextBean

Properties
Access Key The string character used for quick keyboard navigatio n or activatio n. Action The string action Type type to fire for the compone nt. It should be either "fireActio n" or "none." Additiona Additiona string l help l Text text. Admin Indicates boolean Personali if an Administr zation ator can personali ze this compone nt. null admin no accessKe y

none

null

no

primaryCl ientActio n

null

admin

true

shortDes c adminCu stomizabl e

true

admin

no

429

Attribute The jrad:attri attribute buteSetR Set set for ef the compone nt. Comment Comment string s s CSS Class Overrides string the default CSS class. Data The type string of data. Type The legal values are VARCHAR 2, DATE, DATETIM E, BIGDECI MAL, NUMBER, BOOLEAN , and CLOB. Destinati The string on function Function to invoke. Destinati The uriRefere destinati nce on URI on URI. Disable Indicates boolean Server if Side validatio Validatio n should not occur n on the business tier 430

null

null

no

use

null null

null admin

no no

comment styleClas s

VARCHAR null 2

no

dataType

null

admin

no

invokeFu nc

null

null

no

destinati on serverUn validated

false

null

no

during a form submit. Documen The name jrad:refN null of the t Name ame compone nt Export The string null View alternate Attribute view attribute for use when exporting . Extends A jrad:com null reference ponentRe to f another compone nt that creates a different instance of that compone nt at runtime. Height The unsigned null display Int height of the Search item in character s. ID The Name null unique name of this compone nt. Initial Indicates string none

null

no

docName

admin

no

exportBy ViewAttr

null

no

extends

null

no

rows

null

no

id

null

no

initSortS 431

Sort the initial Sequence sort sequence for each search. The legal values are none, first, second, and third. Long Tip The fully- jrad:refN qualified ame Region reference to the long tip region. Maximu The unsigned m Length number Int of character s a user can enter as search criteria for this field in a resultsbased (automat ic) search. No Wrap Indicates boolean if cell contents should be wrapped. Popup Indicates boolean Enabled whether the popup is enabled. Popup ID The string

eq

null

admin

no

longTipR egion

null

admin

no

maximu mLength

false

null

no

cellNoWr apFormat

false

admin

no

popupEn abled

null

admin

no

popupId

432

unique name of the popup. Popup Indicates string onClick Render on what action Event type the event is to be rendered for the pop-up. Prompt The text string null label for the compone nt. Rendered Indicates boolean true if the compone nt is rendered. Required Indicates ui:require no if the d user must enter a value and how that appears to the user. Three values are allowed: "yes", "no", "default". Scope The Base jrad:scop . Packages e which are

admin

no

popupRe nderEven t

admin

yes

prompt

user

no

rendered

admin

no

required

null

no

scope

433

allowed to reuse this compone nt. Search Indicates Allowed if the item will be shown in the search panels. Selective Indicates Search if the Criteria item is part of a group of items, one of which must be included in the search. Sort Indicates Allowed if the user can sort this column. The legal values are yes, no, ascendin g, and descendi ng. Sort By The View alternate Attribute view attribute name for use when

boolean

false

admin

no

queryabl e

boolean

false

admin

no

selective SearchCri teria

string

no

admin

no

sortState

string

null

null

no

sortByVie wAttr

434

Tip Message Appl Short Name

Tip Message Name Tip Type

Total Value

User Personali zation

Vertical Alignmen

sorting. The string applicatio n short name that owns the tip message. The name string of the tip message. The type string of tip. The legal values are dateForm at, longMess age, shortTip, and none. Indicates boolean if an additiona l field should be displayed to show the total of this column. Indicates boolean if a user can personali ze this compone nt. Vertical string alignmen

null

admin

no

tipMessa geAppSh ortName

null

admin

no

tipMessa geName tipType

none

admin

no

false

user

no

totalValu e

false

admin

no

userCust omizable

null

null

no

vAlign

435

t. Acceptabl e values are "middle", "top", and "bottom" . View The name string Attribute of the view attribute. View The name string Instance of the view object instance. Warn Warns boolean About the user Changes if there are pending changes that will be lost, and allows them to cancel the current action or discard the changes and continue with the current action. Width The unsigned display Int

null

null

no

viewAttr

null

null

no

viewNam e

true

null

no

warnAbo utChange s

null

null

no

columns

436

length of the Search item in character s. xml:lang Identifies optional the language containe d within this compone nt.

null

null

no

xml:lang

437

messageTextInput
Description
The messageTextInput item style is a combination of the textInput and inlineMessage controls. Corresponding web bean: OAMessageTextInputBean

Properties
Access Key The string character used for quick keyboard navigatio n or activatio n. Action The string action Type type to fire for the compone nt. It should be either "fireActio n", "fireParti alAction" or "none." Additiona Additiona string l help l Text text. Admin Indicates boolean Personali if an Administr zation ator can personali 438 null admin no accessKe y

none

null

no

primaryCl ientActio n

null

admin

yes

shortDes c adminCu stomizabl e

true

admin

no

Attribute Set

Comment s CSS Class

Data Type

Destinati on Function Disable Server Side Validatio n

ze this compone nt. The jrad:attri attribute buteSetR set for ef the compone nt. Comment string s Overrides string the default CSS class. The type string of data. The legal values are VARCHAR 2, DATE, DATETIM E, BIGDECI MAL, NUMBER, BOOLEAN , and CLOB. The string function to invoke. Indicates boolean if validatio n should not occur on the business tier

null

null

no

use

null null

null admin

no no

comment styleClas s

VARCHAR null 2

no

dataType

null

admin

no

invokeFu nc

false

null

no

serverUn validated

439

during a form submit. Disabled Indicates boolean false if the element is disabled. Documen The name jrad:refN null of the t Name ame compone nt Export The string null View alternate Attribute view attribute for use when exporting . Extends A jrad:com null reference ponentRe to f another compone nt that creates a different instance of that compone nt at runtime. Height The unsigned 1 display Int height in character s. ID The Name null unique name of this compone 440

null

no

disabled

null

no

docName

admin

no

exportBy ViewAttr

null

no

extends

null

no

rows

null

no

id

nt. Initial Indicates string Sort the initial Sequence sort sequence for each search. The legal values are none, first, second, and third. Initial The string initial Value (default) value of the item. Length The unsigned display Int length in character s. Long Tip The fully- jrad:refN qualified ame Region reference to the long tip region. Maximu The unsigned m Length maximu Int m number of character s per line that can be entered. No Wrap Indicates boolean if cell contents should be

none

null

no

initSortS eq

null

admin

true

translata bleDefaul tValue

null

admin

no

columns

null

admin

no

longTipR egion

null

null

no

maximu mLength

false

null

no

cellNoWr apFormat

441

wrapped. Prompt The text string null label for the compone nt. Read Indicates boolean false if the Only value can be changed. Rendered Indicates boolean true if the compone nt is rendered. Required Indicates ui:require no if the d user must enter a value and how that appears to the user. Three values are allowed: "yes", "no", and "validater Only". Scope The Base jrad:scop . Packages e which are allowed to reuse this compone nt. Search Indicates boolean false 442

admin

yes

prompt

admin

no

readOnly

user

no

rendered

admin

no

required

null

no

scope

admin

no

queryabl

if the item will be shown in the search panels. Secret Indicates boolean if the value is visually conceale d. Selective Indicates boolean Search if the Criteria item is part of a group of items, one of which must be included in the search. showReq boolean uired Sort Indicates string Allowed if the user can sort this column. The legal values are yes, no, ascendin g, and descendi ng. Sort By The string View alternate Attribute view attribute Allowed

false

no

no

secret

false

admin

no

selective SearchCri teria

false no

null admin

no no

showReq uired sortState

null

null

no

sortByVie wAttr

443

Tip Message Appl Short Name

Tip Message Name Tip Type

Total Value

User Personali zation

name for use when sorting. The string applicatio n short name that owns the tip message. The name string of the tip message. The type string of tip. The legal values are dateForm at, longMess age, shortTip, and none. Indicates boolean if an additiona l field should be displayed to show the total of this column. Indicates boolean if a user can personali ze this compone nt.

null

admin

no

tipMessa geAppSh ortName

null

admin

no

tipMessa geName tipType

none

admin

no

false

user

no

totalValu e

false

admin

no

userCust omizable

444

Vertical Vertical string Alignmen alignmen t. t Acceptabl e values are "middle", "top", and "bottom" . View The name string Attribute of the view attribute. View The name string Instance of the view object instance. Warn Warns boolean About the user Changes if there are pending changes that will be lost, and allows them to cancel the current action or discard the changes and continue with the current action.

null

null

no

vAlign

null

null

no

viewAttr

null

null

no

viewNam e

true

null

no

warnAbo utChange s

445

xml:lang Identifies optional the language containe d within this compone nt.

null

null

no

xml:lang

446

rawText
Description
The rawText item style supports output of unescaped text. Use of this class means assuming full responsibility for generating proper HTML. Clients should strongly consider using elements in the HTML namespace instead of this class. In particular, this class does not attempt to encode or escape characters for NLS or HTML compliance. Corresponding web bean: OARawTextBean

Properties
Admin Indicates boolean Personali if an Administr zation ator can personali ze this compone nt. Attribute The jrad:attri attribute buteSetR Set set for ef the compone nt. Comment Comment string s s CSS Class Overrides string the default CSS class. Data The type string of data. Type The legal values are VARCHAR 2, DATE, DATETIM true admin no adminCu stomizabl e

null

null

no

use

null null

null admin

no no

comment styleClas s

VARCHAR null 2

no

dataType

447

E, BIGDECI MAL, NUMBER, BOOLEAN , and CLOB. Documen The name jrad:refN null of the t Name ame compone nt Export The string null View alternate Attribute view attribute for use when exporting . Extends A jrad:com null reference ponentRe to f another compone nt that creates a different instance of that compone nt at runtime. ID The Name null unique name of this compone nt. Initial Indicates string none Sort the initial Sequence sort sequence for each

null

no

docName

admin

no

exportBy ViewAttr

null

no

extends

null

no

id

null

no

initSortS eq

448

search. The legal values are none, first, second, and third. No Wrap Indicates boolean if cell contents should be wrapped. Prompt The text string label for the compone nt. Rendered Indicates boolean if the compone nt is rendered. Scope The Base jrad:scop Packages e which are allowed to reuse this compone nt. Search Indicates boolean Allowed if the item will be shown in the search panels. Sort Indicates string Allowed if the user can sort this column. The legal

false

null

no

cellNoWr apFormat

null

admin

true

prompt

true

user

no

rendered

null

no

scope

false

admin

no

queryabl e

no

admin

no

sortState

449

Sort By View Attribute

Text

Total Value

User Personali zation

View Attribute

View Instance

values are yes, no, ascendin g, and descendi ng. The string alternate view attribute name for use when sorting. The text string label for the compone nt. Indicates boolean if an additiona l field should be displayed to show the total of this column. Indicates boolean if a user can personali ze this compone nt. The name string of the view attribute. The name string of the view

null

null

no

sortByVie wAttr

null

admin

yes

text

false

user

no

totalValu e

false

admin

no

userCust omizable

null

null

no

viewAttr

null

null

no

viewNam e

450

object instance. xml:lang Identifies optional the language containe d within this compone nt.

null

null

no

xml:lang

451

resetButton
Description
The resetButton item style creates a push button which will reset the content of a form. Corresponding web bean: OAResetButtonBean

Properties
Action Type The string action type to fire for the compone nt. It should be either "fireActio n", "fireParti alAction" or "none." Additiona Additiona string l help l Text text. Admin Indicates boolean Personali if an Administr zation ator can personali ze this compone nt. Attribute The jrad:attri attribute buteSetR Set set for ef the compone nt. 452 null null no primaryCl ientActio n

null

admin

yes

shortDes c adminCu stomizabl e

true

admin

no

null

null

no

use

Comment Comment string null s s CSS Class Overrides string null the default CSS class. Disable Indicates boolean false Server if Side validatio Validatio n should not occur n on the business tier during a form submit. Documen The name jrad:refN null of the t Name ame compone nt Extends A jrad:com null reference ponentRe to f another compone nt that creates a different instance of that compone nt at runtime. Horizonta Horizonta string start l l Alignmen alignmen t. The t legal values are center,

null admin

no no

comment styleClas s

null

no

serverUn validated

null

no

docName

null

no

extends

null

no

hAlign

453

left, right, start, and end. ID The Name unique name of this compone nt. Rendered Indicates boolean if the compone nt is rendered. Scope The Base jrad:scop Packages e which are allowed to reuse this compone nt. Text The text string label for the compone nt. xml:lang Identifies optional the language containe d within this compone nt.

null

null

no

id

true

user

no

rendered

null

no

scope

null

admin

yes

text

null

null

no

xml:lang

454

richContainer
Description
The richContainer item style is used to create a container to hold external rich content. Examples of external content include embedded analytics from Oracle Business Intelligence Applications (OBIA), Adobe Flex or third-party Oracle-compatible widgets. The richContainer can accept either an URL or URI of the rich content. The rich content may be embedded within an OA Framework page directly, or enclosed within an iFrame depending on the rich content source. The richContainer exposes a set of parameters that can be set by the root OA Framework application and passed to the rich content URL, allowing context-sensitive content. richContainer extends flowlayout and inherits all the attributes from it. See the section on flowLayout for a list of attributes available on the flowLayout element. Corresponding web bean: OARichContainerBean

Properties
Admin Indicates boolean Personali if an Administr zation ator can personali ze this compone nt. Attribute The jrad:attri attribute buteSetR Set set for ef the compone nt. Comment Comment string s s Content Indicates anySimpl the type eType Type true admin no adminCu stomizabl e

null

null

no

use

null OBIEE

null admin

no no

comment richConte ntType

455

of content to embed. Destinati The on develope Function r name of the FND function used to secure the embedde d content or widget. Height The display height in pixels. ID The unique name of this compone nt. Name The display name of the content. Paramete The paramete rs rs that can be passed to the embedde d content as a list of commaseparate

anyURI

null

admin

no

invokeFu nc

string

null

admin

no

height

Name

null

null

no

id

string

null

admin

yes

name

string

null

admin

yes

richPara meters

456

d, namevalue pairs. View The name string Instance of the view object instance. Width Indicates string the width in pixels or as a percenta ge (if % sign included) .

null

null

no

viewNam e

null

null

no

width

457

richTextEditor
Description
Note: The richTextEditor item style has been deprecated; use messageRichTextEditor instead. The richTextEditor item style provides rich text editing capability within the OA Framework. It can be placed within any region except search regions or tables. The component allows users to author, edit and view rich text content in a browser that supports IFRAMEs. The richTextEditor item style extends messageTextInput and can be used to provide rich text editing capabilities where they are required. Please refer to the messageTextInput section for more information on all richTextEditor properties. Corresponding web bean: OARichTextEditorBean

Properties
Additiona Additiona string l help l Text text. Admin Indicates boolean Personali if an Administr zation ator can personali ze this compone nt. Alignmen Indicates boolean if the left, t Icons center, and right alignmen t icons are displayed . Attribute The jrad:attri attribute buteSetR Set set for ef the 458 null admin yes shortDes c adminCu stomizabl e

true

admin

no

false

null

no

alignmen tIcons

null

null

no

use

Bullet Icons

ClickThru Destinati on URI

Comment s Create Hyperlink Icon

Data Type

Edit Icons

Extends

compone nt. Indicates boolean if the bullet icons are displayed . The URI string launched from the "Click Thru Destinati on" icon. If empty, no icon is shown. Comment string s Indicates boolean if the create hyperlink icon is displayed . The type string of data. The legal values are VARCHAR 2, and CLOB. Indicates boolean if the cut, copy and paste icons are displayed . A jrad:com

true

null

no

bulletIco ns

null

null

no

clickThru Destinati onUri

null false

null null

no no

comment hyperlink Icon

VARCHAR null 2

no

dataType

true

null

no

editIcons

null

null

no

extends 459

Font Bar

Image Upload URl

Indentati on Icons

Initial Value

Long Tip Region

reference to another compone nt that creates a different instance of that compone nt at runtime. Indicates if the font bar is displayed . The URI launched from the insert image icon. If empty, no icon is shown. Indicates if the indentati on icons are displayed . The initial (default) value of the item. The fullyqualified reference to the

ponentRe f

boolean

false

null

no

fontBar

string

null

null

no

imageUpl oadUri

boolean

false

null

no

indentati onIcons

string

null

admin

yes

translata bleDefaul tValue

string

null

admin

no

longTipR egion

460

long tip region. Maximu The unsigned m Length maximu Int m number of character s that can be entered in the editor. Plain The unsigned Text display Int Mode height of the text Height mode editor in character s. Plain The unsigned Text display Int Mode length of the text Length mode editor in character s. Read Indicates boolean if the Only value can be changed. Rendered Indicates boolean if the compone nt is rendered. Required Indicates string if the user must

null

null

no

maximu mLength

null

null

no

textMode DisplayH eight

null

null

no

textMode DisplayLe ngth

false

admin

no

readOnly

true

user

no

rendered

no

admin

no

required

461

enter a value, and how that appears to the user. Rich Text The string Mode display height of Height the rich text editor in pixels or % of the container . Rich Text The string Mode display length of Length the rich text editor in pixels or % of the container . showReq boolean uired Style Indicates boolean if the Icons bold, italic and underline icons are displayed . Tip The string Message applicatio Appl n short Short name that Name owns the

null

null

no

richText ModeDisp layHeight

null

null

no

richText ModeDisp layLengt h

false true

null null

no no

showReq uired styleIcon s

null

admin

no

tipMessa geAppSh ortName

462

Tip Message Name Tip Type Vertical Aligment View Attribute

View Instance

tip message. The name string of the tip message. The type string of tip. Vertical string alignmen t The name string of the view attribute. The name string of the view object instance.

null

admin

no

tipMessa geName tipType vAlign

none null

admin null

no no

null

null

no

viewAttr

null

null

no

viewNam e

463

selectionButton
Description
The selectionButton item style creates specific submit buttons. It can be created only under a singleSelection or multipleSelection named child in a table region. Please refer to the submitButton section for more information on all submitButton properties. Corresponding web bean: OASelectionButtonBean

Properties
Action Type The string action type to fire for the compone nt. It should be either "fireActio n", "fireParti alAction" or "none." Additiona Additiona string l help l Text text. Admin Indicates boolean Personali if an Administr zation ator can personali ze this compone nt. Attribute The jrad:attri attribute buteSetR Set set for ef 464 none null no primaryCl ientActio n

null

admin

yes

shortDes c adminCu stomizabl e

true

admin

no

null

null

no

use

Comment s CSS Class

Data Type

Destinati on Function Disable Client Side Validatio n

Disable Server Side Validatio

the compone nt. Comment string s Overrides string the default CSS class. The type string of data. The legal values are VARCHAR 2, DATE, DATETIM E, BIGDECI MAL, NUMBER, BOOLEAN , and CLOB. The string function to invoke. Indicates boolean if validatio n should not occur on the web tier during a form submit. Indicates boolean if validatio n should

null null

null admin

no no

comment styleClas s

VARCHAR null 2

no

dataType

null

admin

no

invokeFu nc

false

null

no

unvalidat ed

false

null

no

serverUn validated

465

not occur on the business tier during a form submit. Disabled Indicates boolean false if the element is disabled. Documen The name jrad:refN null of the t Name ame compone nt Extends A jrad:com null reference ponentRe to f another compone nt that creates a different instance of that compone nt at runtime. Horizonta Horizonta string start l l Alignmen alignmen t. The t legal values are center, left, right, start, and end. ID The Name null unique

null

no

disabled

null

no

docName

null

no

extends

null

no

hAlign

null

no

id

466

name of this compone nt. No Wrap Indicates boolean if cell contents should be wrapped. Rendered Indicates boolean if the compone nt is rendered. Scope The Base jrad:scop Packages e which are allowed to reuse this compone nt. Text The text string label for the compone nt. User Indicates boolean Personali if a user can zation personali ze this compone nt.

false

null

no

cellNoWr apFormat

true

user

no

rendered

null

no

scope

null

admin

yes

text

false

admin

no

userCust omizable

467

separator
Description
The separator item style creates a horizontal separator. Corresponding web bean: OASeparatorBean

Properties
Admin Indicates boolean true Personali if an Administr zation ator can personali ze this compone nt. Attribute The jrad:attri null attribute buteSetR Set set for ef the compone nt. Comment Comment string null s s CSS Class Overrides string null the default CSS class. Documen The name jrad:refN null of the t Name ame compone nt Extends A jrad:com null reference ponentRe to f another compone nt that creates a different 468 admin no adminCu stomizabl e

null

no

use

null admin

no no

comment styleClas s

null

no

docName

null

no

extends

instance of that compone nt at runtime. ID The Name unique name of this compone nt. Rendered Indicates boolean if the compone nt is rendered. Scope The Base jrad:scop Packages e which are allowed to reuse this compone nt. xml:lang Identifies optional the language containe d within this compone nt.

null

null

no

id

true

user

no

rendered

null

no

scope

null

null

no

xml:lang

469

servletInclude
Description
The servletInclude item style allows you to includes HTML content loaded from a local Servlet or JSP under the parent region. Corresponding web bean: OAServletIncludeBean

Properties
Admin Indicates boolean true Personali if an Administr zation ator can personali ze this compone nt. Attribute The jrad:attri null attribute buteSetR Set set for ef the compone nt. Comment Comment string null s s Extends A jrad:com null reference ponentRe to f another compone nt that creates a different instance of that compone nt at runtime. ID The Name null unique name of 470 admin no adminCu stomizabl e

null

no

use

null null

no no

comment extends

null

no

id

this compone nt. Rendered Indicates boolean true if the compone nt is rendered. Source The uriRefere null relative nce URI servlet URI. xml:lang Identifies optional null the language containe d within this compone nt.

user

no

rendered

admin

no

source

null

no

xml:lang

471

spacer
Description
The spacer item style inserts empty space in a page. SpacerBeans occupy a fixed amount of space in an HTML layout. Corresponding web bean: OASpacerBean

Properties
Admin Indicates boolean true Personali if an Administr zation ator can personali ze this compone nt. Attribute The jrad:attri null attribute buteSetR Set set for ef the compone nt. Comment Comment string null s s CSS Class Overrides string null the default CSS class. Documen The name jrad:refN null of the t Name ame compone nt Extends A jrad:com null reference ponentRe to f another compone nt that creates a different instance 472 admin no adminCu stomizabl e

null

no

use

null admin

no no

comment styleClas s

null

no

docName

null

no

extends

of that compone nt at runtime. Height The string display height in pixels. ID The Name unique name of this compone nt. Rendered Indicates boolean if the compone nt is rendered. Scope The Base jrad:scop Packages e which are allowed to reuse this compone nt. Width Indicates string the width in pixels. xml:lang Identifies optional the language containe d within this compone nt.

null

no

height

null

null

no

id

true

user

no

rendered

null

no

scope

null

null

no

width

null

null

no

xml:lang

473

staticStyledText
Description
The staticStyledText item style extends styledText. All attributes supported by styledText are inherited by staticStyledText. See the section on styledText for a list of attributes available on the styledText element. Corresponding web bean: OAStaticStyledTextBean

Properties
Action Type The string action type to fire for the compone nt. It should be either "fireActio n" or "none." Indicates boolean if an Administr ator can personali ze this compone nt. The jrad:attri attribute buteSetR set for ef the compone nt. Comment string s Overrides string the none null no primaryCl ientActio n

Admin Personali zation

true

admin

no

adminCu stomizabl e

Attribute Set

null

null

no

use

Comment s CSS Class

null null

null admin

no no

comment styleClas s

474

Data Type

Destinati on Function Destinati on URI Disable Server Side Validatio n

Export View Attribute

default CSS class. The type string of data. The legal values are VARCHAR 2, DATE, DATETIM E, BIGDECI MAL, NUMBER, BOOLEAN , and CLOB. The string function to invoke. The uriRefere destinati nce on URI. Indicates boolean if validatio n should not occur on the business tier during a form submit. The string alternate view attribute for use when exporting

VARCHAR null 2

no

dataType

null

admin

no

invokeFu nc

null

null

no

destinati on serverUn validated

false

null

no

null

admin

no

exportBy ViewAttr

475

. Extends A jrad:com null reference ponentRe to f another compone nt that creates a different instance of that compone nt at runtime. ID The Name null unique name of this compone nt. Initial Indicates string none Sort the initial Sequence sort sequence for each search. The legal values are none, first, second, and third. Message The string null Appl applicatio Short n short name Name that owns the message. Message The name string null of the Name message. No Wrap Indicates boolean false 476

null

no

extends

null

no

id

null

no

initSortS eq

admin

no

message AppShort Name

admin

no

message Name cellNoWr

null

no

if cell contents should be wrapped. Prompt The text string label for the compone nt. Search Indicates boolean Allowed if the item will be shown in the search panels. Sort Indicates string Allowed if the user can sort this column. The legal values are yes, no, ascendin g, and descendi ng. Total Indicates boolean if an Value additiona l field should be displayed to show the total of this column. User Indicates boolean Personali if a user can zation personali

apFormat

null

admin

true

prompt

false

admin

no

queryabl e

no

admin

no

sortState

false

user

no

totalValu e

false

admin

no

userCust omizable

477

ze this compone nt. Warn Warns boolean About the user Changes if there are pending changes that will be lost, and allows them to cancel the current action or discard the changes and continue with the current action.

true

null

no

warnAbo utChange s

478

styledText
Description
The styledText item style supports styled text and links. Corresponding web bean: OAStyledTextBean

Properties
Additiona Additiona string l help l Text text. Admin Indicates boolean Personali if an Administr zation ator can personali ze this compone nt. Attribute The jrad:attri attribute buteSetR Set set for ef the compone nt. Comment Comment string s s CSS Class Overrides string the default CSS class. Data The type string of data. Type The legal values are VARCHAR 2, DATE, DATETIM E, null admin yes shortDes c adminCu stomizabl e

true

admin

no

null

null

no

use

null null

null admin

no no

comment styleClas s

VARCHAR null 2

no

dataType

479

BIGDECI MAL, NUMBER, BOOLEAN , and CLOB. Destinati The string null on function Function to invoke. Destinati The uriRefere null destinati nce on URI on URI. Documen The name jrad:refN null of the t Name ame compone nt Extends A jrad:com null reference ponentRe to f another compone nt that creates a different instance of that compone nt at runtime. ID The Name null unique name of this compone nt. Initial Indicates string none Sort the initial Sequence sort sequence for each search. The legal 480

admin

no

invokeFu nc

null

no

destinati on docName

null

no

null

no

extends

null

no

id

null

no

initSortS eq

values are none, first, second, and third. Rendered Indicates boolean if the compone nt is rendered. Scope The Base jrad:scop Packages e which are allowed to reuse this compone nt. Sort Indicates string Allowed if the user can sort this column. The legal values are yes, no, ascendin g, and descendi ng. Sort By The string View alternate Attribute view attribute name for use when sorting. Text The text string label for the compone nt.

null

user

no

rendered

null

no

scope

no

admin

no

sortState

null

null

no

sortByVie wAttr

null

admin

yes

text

481

Total Value

Indicates boolean if an additiona l field should be displayed to show the total of this column. View The name string Attribute of the view attribute. View The name string Instance of the view object instance. xml:lang Identifies optional the language containe d within this compone nt.

false

user

no

totalValu e

null

null

no

viewAttr

null

null

no

viewNam e

null

null

no

xml:lang

482

submitButton
Description
The submitButton item style creates a push button which allows submission of forms. The "destination" attribute of a submit button is ignored. Instead, the destination of the form is used. Corresponding web bean: OASubmitButtonBean

Properties
Descripti Type on Access The string character Key used for quick keyboard navigatio n or activatio n. Action The string action Type type to fire for the compone nt. It should be either "fireActio n", "fireParti alAction" or "none." Additiona Additiona string l help l Text text. Admin Indicates boolean Personali if an Name Default Value null Personali Translata XML zable ble Attribute admin no accessKe y

none

null

no

primaryCl ientActio n

null

admin

yes

shortDes c adminCu stomizabl 483

true

admin

no

zation

Attribute Set

Comment s CSS Class

Data Type

Destinati on Function Disable Client Side Validatio n 484

Administr ator can personali ze this compone nt. The jrad:attri attribute buteSetR set for ef the compone nt. Comment string s Overrides string the default CSS class. The type string of data. The legal values are VARCHAR 2, DATE, DATETIM E, BIGDECI MAL, NUMBER, BOOLEAN , and CLOB. The string function to invoke. Indicates boolean if validatio n should not occur

null

null

no

use

null null

null admin

no no

comment styleClas s

VARCHAR null 2

no

dataType

null

admin

no

invokeFu nc

false

null

no

unvalidat ed

on the web tier during a form submit. Disable Indicates boolean false Server if Side validatio Validatio n should not occur n on the business tier during a form submit. Disabled Indicates boolean false if the element is disabled. Documen The name jrad:refN null of the t Name ame compone nt Event Name of string null the event. Extends A jrad:com null reference ponentRe to f another compone nt that creates a different instance of that compone nt at runtime. Horizonta Horizonta string start l l

null

no

serverUn validated

null

no

disabled

null

no

docName

null

no

event

null

no

extends

null

no

hAlign

485

Alignmen alignmen t. The t legal values are center, left, right, start, and end. ID The Name unique name of this compone nt. No Wrap Indicates boolean if cell contents should be wrapped. Prompt The text string label for the compone nt. Rendered Indicates boolean if the compone nt is rendered. Scope The Base jrad:scop Packages e which are allowed to reuse this compone nt. Text The text string label for the compone 486

null

null

no

id

false

null

no

cellNoWr apFormat

null

admin

true

prompt

true

user

no

rendered

null

no

scope

null

admin

yes

text

User Personali zation

View Instance

Warn About Changes

xml:lang

nt. Indicates boolean if a user can personali ze this compone nt. The name string of the view object instance. Warns boolean the user if there are pending changes that will be lost, and allows them to cancel the current action or discard the changes and continue with the current action. Identifies optional the language containe d within this compone

false

admin

no

userCust omizable

null

null

no

viewNam e

false

null

no

warnAbo utChange s

null

null

no

xml:lang

487

nt.

488

tip
Description
The tip item style provides page or section level hints to the user. Typically, the only indexed child of the tip will be a TextNode, but as many children as necessary can be added and will be laid out as with a flowLayout. Corresponding web bean: OATipBean

Properties
Admin Indicates boolean true Personali if an Administr zation ator can personali ze this compone nt. Attribute The jrad:attri null attribute buteSetR Set set for ef the compone nt. Comment Comment string null s s CSS Class Overrides string null the default CSS class. Documen The name jrad:refN null of the t Name ame compone nt Extends A jrad:com null reference ponentRe to f another admin no adminCu stomizabl e

null

no

use

null admin

no no

comment styleClas s

null

no

docName

null

no

extends

489

compone nt that creates a different instance of that compone nt at runtime. ID The Name unique name of this compone nt. Rendered Indicates boolean if the compone nt is rendered. Scope The Base jrad:scop Packages e which are allowed to reuse this compone nt. Text The text string label for the compone nt. Tip The string Message applicatio Appl n short Short name that Name owns the tip message. Tip The name string Message of the tip 490

null

null

no

id

true

user

no

rendered

null

no

scope

null

admin

true

text

null

admin

no

tipMessa geAppSh ortName

null

admin

no

tipMessa geName

message. Name xml:lang Identifies optional the language containe d within this compone nt.

null

null

no

xml:lang

491

urlInclude
Description
The urlInclude item style allows you to includes HTML content loaded from an external source under the parent region. Corresponding web bean: OAUrlIncludeBean

Properties
Admin Indicates boolean true Personali if an Administr zation ator can personali ze this compone nt. Attribute The jrad:attri null attribute buteSetR Set set for ef the compone nt. Comment Comment string null s s Extends A jrad:com null reference ponentRe to f another compone nt that creates a different instance of that compone nt at runtime. ID The Name null unique name of 492 admin no adminCu stomizabl e

null

no

use

null null

no no

comment extends

null

no

id

this compone nt. Rendered Indicates boolean true if the compone nt is rendered. Source The uriRefere null relative/ nce URI absolute URI. xml:lang Identifies optional null the language containe d within this compone nt.

user

no

rendered

admin

no

source

null

no

xml:lang

493

Vous aimerez peut-être aussi