0% found this document useful (0 votes)
10 views493 pages

1213_OAFCompRefGuide

Uploaded by

johar.akil
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
10 views493 pages

1213_OAFCompRefGuide

Uploaded by

johar.akil
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 493

Oracle Application Framework (OAF)

Component Reference Guide.

Release 12.1.3

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

2
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

3
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

4
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 Descripti Type Default Personali Translata XML
on Value zable ble Attribute
Comment Comment string null null no comment
s s
Documen Formatte string from null no not
tation d text for template applicabl
Comment use with file e
Javadoc.
File The string null null no file-
Version version version
of the
file.
OA The jrad:versi null null no version
Extensio Oracle on
n Version Applicati
ons
Extensio
n version
with
which the
file was
created
or
updated.



5
page
Description
A top-level container that enables the user interface to your
application.
Properties
Name Descripti Type Default Personali Translata XML
on Value zable ble Attribute
Attribute The jrad:attri null null no use
Set attribute buteSetR
set for ef
the
compone
nt.
Comment Comment string null null no comment
s s.
File The string null null no file-
Version version version
of the
file.
OA The jrad:versi null null no version
Extensio Oracle on
n Version Applicati
ons
Extensio
n version
with
which the
file was
created
or
updated.



6
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
t Name of the ame
compone
nt
Scope The Base jrad:scop . (public) null no scope
Packages e
which are
allowed
to reuse
this
compone
nt.


7
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:
Name Descripti Type Default Personali Translata XML

8
on Value zable ble Attribute
Intermed Indicates boolean false null no intermedi
ia Style if the aStyle
advanced
search
will use
intermedi
a style
queries.

Element Children
Name Quantity Description
buttonBar 0 through 1 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.
criteria 1 This is a container for
unbounded number of
rowLayout elements.
staticText 0 through 1 Describes the text
before the
radioButtons.



9
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 auto-
handled 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 Descripti Type Default Personali Translata XML
on Value zable ble Attribute
Additiona Additiona string null admin yes shortDes
l Text l help c
text.
Admin Indicates boolean true admin no adminCu
Personali if an stomizabl
zation Administr e
ator can
personali
ze this
compone
nt.
AM The fully- string null null no amDefNa
Definitio qualified me
n class
name for
the
applicatio
n
module.
AM The string null null no amUsage
Instance instance Name
name of
an
applicatio
n
module.
Attribute The jrad:attri null null no use
Set attribute buteSetR
set for ef
the
compone
nt.
Banding The unsigned 1 user no bandingI
Interval number Int nterval
of rows
or
columns
to group

11
with the
same
shade.
Banding The type ui:tableB noBandin user no tableBan
Type of andingRu g ding
banding le
on the
table.
Child The name string null null no childView
View of the AttrName
Attribute child
view
attribute.
Comment Comment string null null no comment
s s
Controlle The fully- string null admin no controller
r Class qualified Class
class
name for
the
controller
object.
Detail The view string null null no detailVie
View attribute wAttr
Attribute that
determin
es if that
particular
row is to
be
stamped
with the
detail
child.
Dirty Indicates boolean false null no dirtyRow
Row Sort if middle- SortEnabl
Enabled tier sort ed
should be
performe
d on the
table.
Disable Indicates boolean false null no unvalidat
Client if ed

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

13
help.
Help This string null null no helpTarg
Target applicatio etAppSho
Appl n will be rtName
Short used to
Name 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 null no id
unique
name of
this
compone
nt.
OA The jrad:versi null null no version
Extensio Oracle on
n Version Applicati
ons
Extensio
n version
with
which the
file was
created
or
updated.
Personali The string null null no regionNa

14
zation region me
Label label
used for
Personali
zation.
Post Indicates boolean false null no postDefa
Initial if rows ult
Values which are
made
dirty only
by the
defaultin
g of
Initial
Values
are to be
posted.
Record Indicates boolean false admin no recordHis
History if Record toryEnabl
Enabled History ed
feature is
enabled.
Records The unsigned 10 admin no blockSize
Displayed maximu Int
m
number
of rows
to
display.
Rendered Indicates boolean true user no rendered
if the
compone
nt is
rendered.
Row Indicates unsigned null admin no rowhead
Header if Scope Int ercol
Col attribute
is to be
added to
Table.
Row The view string null null no rowHead
Header attribute erViewAt
View for the tr

15
Attribute row
header.
Scope The Base jrad:scop . null no scope
Packages e
which are
allowed
to reuse
this
compone
nt.
Security Defines string standard null no securityM
Mode the ode
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 no standalo
ne if this ne
region
can be
rendered
on its

16
own.
Text The text string null admin no text
label for
the
compone
nt.
User Indicates boolean false admin no userCust
Personali if a user omizable
zation can
personali
ze this
compone
nt.
View The name string null null no viewNam
Instance of the e
view
object
instance.
View Link The name string null null no viewLink
Instance of the Name
View Link
Instance
establishi
ng
master-
detail
relations
hip
between
outer and
inner
repeating
container
s.
Width Indicates string null null no width
the width
in pixels
or as a
percenta
ge (if the
% sign is
included)
.

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

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

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

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

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

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

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

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

sortableHeader
Name Descripti Type Default Personali Translata XML
on Value zable ble Attribute
Abbreviat The value string null null no abbreviat
ion for this 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 admin yes shortDes
l Text l help c
text.
Admin Indicates boolean true admin no adminCu
Personali if an stomizabl
zation Administr e
ator can
personali
ze this
compone
nt.
Attribute The jrad:attri null null no use
Set attribute buteSetR
set for ef
the
compone

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

24
when
used in
table
region.
Prompt The text string null admin yes prompt
label for
the
compone
nt.
Rendered Indicates boolean null user no rendered
if the
compone
nt is
rendered.
Required Indicates ui:require no admin no required
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 . null no scope
Packages e
which are
allowed
to reuse
this
compone
nt.
Sort Indicates string no admin no sortState
Allowed if the
user can
sort this
column.
Valid only

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

26
nt.

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

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

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 null null no xml:lang
the
language
containe
d within
this
compone
nt.

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

29
personali
ze this
compone
nt.
Attribute The jrad:attri null null no use
Set attribute buteSetR
set for ef
the
compone
nt.
Comment Comment string null null no comment
s s
Documen The name jrad:refN null null no docName
t Name of the ame
compone
nt
Extends A jrad:com null null no extends
reference ponentRe
to f
another
compone
nt that
creates a
different
instance
of that
compone
nt at
runtime.
Insert Indicates boolean true null no autoInser
Rows if rows tion
Automati will be
cally added
automati
cally
when the
Add
Rows
button is
pressed,
or if the
develope
r must

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

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

31
ze this
compone
nt.
Attribute The jrad:attri null null no use
Set attribute buteSetR
set for ef
the
compone
nt.
Comment Comment string null null no comment
s s
Disable Indicates boolean false admin no readOnly
Total if the
Recalcula button
tion used to
update
totals
should
not be
rendered.
Documen The name jrad:refN null null no docName
t Name of the ame
compone
nt
Extends A jrad:com null null no extends
reference ponentRe
to f
another
compone
nt that
creates a
different
instance
of that
compone
nt at
runtime.
Recalcula Overrides string null admin true text
te Totals the
Label default
text of
the
Update

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

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

33
nt.
Comment Comment string null null no comment
s s
CSS Class Overrides string null admin no styleClas
the s
default
CSS
class.
Documen The name jrad:refN null null no docName
t Name of the ame
compone
nt
Extends A jrad:com null null no extends
reference ponentRe
to f
another
compone
nt that
creates a
different
instance
of that
compone
nt at
runtime.
External The name jrad:com null null no externalL
LOV of the ponentRe istOfValu
external f es
List of
Values
region.
Prompt The text string null admin true prompt
label for
the
compone
nt.
Rendered Indicates boolean null user no rendered
if the
compone
nt is
rendered.
Scope The Base jrad:scop . null no scope
Packages e

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

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

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 true null no addChildr
Indexed if en
Children indexed
children
will be
automati
cally
added to
this UI
node
tree.
Admin Indicates boolean true admin no adminCu
Personali if an stomizabl
zation Administr e
ator can

37
personali
ze this
compone
nt.
AM The fully- string null null no amDefNa
Definitio qualified me
n class
name for
the
applicatio
n
module.
AM The string null null no amUsage
Instance instance Name
name of
an
applicatio
n
module.
Attribute The jrad:attri null null no use
Set attribute buteSetR
set for ef
the
compone
nt.
Child The name string null null no childView
View of the AttrName
Attribute child
view
attribute.
Child Renders string null null no childView
View an UsageNa
Instance instance me
of the
object for
each row
in the
View
Instance.
Comment Comment string null null no comment
s s
Controlle The fully- string null admin no controller
r Class qualified Class

38
class
name for
the
controller
object.
CSS Class Overrides string null admin no styleClas
the s
default
CSS
class.
Documen The name jrad:refN null null no docName
t Name of the ame
compone
nt
Documen Formatte string from null no not
tation d text for template applicabl
Comment use with file e
Javadoc.
Extends A jrad:com null null no extends
reference ponentRe
to f
another
compone
nt that
creates a
different
instance
of that
compone
nt at
runtime.
File The string null null no file-
Version version version
of the
file.
Height The string null null no height
display
height in
character
s.
Help The string null null no helpTarg
Target target et
name for

39
the page
online
help.
Help This string null null no helpTarg
Target applicatio etAppSho
Appl n will be rtName
Short used to
Name 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 null no id
unique
name of
this
compone
nt.
OA The jrad:versi null null no version
Extensio Oracle on
n Version Applicati
ons
Extensio
n version
with
which the
file was
created
or

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

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

42
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 true null no addChildr
Indexed if en
Children indexed
children
will be
automati
cally
added to
this UI
node
tree.
Admin Indicates boolean true admin no adminCu
Personali if an stomizabl
zation Administr e
ator can
personali
ze this
compone
nt.
AM The fully- string null null no amDefNa
Definitio qualified me
n class
name for

44
the
applicatio
n
module.
AM The string null null no amUsage
Instance instance Name
name of
an
applicatio
n
module.
Attribute The jrad:attri null null no use
Set attribute buteSetR
set for ef
the
compone
nt.
Child The name string null null no childView
View of the AttrName
Attribute child
view
attribute.
Child Renders string null null no childView
View an UsageNa
Instance instance me
of the
object for
each row
in the
View
Instance.
Column The string (if not null no columnS
Span number set): 1 pan
of
columns
spanned
by the
cell.
Comment Comment string null null no comment
s s
Controlle The fully- string null admin no controller
r Class qualified Class
class

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

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

47
posted.
Rendered Indicates boolean true user no rendered
if the
compone
nt is
rendered.
Row The string (if not null no rowSpan
Span number set): 1
of rows
spanned
by the
cell.
Scope The Base jrad:scop . null no scope
Packages e
which are
allowed
to reuse
this
compone
nt.
Security Defines string standard null no securityM
Mode the ode
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

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

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 true null no addChildr
Indexed if en
Children indexed
children
will be
automati
cally
added to
this UI
node
tree.
Admin Indicates boolean true admin no adminCu
Personali if an stomizabl
zation Administr e
ator can
personali
ze this
compone
nt.
AM The fully- string null null no amDefNa
Definitio qualified me
n class
name for
the
applicatio
n
module.

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

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

53
name of
this
compone
nt.
OA The jrad:versi null null no version
Extensio Oracle on
n Version Applicati
ons
Extensio
n version
with
which the
file was
created
or
updated.
Personali The string null null no regionNa
zation region me
Label label
used for
Personali
zation.
Post Indicates boolean false null no postDefa
Initial if rows ult
Values which are
made
dirty only
by the
defaultin
g of
Initial
Values
are to be
posted.
Rendered Indicates boolean true user no rendered
if the
compone
nt is
rendered.
Scope The Base jrad:scop . null no scope
Packages e
which are
allowed

54
to reuse
this
compone
nt.
Security Defines string standard null no securityM
Mode the ode
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 null admin no text
label for
the
compone
nt.
View Link The name string null null no viewLink
Instance of the Name
View Link
Instance
establishi
ng
master-
detail

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



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 true admin no adminCu
Personali if an stomizabl
zation Administr e
ator can
personali
ze this
compone
nt.
AM The fully- string null null no amDefNa
Definitio qualified me
n class
name for
the
applicatio
n
module.
AM The string null null no amUsage
Instance instance Name
name of
an
applicatio
n
module.
Attribute The jrad:attri null null no use
Set attribute buteSetR
set for ef

57
the
compone
nt.
Child The name string null null no childView
View of the AttrName
Attribute child
view
attribute.
Child Renders string null null no childView
View an UsageNa
Instance instance me
of the
object for
each row
in the
View
Instance.
Comment Comment string null null no comment
s s
Controlle The fully- string null admin no controller
r Class qualified Class
class
name for
the
controller
object.
CSS Class Overrides string null admin no styleClas
the s
default
CSS
class.
Documen The name jrad:refN null null no docName
t Name of the ame
compone
nt
Documen Formatte string from null no not
tation d text for template applicabl
Comment use with file e
Javadoc.
Extends A jrad:com null null no extends
reference ponentRe
to f
another

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

59
defaultin
g of
Initial
Values
are to be
posted.
Rendered Indicates boolean true user no rendered
if the
compone
nt is
rendered.
Scope The Base jrad:scop . null no scope
Packages e
which are
allowed
to reuse
this
compone
nt.
Security Defines string standard null no securityM
Mode the ode
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
selfSecur
ed.
View Link The name string null null no viewLink
Instance of the Name
View Link
Instance
establishi
ng
master-
detail
relations
hip
between
outer and
inner
repeating
container
s.
xml:lang Identifies optional null null no xml:lang
the
language
containe
d within
this
compone
nt.



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 true admin no adminCu
Personali if an stomizabl
zation Administr e
ator can
personali
ze this
compone
nt.
AM The fully- string null null no amDefNa
Definitio qualified me
n class
name for
the
applicatio
n
module.
AM The string null null no amUsage
Instance instance Name
name of
an
applicatio
n
module.
Attribute The jrad:attri null null no use
Set attribute buteSetR

62
set for ef
the
compone
nt.
Child The name string null null no childView
View of the AttrName
Attribute child
view
attribute.
Child Renders string null null no childView
View an UsageNa
Instance instance me
of the
object for
each row
in the
View
Instance.
Comment Comment string null null no comment
s s
Controlle The fully- string null admin no controller
r Class qualified Class
class
name for
the
controller
object.
CSS Class Overrides string null admin no styleClas
the s
default
CSS
class.
Extends A jrad:com null null no extends
reference ponentRe
to f
another
compone
nt that
creates a
different
instance
of that
compone

63
nt at
runtime.
Help The string null null no helpTarg
Target target et
name for
the page
online
help.
Help This string null null no helpTarg
Target applicatio etAppSho
Appl n will be rtName
Short used to
Name 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.
Hide Indicates boolean false null no headerDi
Header if the sabled
region
header is
rendered.
Icon URI the URI anyURI null admin no icon
for the
icon file.
Personali The string null null no regionNa
zation region me
Label label
used for

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

65
n. The
legal
values
are
standard,
and
selfSecur
ed.
Standalo Indicates boolean false null no standalo
ne if this ne
region
can be
rendered
on its
own.
Text The text string null admin yes text
label for
the
compone
nt.
View Link The name string null null no viewLink
Instance of the Name
View Link
Instance
establishi
ng
master-
detail
relations
hip
between
outer and
inner
repeating
container
s.


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 true admin no adminCu
Personali if an stomizabl
zation Administr e
ator can
personali
ze this
compone
nt.
AM The fully- string null null no amDefNa
Definitio qualified me
n class
name for
the
applicatio
n
module.
AM The string null null no amUsage
Instance instance Name
name of
an
applicatio
n
module.
Attribute The jrad:attri null null no use
Set attribute buteSetR
set for ef
the

67
compone
nt.
Child The name string null null no childView
View of the AttrName
Attribute child
view
attribute.
Child Renders string null null no childView
View an UsageNa
Instance instance me
of the
object for
each row
in the
View
Instance.
Comment Comment string null null no comment
s s
Controlle The fully- string null admin no controller
r Class qualified Class
class
name for
the
controller
object.
CSS Class Overrides string null admin no styleClas
the s
default
CSS
class.
Extends A jrad:com null null no extends
reference ponentRe
to f
another
compone
nt that
creates a
different
instance
of that
compone
nt at
runtime.

68
Help The string null null no helpTarg
Target target et
name for
the page
online
help.
Help This string null null no helpTarg
Target applicatio etAppSho
Appl n will be rtName
Short used to
Name 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.
Icon URI the URI anyURI null admin no icon
for the
icon file.
Personali The string null null no regionNa
zation region me
Label label
used for
Personali
zation.
Post Indicates boolean false null no postDefa
Initial if rows ult
Values which are
made
dirty only

69
by the
defaultin
g of
Initial
Values
are to be
posted.
Record Indicates boolean false admin no recordHis
History if Record toryEnabl
Enabled History ed
feature is
enabled.
Rendered Indicates boolean true user no rendered
if the
compone
nt is
rendered.
Security Defines string standard null no securityM
Mode the ode
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

70
e.
Standalo Indicates boolean false null no standalo
ne if this ne
region
can be
rendered
on its
own.
Text The text string null admin yes text
label for
the
compone
nt.
View Link The name string null null no viewLink
Instance of the Name
View Link
Instance
establishi
ng
master-
detail
relations
hip
between
outer and
inner
repeating
container
s.


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 true admin no adminCu
Personali if an stomizabl
zation Administr e
ator can
personali
ze this
compone
nt.
AM The fully- string null null no amDefNa
Definitio qualified me
n class
name for
the
applicatio
n
module.
AM The string null null no amUsage
Instance instance Name
name of
an
applicatio
n
module.
Attribute The jrad:attri null null no use
Set attribute buteSetR
set for ef
the

72
compone
nt.
Child The name string null null no childView
View of the AttrName
Attribute child
view
attribute.
Child Renders string null null no childView
View an UsageNa
Instance instance me
of the
object for
each row
in the
View
Instance.
Comment Comment string null null no comment
s s
Controlle The fully- string null admin no controller
r Class qualified Class
class
name for
the
controller
object.
CSS Class Overrides string null admin no styleClas
the s
default
CSS
class.
Extends A jrad:com null null no extends
reference ponentRe
to f
another
compone
nt that
creates a
different
instance
of that
compone
nt at
runtime.

73
Help The string null null no helpTarg
Target target et
name for
the page
online
help.
Help This string null null no helpTarg
Target applicatio etAppSho
Appl n will be rtName
Short used to
Name 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.
Hide Indicates boolean false null no headerDi
Header if the sabled
region
header is
rendered.
Icon URI The URI string null admin no icon
for the
icon file.
Personali The string null null no regionNa
zation region me
Label label
used for
Personali
zation.

74
Post Indicates boolean false null no postDefa
Initial if rows ult
Values which are
made
dirty only
by the
defaultin
g of
Initial
Values
are to be
posted.
Record Indicates boolean false admin no recordHis
History if Record toryEnabl
Enabled History ed
feature is
enabled.
Rendered Indicates boolean true user no rendered
if the
compone
nt is
rendered.
Security Defines string standard null no securityM
Mode the ode
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

75
values
are
standard,
and
selfSecur
ed.
Standalo Indicates boolean false null no standalo
ne if this ne
region
can be
rendered
on its
own.
Text The text string null admin yes text
label for
the
compone
nt.
View Link The name string null null no viewLink
Instance of the Name
View Link
Instance
establishi
ng
master-
detail
relations
hip
between
outer and
inner
repeating
container
s.


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 true admin no adminCu
Personali if an stomizabl
zation Administr e
ator can
personali
ze this
compone
nt.
AM The fully- string null null no amDefNa
Definitio qualified me
n class
name for
the
applicatio
n
module.
AM The string null null no amUsage
Instance instance Name
name of
an
applicatio
n
module.
Attribute The jrad:attri null null no use
Set attribute buteSetR
set for ef
the
compone
nt.
Child The name string null null no childView

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

78
runtime.
Help The string null null no helpTarg
Target target et
name for
the page
online
help.
Help This string null null no helpTarg
Target applicatio etAppSho
Appl n will be rtName
Short used to
Name 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.
Icon URI The URI string null admin no icon
for the
icon file.
Personali The string null null no regionNa
zation region me
Label label
used for
Personali
zation.
Post Indicates boolean false null no postDefa
Initial if rows ult
Values which are
made

79
dirty only
by the
defaultin
g of
Initial
Values
are to be
posted.
Record Indicates boolean false admin no recordHis
History if Record toryEnabl
Enabled History ed
feature is
enabled.
Rendered Indicates boolean true user no rendered
if the
compone
nt is
rendered.
Security Defines string standard null no securityM
Mode the ode
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
ed.
Standalo Indicates boolean false null no standalo
ne if this ne
region
can be
rendered
on its
own.
Text The text string null admin yes text
label for
the
compone
nt.
View Link The name string null null no viewLink
Instance of the Name
View Link
Instance
establishi
ng
master-
detail
relations
hip
between
outer and
inner
repeating
container
s.


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
Name Descripti Type Default Personali Translata XML
on Value zable ble Attribute
Admin Indicates string remove null no adminOp
Operatio the erations
ns personali
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

82
that it
does not
render on
the page,
when
personali
zing the
page. If
set to
null, no
flexibleC
ontent
can be
removed.
Admin Indicates boolean true null no adminCu
Personali if an stomizabl
zation Administr e
ator can
personali
ze this
compone
nt.
AM The fully- string null null no amDefNa
Definitio qualified me
n class
name for
the
applicatio
n
module.
AM The string null null no amUsage
Instance instance Name
name of
an
applicatio
n
module.
Attribute The jrad:attri null null no use
Set attribute buteSetR
set for ef
the
compone
nt.

83
Comment Comment string null null no comment
s s
Descripti A short string null admin true descripti
on descripti on
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 true null no disclosed
initial
disclosur
e state.
When
not-
disclosed
, only an
outline of
the
compone
nt is
shown
along
with an
icon to
restore to

84
the
disclosed
state.
Documen The name jrad:refN null null no docName
t Name of the ame
compone
nt
Documen Formatte string from null no not
tation d text for template applicabl
Comment use with file e
Javadoc.
Extends A jrad:com null null no extends
reference ponentRe
to f
another
compone
nt that
creates a
different
instance
of that
compone
nt at
runtime.
Flexible A string null null no flexibleLa
Layout reference youtRef
Referenc to the
e oa:flexibl
eLayout
that the
flexibleC
ontent
will be
rendered
in. No
value
indicates
that the
flexibleC
ontent
will not
be
rendered

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 null null no id
from
<uix:bas
e>. The
page-
wide
unique
client ID
of this
node.
Rendered Whether boolean true admin no rendered
the
flexibleC

86
ontent is
rendered.
Show Whether boolean false null no showBor
Border the der
border
around
the
layout is
shown.
Show Whether boolean true null no showHea
Header the der
header of
this
layout is
shown.
Title The title string null null no title
to display
above
the
flexible
content.
User Indicates string null user no userOper
Operatio the ations
ns personali
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

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 true user no userCust
Personali if a user omizable
zation can
personali
ze this
compone
nt.
View Specifies string null null no viewSour
Source ID of the ceRegion
Region region Id
ID (within
the
flexibleC
ontent)
on which
personali

88
zation
views
have
been
defined.
View Specifies string null null no viewTarg
Target ID of the etRegion
Region region on Id
ID which the
personali
zation
view
should be
applied.


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 'top-
level' flexibleLayouts; they do not have to be nested.
Corresponding web bean: OAFlexibleLayoutBean
Properties
Name Descripti Type Default Personali Translata XML
on Value zable ble Attribute
Admin Indicates string add null no adminOp
Operatio the erations
ns personali
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

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 true null no adminCu
Personali if an stomizabl
zation Administr e
ator can
personali
ze this
compone
nt.
AM The fully- string null null no amDefNa
Definitio qualified me
n class
name for
the
applicatio
n
module.
AM The string null null no amUsage
Instance instance Name
name of
an
applicatio
n

91
module.
Attribute The jrad:attri null null no use
Set attribute buteSetR
set for ef
the
compone
nt.
Columns The string 1 null no columns
number
of
columns
the
flexibleLa
yout will
have. Use
layoutSty
le=horizo
ntal to
horizonta
lly layout
the
contents.
Comment Comment string null null no comment
s s
Disclosed The boolean true null no disclosed
initial
disclosur
e state.
When
not-
disclosed
, only an
outline of
the
compone
nt is
shown
along
with an
icon to
restore to
the
disclosed

92
state.
Documen The name jrad:refN null null no docName
t Name of the ame
compone
nt
Documen Formatte string from null no not
tation d text for template applicabl
Comment use with file e
Javadoc.
Extends A jrad:com null null no extends
reference ponentRe
to f
another
compone
nt that
creates a
different
instance
of that
compone
nt at
runtime.
Height The string null null no height
pixels or
percenta
ge 'hint'
to the
browser
for the
flexibleLa
yout.
ID Inherited Name null null no id
from
<uix:bas
e>. The
page-
wide
unique
client ID
of this
node.
Layout The string vertical null no layoutSty
Style Content 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 true admin no rendered


the
flexibleLa
yout is
rendered.
Rows The string 1 null no rows
number
of rows
the
flexibleLa
yout will
have. Use
layoutSty
le=vertic
al to
vertically
lay out
the
contents.
Show Whether boolean false null no showBor
Border the der

94
border
around
the
layout is
shown.
Show Whether boolean false null no showHea
Header the der
header of
this
layout is
shown.
Title The title string null null no title
to display
above
the
flexible
layout.
User Indicates string null user no userOper
Operatio the ations
ns personali
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

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 true user no userCust
Personali if a user omizable
zation can
personali
ze this
compone
nt.
Width Provides string null admin no width
a width
hint to
the
browser.


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 true null no addChildr
Indexed if en
Children indexed
children
will be
automati
cally
added to
this UI
node
tree.
Admin Indicates boolean true admin no adminCu
Personali if an stomizabl
zation Administr e
ator can
personali
ze this
compone
nt.
AM The fully- string null null no amDefNa
Definitio qualified me
n class
name for
the
applicatio
n
module.
AM The string null null no amUsage

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

98
controller
object.
CSS Class Overrides string null admin no styleClas
the s
default
CSS
class.
Documen The name jrad:refN null null no docName
t Name of the ame
compone
nt
Documen Formatte string from null no not
tation d text for template applicabl
Comment use with file e
Javadoc.
Extends A jrad:com null null no extends
reference ponentRe
to f
another
compone
nt that
creates a
different
instance
of that
compone
nt at
runtime.
File The string null null no file-
Version version version
of the
file.
Help The string null null no helpTarg
Target target et
name for
the page
online
help.
Help This string null null no helpTarg
Target applicatio etAppSho
Appl n will be rtName
Short used to
Name construct

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 null null no id
unique
name of
this
compone
nt.
Initial Indicates string none null no initSortS
Sort the initial eq
Sequence sort
sequence
for each
search.
The legal
values
are none,
first,
second,
and third.
No Wrap Indicates boolean false null no cellNoWr
if cell apFormat
contents
should be
wrapped.
Valid only
when
used in

100
table
region.
OA The jrad:versi null null no version
Extensio Oracle on
n Version Applicati
ons
Extensio
n version
with
which the
file was
created
or
updated.
Personali The string null null no regionNa
zation region me
Label label
used for
Personali
zation.
Post Indicates boolean false null no postDefa
Initial if rows ult
Values which are
made
dirty only
by the
defaultin
g of
Initial
Values
are to be
posted.
Prompt The text string null admin true prompt
label for
the
compone
nt.
Rendered Indicates boolean true user no rendered
if the
compone
nt is
rendered.
Scope The Base jrad:scop . null no scope

101
Packages e
which are
allowed
to reuse
this
compone
nt.
Security Defines string standard null no securityM
Mode the ode
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.
Sort Indicates string no admin no sortState
Allowed if the
user can
sort this
column.
Valid only
when
used in
table
region.

102
The legal
values
are yes,
no,
ascendin
g, and
descendi
ng.
Sort By The string null user no sortByVie
View alternate wAttr
Attribute view
attribute
name for
use when
sorting.
Valid only
when
used in
table
region.
Standalo Indicates boolean false null no standalo
ne if this ne
region
can be
rendered
on its
own.
User Indicates boolean false admin no userCust
Personali if a user omizable
zation can
personali
ze this
compone
nt. Valid
only
when
used in
table
region.
xml:lang Identifies optional null null no xml:lang
the
language
containe

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 true admin no adminCu
Personali if an stomizabl
zation Administr e
ator can
personali
ze this
compone
nt.
AM The fully- string null null no amDefNa
Definitio qualified me
n class
name for
the
applicatio
n
module.
AM The string null null no amUsage
Instance instance Name
name of
an
applicatio
n
module.
Attribute The jrad:attri null null no use
Set attribute buteSetR
set for ef
the
compone
nt.
Comment Comment string null null no comment

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

106
nt.
OA The jrad:versi null null no version
Extensio Oracle on
n Version Applicati
ons
Extensio
n version
with
which the
file was
created
or
updated.
Personali The string null null no regionNa
zation region me
Label label
used for
Personali
zation.
Post Indicates boolean false null no postDefa
Initial if rows ult
Values which are
made
dirty only
by the
defaultin
g of
Initial
Values
are to be
posted.
Rendered Indicates boolean true user no rendered
if the
compone
nt is
rendered.
Scope The Base jrad:scop . null no scope
Packages e
which are
allowed
to reuse
this
compone

107
nt.
Security Defines string standard null no securityM
Mode the ode
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 null null no xml:lang
the
language
containe
d within
this
compone
nt.

Element Children
Name Quantity Description
copyright 0 through 1 Node to use as a
copyright statement.
privacy 0 through 1 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 Descripti Type Default Personali Translata XML


on Value zable ble Attribute
Actual The view string null null no actualFini
End Date attribute shViewAt
View for the tr
Attribute actual
end date
of the
task for
the
Variance
bar Type.
Actual The view string null null no actualSta
Start attribute rtViewAtt
Date for the r
View actual
Attribute start date
of the
task for
the
Variance
bar Type.
Additiona Additiona string null admin yes shortDes
l Text l help c
text.

110
Admin Indicates boolean true admin no adminCu
Personali if an stomizabl
zation Administr e
ator can
personali
ze this
compone
nt.
AM The fully- string null null no amDefNa
Definitio qualified me
n class
name for
the
applicatio
n
module.
AM The string null null no amUsage
Instance instance Name
name of
an
applicatio
n
module.
Attribute The jrad:attri null null no use
Set attribute buteSetR
set for ef
the
compone
nt.
Auto Indicates boolean true user no autoScale
Scale if the
Gantt
chart will
scale the
axis units
dependin
g on the
time-
period
specified.
Axis End The view string null null no endTime
Date attribute ViewAttr
View for the

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

112
View for the ViewAttr
Attribute start date
of the
Gantt
chart
horizonta
l axis.
Bar Type The view string null null no barTypeV
View attribute iewAttr
Attribute indicatin
g the bar
type.
Baseline The view string null null no baseFinis
End Date attribute hViewAtt
View for the r
Attribute baseline
end date
of the
task for
the
Variance
Bar Type.
Baseline The view string null null no baseStart
Start attribute ViewAttr
Date for the
View baseline
Attribute start date
of the
task for
the
Variance
bar Type.
Comment Comment string null null no comment
s s
Complete The view string null null no complete
d attribute dThrough
Through for the ViewAttr
View current
Attribute 'complete
d
through'
date of
the task.

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

114
Appl n will be rtName
Short used to
Name 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.
Left Text The view string null null no leftTextVi
View attribute ewAttr
Attribute for the
text label
to the
left of the
task.
Percent The view string null null no percentC
Complete attribute ompleteV
View for the iewAttr
Attrbute completi
on
percenta
ge of the
task.
Personali The string null null no regionNa
zation region me
Label label
used for
Personali
zation.
Post Indicates boolean false null no postDefa

115
Initial if rows ult
Values which are
made
dirty only
by the
defaultin
g of
Initial
Values
are to be
posted.
Predeces Accessor string null null no predeces
sor Name for sorAccess
Accessor the or
predeces
sor's
rowset
for the
current
task.
Predeces View string null null no predeces
sor View Attribute sorViewA
Attribute Name for ttr
the
predeces
sor task
ID.
Record The string null null no childBloc
Set Size maximu kSize
m
number
of
records
that can
be
displayed
under
each
node.
Render Indicates boolean true user no descChild
Descripti if the renVis
on descripti
Columns on

116
columns
should
always
be
rendered.
Rendered Indicates boolean true user no rendered
if the
compone
nt is
rendered.
Right The view string null null no rightText
Text attribute ViewAttr
View for the
Attribute text label
to the
right of
the task.
Search The fully- string null admin no searchCo
Controlle qualified ntrollerCl
r Class class ass
name for
the
controller
object
associate
d with
the
search
results
table.
Search The view string null null no searchVie
View usage to wName
Usage be used
for
running
queries
on the
hGrid.
Security Defines string standard null no securityM
Mode the ode
security
mode
used to

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 true user no showTool
Bubble if Bubble tip
Text Text will
be shown
for the
task.
Show Indicates boolean true user no showCurr
Current if a line is entDate
Date drawn to
indicate
the
current
date.
Show Indicates boolean false user no showDep
Depende if endencyL
ncy Lines depende ines
ncy lines
are
visible.
Standalo Indicates boolean false null no standalo
ne if this ne

118
region
can be
rendered
on its
own.
Task End The view string null null no barFinish
Date attribute ViewAttr
View for the
Attribute end date
of the
task.
Task ID View string null null no taskIdVie
View Attribute wAttr
Attribute Name for
the
unique
task ID.
Task The view string null null no barStartV
Start attribute iewAttr
Date for the
View start date
Attribute of the
task.
User Indicates boolean false admin no userCust
Personali if a user omizable
zation can
personali
ze this
compone
nt.
View The name string null null no viewNam
Instance of the e
Name view
object
instance.

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

119
actions that are
independent of row
selection.
tableSelection 0 through 1 SingleSelectionBean or
MultipleSelectionBean
to render with the
table.
viewInHierarchy 0 through 1 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 Descripti Type Default Personali Translata XML
on Value zable ble Attribute
Add Indicates boolean true null no addChildr
Indexed if en
Children indexed
children
will be
automati
cally
added to
this UI
node
tree.
Admin Indicates boolean true admin no adminCu
Personali if an stomizabl
zation Administr e
ator can
personali
ze this
compone
nt.
AM The fully- string null null no amDefNa
Definitio qualified me
n class
name for
the

121
applicatio
n
module.
AM The string null null no amUsage
Instance instance Name
name of
an
applicatio
n
module.
Attribute The jrad:attri null null no use
Set attribute buteSetR
set for ef
the
compone
nt.
Comment Comment string null null no comment
s s
Controlle The fully- string null admin no controller
r Class qualified Class
class
name for
the
controller
object.
CSS Class Overrides string null admin no styleClas
the s
default
CSS
class.
Extends A jrad:com null null no extends
reference ponentRe
to f
another
compone
nt that
creates a
different
instance
of that
compone
nt at
runtime.

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

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

124
security
validatio
n. The
legal
values
are
standard,
and
selfSecur
ed.
Standalo Indicates boolean false null no standalo
ne if this ne
region
can be
rendered
on its
own.
View Link The name string null null no viewLink
Instance of the Name
View Link
Instance
establishi
ng
master-
detail
relations
hip
between
outer and
inner
repeating
container
s.

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

graph

125
Name Descripti Type Default Personali Translata XML
on Value zable ble Attribute
Aggregat The string none admin no aggregat
e aggregat eFunctio
Function e n
function
to apply
to the
data. The
legal
values
are sum,
avg, max,
min, and
none.
Allow Indicates boolean false user no combo
Combinat if a
ion Graph combinat
ion graph
is
allowed.
AM The fully- string null null no amDefNa
Definitio qualified me
n class
name for
the
applicatio
n
module.
AM The string null null no amUsage
Instance instance Name
name of
an
applicatio
n
module.
Attribute The jrad:attri null null no use
Set attribute buteSetR
set for ef
the
compone
nt.
Comment Comment string null null no comment

126
s s
CSS Class Overrides string null admin no styleClas
the s
default
CSS
class.
Data Axis The Data string null admin true yAxisLab
Label Axis label el
for the
graph.
Data Axis Determin boolean true admin no yAxisScal
scale es eFromZer
from zero whether o
the lower
limit for
Data Axis
is zero or
the
lowest
data
value.
Destinati The string null null no drillDown
on URI Destinati Url
on URI.
Display Indicates boolean true null no displayBu
Data if Bubble bbleText
Bubble Text is
Text displayed
for the
Data
Points.
Display Indicates boolean false admin no displayDa
Data if the taMarker
Markers data s
markers
should be
plotted.
Display Indicates boolean false user no dualYAxi
Secondar if this s
y Y-Axis graph
has a
secondar
y Y-axis.

127
Documen The name jrad:refN null null no docName
t Name of the ame
compone
nt
Extends A jrad:com null null no extends
reference ponentRe
to f
another
compone
nt that
creates a
different
instance
of that
compone
nt at
runtime.
Graph The type string vertical admin no graphTyp
Type of the clustered e
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
area,
stacked
line,
vertical
clustered
bar,
vertical
high-low-
close
stock,
vertical
percent
bar, and
vertical
stacked
bar.
Height Graph's string null null no height
height in
pixels,
applicabl
e only if
size="cus
tom".
Rendered Indicates boolean true user no rendered
if the
compone
nt is
rendered.
Scope The Base jrad:scop . null no scope
Packages e
which are
allowed
to reuse
this
compone
nt.
Secondar The label string null user true secYAxis
y Data for the Label
Axis secondar
Label y data
axis.
Size The size string small user no size
of the

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

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

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

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

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



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 true null no addChildr
Indexed if en
Children indexed
children
will be
automati
cally
added to
this UI
node
tree.
Admin Indicates boolean true admin no adminCu
Personali if an stomizabl
zation Administr e
ator can
personali
ze this
compone
nt.
AM The fully- string null null no amDefNa
Definitio qualified me
n class
name for
the
applicatio
n
module.

133
AM The string null null no amUsage
Instance instance Name
name of
an
applicatio
n
module.
Attribute The jrad:attri null null no use
Set attribute buteSetR
set for ef
the
compone
nt.
Child The name string null null no childView
View of the AttrName
Attribute child
view
attribute.
Child Renders string null null no childView
View an UsageNa
Instance instance me
of the
object for
each row
in the
View
Instance.
Comment Comment string null null no comment
s s
Controlle The fully- string null admin no controller
r Class qualified Class
class
name for
the
controller
object.
CSS Class Overrides string null admin no styleClas
the s
default
CSS
class.
Documen The name jrad:refN null null no docName
t Name of the ame

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

135
makes
the help
pages
from the
other
applicatio
ns
reference
able.
Icon URI The URI string null admin no icon
for the
icon file.
ID The Name null null no id
unique
name of
this
compone
nt.
OA The jrad:versi null null no version
Extensio Oracle on
n Version Applicati
ons
Extensio
n version
with
which the
file was
created
or
updated.
Personali The string null null no regionNa
zation region me
Label label
used for
Personali
zation.
Post Indicates boolean false null no postDefa
Initial if rows ult
Values which are
made
dirty only
by the
defaultin

136
g of
Initial
Values
are to be
posted.
Record Indicates boolean false admin no recordHis
History if Record toryEnabl
Enabled History ed
feature is
enabled.
Rendered Indicates boolean true user no rendered
if the
compone
nt is
rendered.
Scope The Base jrad:scop . null no scope
Packages e
which are
allowed
to reuse
this
compone
nt.
Security Defines string standard null no securityM
Mode the ode
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

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

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

140
module.
AM The string null null no amUsage
Instance instance Name
name of
an
applicatio
n
module.
Attribute The jrad:attri null null no use
Set attribute buteSetR
set for ef
the
compone
nt.
Comment Comment string null null no comment
s s
Controlle The fully- string null admin no controller
r Class qualified Class
class
name for
the
controller
object.
CSS Class Overrides string null admin no styleClas
the s
default
CSS
class.
Disable Indicates boolean false null no unvalidat
Client if ed
Side validatio
Validatio n should
n not occur
on the
web tier
during a
form
submit.
Documen The name jrad:refN null null no docName
t Name of the ame
compone
nt
Documen Formatte string from null no not

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

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

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

144
View usage to wName
Usage be used
for
running
queries
on the
hGrid.
Security Defines string standard null no securityM
Mode the ode
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 no standalo
ne if this ne
region
can be
rendered
on its
own.
User Indicates boolean false admin no userCust
Personali if a user omizable
can

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

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



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 true null no addChildr
Indexed if en
Children indexed
children
will be
automati
cally
added to
this UI
node
tree.
Additiona Additiona string null admin yes shortDes
l Text l help c
text.
Note: If a
hideSho
w region
is created
under
advanced

147
Table
then the
Additiona
l Text
property
is not
displayed
.
Admin Indicates boolean true admin no adminCu
Personali if an stomizabl
zation Administr e
ator can
personali
ze this
compone
nt.
AM The fully- string null null no amDefNa
Definitio qualified me
n class
name for
the
applicatio
n
module.
AM The string null null no amUsage
Instance instance Name
name of
an
applicatio
n
module.
Attribute The jrad:attri null null no use
Set attribute buteSetR
set for ef
the
compone
nt.
Comment Comment string null null no comment
s s
Controlle The fully- string null admin no controller
r Class qualified Class
class
name for

148
the
controller
object.
CSS Class Overrides string null admin no styleClas
the s
default
CSS
class.
Disable Indicates boolean false null no unvalidat
Client if ed
Side validatio
Validatio n should
n not occur
on the
web tier
during a
form
submit.
Disable Indicates boolean false null no serverUn
Server if validated
Side validatio
Validatio n should
n not occur
on the
business
tier
during a
form
submit.
Disclosed The text string null admin no disclosed
Text to display Text
when the
children
are
shown.
Disclosed The boolean false user no disclosed
initial
disclosur
e state.
Documen The name jrad:refN null null no docName
t Name of the ame
compone
nt

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

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

151
Rendered Indicates boolean true user no rendered
if the
compone
nt is
rendered.
Scope The Base jrad:scop . null no scope
Packages e
which are
allowed
to reuse
this
compone
nt.
Security Defines string standard null no securityM
Mode the ode
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 no standalo
ne if this ne
region

152
can be
rendered
on its
own.
Undisclos The text string null admin no undisclos
ed Text to display edText
when the
children
are
hidden.
User Indicates boolean false admin no userCust
Personali if a user omizable
zation can
personali
ze this
compone
nt.
View The name string null null no viewAttr
Attribute of the
view
attribute.
View The name string null null no viewNam
Instance of the e
view
object
instance.
xml:lang Identifies optional null null no xml:lang
the
language
containe
d within
this
compone
nt.


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 true null no addChildr
Indexed if en
Children indexed
children
will be
automati
cally
added to
this UI
node
tree.
Admin Indicates boolean true admin no adminCu
Personali if an stomizabl
zation Administr e
ator can
personali
ze this
compone
nt.
AM The fully- string null null no amDefNa
Definitio qualified me
n class
name for
the
applicatio
n
module.
AM The string null null no amUsage
Instance instance Name

154
name of
an
applicatio
n
module.
Attribute The jrad:attri null null no use
Set attribute buteSetR
set for ef
the
compone
nt.
Comment Comment string null null no comment
s s
Controlle The fully- string null admin no controller
r Class qualified Class
class
name for
the
controller
object.
CSS Class Overrides string null admin no styleClas
the s
default
CSS
class.
Disable Indicates boolean false null no unvalidat
Client if ed
Side validatio
Validatio n should
n not occur
on the
web tier
during a
form
submit.
Disable Indicates boolean false null no serverUn
Server if validated
Side validatio
Validatio n should
n not occur
on the
business
tier

155
during a
form
submit.
Disclosed The boolean false user no disclosed
initial
disclosed
state.
Documen The name jrad:refN null null no docName
t Name of the ame
compone
nt
Documen Formatte string from null no not
tation d text for template applicabl
Comment use with file e
Javadoc.
Extends A jrad:com null null no extends
reference ponentRe
to f
another
compone
nt that
creates a
different
instance
of that
compone
nt at
runtime.
File The string null null no file-
Version version version
of the
file.
Help The string null null no helpTarg
Target target et
name for
the page
online
help.
Help This string null null no helpTarg
Target applicatio etAppSho
Appl n will be rtName
Short used to
Name construct

156
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 null admin no icon
for the
icon file.
ID The Name null null no id
unique
name of
this
compone
nt.
OA The jrad:versi null null no version
Extensio Oracle on
n Version Applicati
ons
Extensio
n version
with
which the
file was
created
or
updated.
Personali The string null null no regionNa
zation region me
Label label
used for

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

158
handle
security
validatio
n. The
legal
values
are
standard,
and
selfSecur
ed.
Standalo Indicates boolean false null no standalo
ne if this ne
region
can be
rendered
on its
own.
Text The text string null admin yes text
label for
the
compone
nt.
View The name string null null no viewAttr
Attribute of the
view
attribute.
View The name string null null no viewNam
Instance of the e
view
object
instance.
xml:lang Identifies optional null null no xml:lang
the
language
containe
d within
this
compone
nt.

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 true null no addChildr
Indexed if en
Children indexed
children
will be
automati
cally
added to
this UI
node
tree.
Admin Indicates boolean true admin no adminCu
Personali if an stomizabl
zation Administr e
ator can
personali
ze this

161
compone
nt.
AM The fully- string null null no amDefNa
Definitio qualified me
n class
name for
the
applicatio
n
module.
AM The string null null no amUsage
Instance instance Name
name of
an
applicatio
n
module.
Attribute The jrad:attri null null no use
Set attribute buteSetR
set for ef
the
compone
nt.
Child The name string null null no childView
View of the AttrName
Attribute child
view
attribute.
Child Renders string null null no childView
View an UsageNa
Instance instance me
of the
object for
each row
in the
View
Instance.
Columns The unsigned 1 null no columns
number Int
of
columns
to display
in the

162
layout.
Comment Comment string null null no comment
s s
Controlle The fully- string null admin no controller
r Class qualified Class
class
name for
the
controller
object.
CSS Class Overrides string null admin no styleClas
the s
default
CSS
class.
Documen The name jrad:refN null null no docName
t Name of the ame
compone
nt
Documen Formatte string from null no not
tation d text for template applicabl
Comment use with file e
Javadoc.
Extends A jrad:com null null no extends
reference ponentRe
to f
another
compone
nt that
creates a
different
instance
of that
compone
nt at
runtime.
File The string null null no file-
Version version version
of the
file.
Help The string null null no helpTarg
Target target et
name for

163
the page
online
help.
Help This string null null no helpTarg
Target applicatio etAppSho
Appl n will be rtName
Short used to
Name 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 null no id
unique
name of
this
compone
nt.
Item Indicates string null null no fieldWidt
Width the width h
of the
item in
pixels or
as a
percenta
ge (if %
sign
included)
.

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

165
compone
nt is
rendered.
Scope The Base jrad:scop . null no scope
Packages e
which are
allowed
to reuse
this
compone
nt.
Security Defines string standard null no securityM
Mode the ode
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 no standalo
ne if this ne
region
can be
rendered
on its

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



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 true admin no adminCu
Personali if an stomizabl
zation Administr e
ator can
personali
ze this
compone
nt.
Advanced Indicates boolean false admin no advanced
Search if the SearchAll
Allowed Advanced owed
Search
region is
Enabled
for the
List Of
Values.
AM The fully- string null null no amDefNa
Definitio qualified me
n class
name for
the
applicatio
n
module.
AM The string null null no amUsage
Instance instance Name
name of
an
applicatio
n

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

169
Version version version
of the
file.
OA The jrad:versi null null no version
Extensio Oracle on
n Version Applicati
ons
Extensio
n version
with
which the
file was
created
or
updated.
Personali The string null null no regionNa
zation region me
Label label
used for
Personali
zation.
Post Indicates boolean false null no postDefa
Initial if rows ult
Values which are
made
dirty only
by the
defaultin
g of
Initial
Values
are to be
posted.
Rendered Indicates boolean true user no rendered
if the
compone
nt is
rendered.
Scope The Base jrad:scop . null no scope
Packages e
which are
allowed
to reuse

170
this
compone
nt.
Security Defines string standard null no securityM
Mode the ode
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 null null no xml:lang
the
language
containe
d within
this
compone
nt.

Element Children
Name Quantity Description
searchInstructions 0 through 1 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 Descripti Type Default Personali Translata XML
on Value zable ble Attribute
Add Indicates boolean true null no addChildr
Indexed if en
Children indexed
children
will be
automati
cally
added to
this UI
node
tree.
Admin Indicates boolean true admin no adminCu
Personali if an stomizabl
zation Administr e
ator can
personali
ze this
compone
nt.
AM The fully- string null null no amDefNa
Definitio qualified me
n class
name for
the
applicatio
n
module.

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

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

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

176
this
compone
nt.
Search Indicates boolean false null no searchRe
Region if this gion
compone
nt is used
as a
search
region.
Setting
this to
True
overrides
settings
for the
Width,
Prompt
Width
and Field
Width.
Security Defines string standard null no securityM
Mode the ode
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

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

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

178
the
compone
nt.
Rendered Indicates boolean true user no rendered
if the
compone
nt is
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 true null no addChildr
Indexed if en
Children indexed
children
will be
automati
cally
added to
this UI
node
tree.
Admin Indicates boolean true admin no adminCu
Personali if an stomizabl
zation Administr e
ator can
personali
ze this
compone
nt.
AM The fully- string null null no amDefNa
Definitio qualified me
n class
name for
the
applicatio
n
module.
AM The string null null no amUsage
Instance instance Name
name of
an
applicatio

180
n
module.
Attribute The jrad:attri null null no use
Set attribute buteSetR
set for ef
the
compone
nt.
Comment Comment string null null no comment
s s
Controlle The fully- string null admin no controller
r Class qualified Class
class
name for
the
controller
object.
CSS Class Overrides string null admin no styleClas
the s
default
CSS
class.
Disable Indicates boolean false null no unvalidat
Client if ed
Side validatio
Validatio n should
n not occur
on the
web tier
during a
form
submit.
Disable Indicates boolean false null no serverUn
Server if validated
Side validatio
Validatio n should
n not occur
on the
business
tier
during a
form
submit.

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

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

183
Packages e
which are
allowed
to reuse
this
compone
nt.
Show All Indicates string no null no showAll
if the
user can
view any
attachme
nt for the
current
object,
regardles
s of
category.
Security Defines string standard null no securityM
Mode the ode
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
ed.
xml:lang Identifies optional null null no xml:lang
the
language
containe
d within
this
compone
nt.


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 true null no addChildr
Indexed if en
Children indexed
children
will be
automati
cally
added to
this UI
node
tree.
Admin Indicates boolean true admin no adminCu
Personali if an stomizabl
zation Administr e
ator can
personali
ze this
compone
nt.
Attribute The jrad:attri null null no use
Set attribute buteSetR
set for ef
the
compone
nt.
Comment Comment string null null no comment
s s
Controlle The fully- string null admin no controller
r Class qualified Class
class
name for
the

186
controller
object.
CSS Class Overrides string null admin no styleClas
the s
default
CSS
class.
Documen The name jrad:refN null null no docName
t Name of the ame
compone
nt
Documen Formatte string from null no not
tation d text for template applicabl
Comment use with file e
Javadoc.
Extends A jrad:com null null no extends
reference ponentRe
to f
another
compone
nt that
creates a
different
instance
of that
compone
nt at
runtime.
File The string null null no file-
Version version version
of the
file.
OA The jrad:versi null null no version
Extensio Oracle on
n Version Applicati
ons
Extensio
n version
with
which the
file was
created
or

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

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

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 true admin no adminCu
Personali if an stomizabl
zation Administr e
ator can
personali
ze this
compone
nt.
AM The fully- string null null no amDefNa
Definitio qualified me
n class
name for
the
applicatio
n
module.
AM State Indicates boolean false null no amStateR
Required if an equired
error will
be
displayed
when
navigatin
g to the
page and
an
Applicati
on
Module is
not
found.
Applicati The string null null no appMenu
on Menu menu to

190
render
with the
page.
Attribute The jrad:attri null null no use
Set attribute buteSetR
set for ef
the
compone
nt.
Auto Indicates boolean true null no autoFoot
Footer if er
standard
copyright
and
privacy
named
children
are
added
automati
cally.
Comment Comment string null null no comment
s s
Controlle The fully- string null admin no controller
r Class qualified Class
class
name for
the
controller
object.
CSS Class Overrides string null admin no styleClas
the s
default
CSS
class.
Documen The name jrad:refN null null no docName
t Name of the ame
compone
nt
Documen Formatte string from null no not
tation d text for template applicabl
Comment use with file e
Javadoc.

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

192
Target applicatio etAppSho
Appl n will be rtName
Short used to
Name 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 null no id
unique
name of
this
compone
nt.
OA The jrad:versi null null no version
Extensio Oracle on
n Version Applicati
ons
Extensio
n version
with
which the
file was
created
or
updated.
Page The string null null no pageMen
Menu menu u
name for

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

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

195
the
changes
and
continue
with the
current
action.
Window The title string null admin true windowTi
Title of the tle
window.
xml:lang Identifies optional null null no xml:lang
the
language
containe
d within
this
compone
nt.

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

196
branding region of the
page. This section
typically contains
formatted text
indicating that one
context exists between
the persistent tabs.
location 0 through 1 The locator region of
the page.
pageStatus 0 through 1 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.
privacy 0 through 1 Node to use as a
privacy statement.
productBranding 0 through 1 The product branding
region of the page.
This section typically
contains an image of
the product logo.
quickSearch 0 through 1 The quick search
region of the page.
returnNavigation 0 through 1 The "return to" link at
the bottom of the
page.
userInfo 0 through 1 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 admin yes shortDes
l Text l help c
text.
Admin Indicates boolean true admin no adminCu
Personali if an stomizabl
zation Administr e
ator can
personali
ze this
compone
nt.
Attribute The jrad:attri null null no use
Set attribute buteSetR

198
set for ef
the
compone
nt.
Comment Comment string null null no comment
s s
Height The string null admin no height
display
height in
pixels.
ID The Name null null no id
unique
name of
this
compone
nt.
Paramete The string null admin no popupPar
rs paramete ameters
rs of the
pop-up.
Read Indicates boolean false admin no readOnly
Only if the
value can
be
changed.
Region Indicates string null admin no popupRe
the gion
region
where
the pop-
up
occurs.
Title Indicates string null admin no popupTitl
the title e
for the
pop-up
Type Indicates string Embedde admin no popupTy
the pop- dPopup pe
up type.
View The name string null null no viewNam
Instance of the e
view

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



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 Default Personali Translata XML
on Value zable ble Attribute
Admin Indicates boolean true admin no adminCu
Personali if an stomizabl
zation Administr e
ator can
personali
ze this
compone
nt.
Advanced Overrides string null null true advSearc
Button the hPanelBu
Label default ttonLabel
text for
the
button
that
navigates
to the
advanced
search
panel.
Advanced Overrides string null null true advanced
Panel the SearchIn
Instructi default strTexts
ons text for
the
advanced
search
panel
instructio
n text.
AM The fully- string null null no amDefNa
Definitio qualified me
n class
name for
the
applicatio
n
module.
AM The string null null no amUsage
Instance instance Name
name of

202
an
applicatio
n
module.
Attribute The jrad:attri null null no use
Set attribute buteSetR
set for ef
the
compone
nt.
Comment Comment string null null no comment
s s
Construct Indicates string none null no mode
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
semi-
automati
c level,
and
'none'
implies
manual
construct
ion. The
legal
values
are none,
resultsBa

203
sedSearc
h, and
autoCust
omizatio
nCriteria.
Controlle The fully- string null admin no controller
r Class qualified Class
class
name for
the
controller
object.
CSS Class Overrides string null admin no styleClas
the s
default
CSS
class.
Data The type string VARCHAR null no dataType
Type of data. 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 no extends
reference ponentRe
to f
another
compone
nt that

204
creates a
different
instance
of that
compone
nt at
runtime.
Help The string null null no helpTarg
Target target et
name for
the page
online
help.
Help This string null admin no helpTarg
Target applicatio etAppSho
Appl n will be rtName
Short used to
Name 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.
Hide Indicates boolean false admin no hidePers
Personali if the onalize
ze Personali
ze button
is hidden.
Hide Indicates boolean false admin no hideSave
Save if the Search

205
Search Save
Search
button is
hidden.
Include Indicates boolean false null no dispAdva
Advanced if the nced
Panel advanced
search
panel is
available
to the
user.
Include Indicates boolean false null no dispSimpl
Simple if the e
Panel simple
search
panel is
available
to the
user.
Include Indicates boolean false null no dispCusto
Views if the mized
Panel Views
panel is
available
to the
user.
Initial The string simple user no defaultPa
Panel initial nel
panel to
render.
The legal
values
are
simple,
advanced
, and
customiz
ed.
Initial Indicates string none null no initSortS
Sort the initial eq
Sequence sort
sequence

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

207
Button default Text
Text text for
the Save
Search
button.
Security Defines string standard null no securityM
Mode the ode
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 true null no showCust
Views if the omizePan
Panel Views elControl
Controls Panel s
controls
will be
displayed
.
Simple Overrides string null null true simpleSe
Button the archPane
Label default lButtonLa
text for

208
the bel
button
that
navigates
to the
simple
search
panel.
Simple Overrides string null null true simpleSe
Panel the archInstr
Instructi default Texts
ons text for
the
Simple
Search
Panel
instructio
n text.
Sort Indicates string no admin no sortState
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 null user no sortByVie
View alternate wAttr
Attribute view
attribute
name for
use when
sorting.
Valid only

209
when
used in
table
region.
Standalo Indicates boolean false null no standalo
ne if this ne
region
can be
rendered
on its
own.
Store Indicates boolean false null no storeVie
Views on if the wsOnSha
Shared views are redRegio
Region stored on n
the
shared
region.
User Indicates boolean false admin no userCust
Personali if a user omizable
zation can
personali
ze this
compone
nt. Valid
only
when
used in
table
region.
View The name string null null no viewNam
Instance of the e
view
object
instance.
Valid only
when
used in
table
region.
Views Overrides string null null true viewConf
Button the PanelBut
Label default tonLabel

210
text for
the
button
that
navigates
to the
Views
panel.
Views Overrides string null null true customiz
Panel the eInstrTex
Instructi default ts
ons text for
the Views
panel
instructio
n text.
Views Overrides string null null true customiz
Panel the ePanelTit
Title default le
text for
the Views
panel
title.

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

211
search panel.

queryCriteriaMap
Name Descripti Type Default Personali Translata XML
on Value zable ble Attribute
Attribute The jrad:attri null null no use
Set attribute buteSetR
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
Item the item ponentRe m
in the f
results
table or
hGrid.
Search The ID of jrad:com null null no criteriaIt
Item the item ponentRe 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.



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 true null no addChildr
Indexed if en
Children indexed
children
will be
automati
cally
added to
this UI
node
tree.
Admin Indicates boolean true admin no adminCu
Personali if an stomizabl
zation Administr e
ator can
personali
ze this
compone
nt.
AM The fully- string null null no amDefNa
Definitio qualified me
n class
name for
the
applicatio
n
module.
AM The string null null no amUsage
Instance instance Name
name of

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

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

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

216
used for
Personali
zation.
Post Indicates boolean false null no postDefa
Initial if rows ult
Values which are
made
dirty only
by the
defaultin
g of
Initial
Values
are to be
posted.
Prompt The text string null admin true prompt
label for
the
compone
nt.
Rendered Indicates boolean true user no rendered
if the
compone
nt is
rendered.
Scope The Base jrad:scop . null no scope
Packages e
which are
allowed
to reuse
this
compone
nt.
Security Defines string standard null no securityM
Mode the ode
security
mode
used to
secure
the
region. If
set to
selfSecur

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 no admin no sortState
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 null user no sortByVie
View alternate wAttr
Attribute view
attribute
name for
use when
sorting.
Valid only
when

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

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 true null no addChildr
Indexed if en
Children indexed
children
will be
automati
cally
added to
this UI
node
tree.
Admin Indicates boolean true admin no adminCu
Personali if an stomizabl
zation Administr e
ator can
personali
ze this
compone
nt.
AM The fully- string null null no amDefNa
Definitio qualified me
n class
name for
the
applicatio
n
module.
AM The string null null no amUsage
Instance instance Name

221
name of
an
applicatio
n
module.
Attribute The jrad:attri null null no use
Set attribute buteSetR
set for ef
the
compone
nt.
Available The string null null no leadingH
Header header eader
for the
available
(first)
list.
Comment Comment string null null no comment
s s
Controlle The fully- string null admin no controller
r Class qualified Class
class
name for
the
controller
object.
CSS Class Overrides string null admin no styleClas
the s
default
CSS
class.
Documen The name jrad:refN null null no docName
t Name of the ame
compone
nt
Documen Formatte string from null no not
tation d text for template applicabl
Comment use with file e
Javadoc.
Extends A jrad:com null null no extends
reference ponentRe
to f
another

222
compone
nt that
creates a
different
instance
of that
compone
nt at
runtime.
File The string null null no file-
Version version version
of the
file.
Help The string null null no helpTarg
Target target et
name for
the page
online
help.
Help This string null null no helpTarg
Target applicatio etAppSho
Appl n will be rtName
Short used to
Name 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 null no id

223
unique
name of
this
compone
nt.
OA The jrad:versi null null no version
Extensio Oracle on
n Version Applicati
ons
Extensio
n version
with
which the
file was
created
or
updated.
Ordering Indicates boolean true null no reordera
Allowed if the ble
contents
of the
selected
(second)
list can
be
ordered.
Personali The string null null no regionNa
zation region me
Label label
used for
Personali
zation.
Post Indicates boolean false null no postDefa
Initial if rows ult
Values which are
made
dirty only
by the
defaultin
g of
Initial
Values
are to be

224
posted.
Rendered Indicates boolean true user no rendered
if the
compone
nt is
rendered.
Scope The Base jrad:scop . null no scope
Packages e
which are
allowed
to reuse
this
compone
nt.
Security Defines string standard null no securityM
Mode the ode
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 null null no trailingH
Header header eader

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

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



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 true null no addChildr
Indexed if en
Children indexed
children
will be
automati
cally
added to
this UI
node
tree.
Admin Indicates boolean true admin no adminCu
Personali if an stomizabl
zation Administr e
ator can
personali
ze this
compone
nt.
AM The fully- string null null no amDefNa
Definitio qualified me
n class
name for
the
applicatio
n
module.
AM The string null null no amUsage
Instance instance Name
name of
an
applicatio

227
n
module.
Attribute The jrad:attri null null no use
Set attribute buteSetR
set for ef
the
compone
nt.
Child The name string null null no childView
View of the AttrName
Attribute child
view
attribute.
Valid only
when
used in
table
region.
Child Renders string null null no childView
View an UsageNa
Instance instance me
of the
object for
each row
in the
View
Instance.
Valid only
when
used in
table
region.
Comment Comment string null null no comment
s s
Controlle The fully- string null admin no controller
r Class qualified Class
class
name for
the
controller
object.
CSS Class Overrides string null admin no styleClas
the s

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

229
the
global
menu of
the
page.This
makes
the help
pages
from the
other
applicatio
ns
reference
able.
ID The Name null null no id
unique
name of
this
compone
nt.
Initial Indicates string none null no initSortS
Sort the initial eq
Sequence sort
sequence
for each
search.
The legal
values
are none,
first,
second,
and third.
No Wrap Indicates boolean false null no cellNoWr
if cell apFormat
contents
should be
wrapped.
Valid only
when
used in
table
region.
OA The jrad:versi 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 null null no regionNa
zation region me
Label label
used for
Personali
zation.
Post Indicates boolean false null no postDefa
Initial if rows ult
Values which are
made
dirty only
by the
defaultin
g of
Initial
Values
are to be
posted.
Prompt The text string null admin true prompt
label for
the
compone
nt.
Rendered Indicates boolean true user no rendered
if the
compone
nt is
rendered.
Scope The Base jrad:scop . null no scope
Packages e
which are
allowed

231
to reuse
this
compone
nt.
Security Defines string standard null no securityM
Mode the ode
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.
Sort Indicates string no admin no sortState
Allowed if the
user can
sort this
column.
Valid only
when
used in
table
region.
The legal
values
are yes,

232
no,
ascendin
g, and
descendi
ng.
Sort By The string null user no sortByVie
View alternate wAttr
Attribute view
attribute
name for
use when
sorting.
Valid only
when
used in
table
region.
Standalo Indicates boolean false null no standalo
ne if this ne
region
can be
rendered
on its
own.
User Indicates boolean false admin no userCust
Personali if a user omizable
zation can
personali
ze this
compone
nt. Valid
only
when
used in
table
region.
xml:lang Identifies optional null null no xml:lang
the
language
containe
d within
this
compone

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 Descripti Type Default Personali Translata XML
on Value zable ble Attribute
Add Indicates boolean true null no addChildr
Indexed if en
Children indexed
children
will be
automati
cally
added to
this UI
node
tree.
Admin Indicates boolean true admin no adminCu
Personali if an stomizabl
zation Administr e
ator can
personali
ze this
compone
nt.
AM The fully- string null null no amDefNa
Definitio qualified me
n class

235
name for
the
applicatio
n
module.
AM The string null null no amUsage
Instance instance Name
name of
an
applicatio
n
module.
Attribute The jrad:attri null null no use
Set attribute buteSetR
set for ef
the
compone
nt.
Child The name string null null no childView
View of the AttrName
Attribute child
view
attribute.
Child Renders string null null no childView
View an UsageNa
Instance instance me
of the
object for
each row
in the
View
Instance.
Comment Comment string null null no comment
s s
Controlle The fully- string null admin no controller
r Class qualified Class
class
name for
the
controller
object.
CSS Class Overrides string null admin no styleClas
the s

236
default
CSS
class.
Documen The name jrad:refN null null no docName
t Name of the ame
compone
nt
Documen Formatte string from null no not
tation d text for template applicabl
Comment use with file e
Javadoc.
Extends A jrad:com null null no extends
reference ponentRe
to f
another
compone
nt that
creates a
different
instance
of that
compone
nt at
runtime.
File The string null null no file-
Version version version
of the
file.
ID The Name null null no id
unique
name of
this
compone
nt.
Initial The nonNegat 0 null no selectedI
Subtab initially iveIntege ndex
selected r
subtab.
OA The jrad:versi null null no version
Extensio Oracle on
n Version Applicati
ons
Extensio

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

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 null null no xml:lang
the
language
containe
d within
this
compone
nt.

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

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

239
l Text l help c
text.
Admin Indicates boolean true admin no adminCu
Personali if an stomizabl
zation Administr e
ator can
personali
ze this
compone
nt.
Attribute The jrad:attri null null no use
Set attribute buteSetR
set for ef
the
compone
nt.
Comment Comment string null null no comment
s s
CSS Class Overrides string null admin no styleClas
the s
default
CSS
class.
Documen The name jrad:refN null null no docName
t Name of the ame
compone
nt
Extends A jrad:com null null no extends
reference ponentRe
to f
another
compone
nt that
creates a
different
instance
of that
compone
nt at
runtime.
Rendered Indicates boolean null user no rendered
if the
compone

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



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 true admin no adminCu
Personali if an stomizabl
zation Administr e
ator can
personali
ze this
compone
nt.
AM The fully- string null null no amDefNa
Definitio qualified me
n class
name for
the
applicatio
n
module.
AM The string null null no amUsage
Instance instance Name
name of
an
applicatio
n
module.
Attribute The jrad:attri null null no use
Set attribute buteSetR
set for ef
the
compone

242
nt.
Comment Comment string null null no comment
s s
Controlle The fully- string null admin no controller
r Class qualified Class
class
name for
the
controller
object.
CSS Class Overrides string null admin no styleClas
the s
default
CSS
class.
Data The type string VARCHAR null no dataType
Type of data. 2
Valid only
when
used in
table
region.
The legal
values
are
VARCHAR
2, DATE,
DATETIM
E,
BIGDECI
MAL,
NUMBER,
BOOLEAN
, and
CLOB.
Documen The name jrad:refN null null no docName
t Name of the ame
compone
nt
Documen Formatte string from null no not
tation d text for template applicabl
Comment use with file e
Javadoc.

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

244
values
are none,
first,
second,
and third.
No Wrap Indicates boolean false null no cellNoWr
if cell apFormat
contents
should be
wrapped.
Valid only
when
used in
table
region.
OA The jrad:versi null null no version
Extensio Oracle on
n Version Applicati
ons
Extensio
n version
with
which the
file was
created
or
updated.
Personali The string null null no regionNa
zation region me
Label label
used for
Personali
zation.
Post Indicates boolean false null no postDefa
Initial if rows ult
Values which are
made
dirty only
by the
defaultin
g of
Initial
Values

245
are to be
posted.
Prompt The text string null admin true prompt
label for
the
compone
nt.
Rendered Indicates boolean true user no rendered
if the
compone
nt is
rendered.
Scope The Base jrad:scop . null no scope
Packages e
which are
allowed
to reuse
this
compone
nt.
Security Defines string standard null no securityM
Mode the ode
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

246
standard,
and
selfSecur
ed.
Sort Indicates string no admin no sortState
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 null user no sortByVie
View alternate wAttr
Attribute view
attribute
name for
use when
sorting.
Valid only
when
used in
table
region.
User Indicates boolean false admin no userCust
Personali if a user omizable
zation can
personali
ze this
compone
nt. Valid
only
when
used in

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

Element Children
Name Quantity Description
case 1 or more 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 Descripti Type Default Personali Translata XML
on Value zable ble Attribute
Additiona Additiona string null admin yes shortDes
l Text l help c
text.
Admin Indicates boolean true admin no adminCu
Personali if an stomizabl
zation Administr e
ator can
personali
ze this
compone
nt.
AM The fully- string null null no amDefNa
Definitio qualified me
n class
name for
the
applicatio
n
module.
AM The string null null no amUsage
Instance instance Name
name of
an
applicatio
n
module.

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

250
web tier
during a
form
submit.
Disable Indicates boolean false null no serverUn
Server if validated
Side validatio
Validatio n should
n not occur
on the
business
tier
during a
form
submit.
Documen The name jrad:refN null null no docName
t Name of the ame
compone
nt
Documen Formatte string from null no not
tation d text for template applicabl
Comment use with file e
Javadoc.
Extends A jrad:com null null no extends
reference ponentRe
to f
another
compone
nt that
creates a
different
instance
of that
compone
nt at
runtime.
File The string null null no file-
Version version version
of the
file.
Help The string null null no helpTarg
Target target et
name for

251
the page
online
help.
Help This string null null no helpTarg
Target applicatio etAppSho
Appl n will be rtName
Short used to
Name 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 null no id
unique
name of
this
compone
nt.
Message The string null admin no message
Appl applicatio AppShort
Short n short Name
Name name
that
owns the
message.
Message The name string null admin no message
Name of the Name
message.
OA The jrad:versi null null no version

252
Extensio Oracle on
n Version Applicati
ons
Extensio
n version
with
which the
file was
created
or
updated.
Personali The string null null no regionNa
zation region me
Label label
used for
Personali
zation.
Post Indicates boolean false null no postDefa
Initial if rows ult
Values which are
made
dirty only
by the
defaultin
g of
Initial
Values
are to be
posted.
Record Indicates boolean false admin no recordHis
History if Record toryEnabl
Enabled History ed
feature is
enabled.
Records The unsigned 10 user no blockSize
Displayed maximu Int
m
number
of rows
to
display.
Rendered Indicates boolean true user no rendered
if the

253
compone
nt is
rendered.
Row Indicates unsigned null admin no rowhead
Header if Scope Int ercol
Col attribute
is to be
added to
Table.
Row The view string null null no rowHead
Header attribute erViewAt
View for the tr
Attribute row
header.
Scope The Base jrad:scop . null no scope
Packages e
which are
allowed
to reuse
this
compone
nt.
Security Defines string standard null no securityM
Mode the ode
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

254
values
are
standard,
and
selfSecur
ed.
Standalo Indicates boolean false null no standalo
ne if this ne
region
can be
rendered
on its
own.
Text The text string null admin no text
label for
the
compone
nt.
User Indicates boolean false admin no userCust
Personali if a user omizable
zation can
personali
ze this
compone
nt.
View Link The name string null null no viewLink
Instance of the Name
View Link
Instance
establishi
ng
master-
detail
relations
hip
between
outer and
inner
repeating
container
s.
Width Indicates string null null no width
the width

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

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



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 true null no addChildr
Indexed if en
Children indexed
children
will be
automati
cally
added to
this UI
node
tree.
Admin Indicates boolean true admin no adminCu
Personali if an stomizabl
zation Administr e
ator can
personali
ze this
compone
nt.
AM The fully- string null null no amDefNa
Definitio qualified me
n class
name for
the
applicatio
n
module.
AM The string null null no amUsage
Instance instance Name
name of
an
applicatio

257
n
module.
Attribute The jrad:attri null null no use
Set attribute buteSetR
set for ef
the
compone
nt.
Child The name string null null no childView
View of the AttrName
Attribute child
view
attribute.
Child Renders string null null no childView
View an UsageNa
Instance instance me
of the
object for
each row
in the
View
Instance.
Comment Comment string null null no comment
s s
Controlle The fully- string null admin no controller
r Class qualified Class
class
name for
the
controller
object.
CSS Class Overrides string null admin no styleClas
the s
default
CSS
class.
Documen The name jrad:refN null null no docName
t Name of the ame
compone
nt
Documen Formatte string from null no not
tation d text for template applicabl
Comment use with file e

258
Javadoc.
Extends A jrad:com null null no extends
reference ponentRe
to f
another
compone
nt that
creates a
different
instance
of that
compone
nt at
runtime.
File The string null null no file-
Version version version
of the
file.
Help The string null null no helpTarg
Target target et
name for
the page
online
help.
Help This string null null no helpTarg
Target applicatio etAppSho
Appl n will be rtName
Short used to
Name construct
URI of
the
"help"
icon in
the
global
menu of
the
page.This
makes
the help
pages
from the
other

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

260
Values which are
made
dirty only
by the
defaultin
g of
Initial
Values
are to be
posted.
Rendered Indicates boolean true user no rendered
if the
compone
nt is
rendered.
Scope The Base jrad:scop . null no scope
Packages e
which are
allowed
to reuse
this
compone
nt.
Security Defines string standard null no securityM
Mode the ode
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

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

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 true admin no adminCu
Personali if an stomizabl
zation Administr e
ator can
personali
ze this
compone
nt.
Allow Indicates boolean false null no formSub
Interacti if each mitted
on train stop
should be
rendered
as a link.
Attribute The jrad:attri null null no use
Set attribute buteSetR
set for ef
the
compone
nt.
Comment Comment string null null no comment
s s
Controlle The fully- string null admin no controller
r Class qualified Class
class
name for
the
controller
object.

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

265
this
compone
nt.
OA The jrad:versi null null no version
Extensio Oracle on
n Version Applicati
ons
Extensio
n version
with
which the
file was
created
or
updated.
Personali The string null null no regionNa
zation region me
Label label
used for
Personali
zation.
Post Indicates boolean false null no postDefa
Initial if rows ult
Values which are
made
dirty only
by the
defaultin
g of
Initial
Values
are to be
posted.
Rendered Indicates boolean true user no rendered
if the
compone
nt is
rendered.
Scope The Base jrad:scop . null no scope
Packages e
which are
allowed
to reuse

266
this
compone
nt.
Security Defines string standard null no securityM
Mode the ode
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 false null no subTrain
if images
are
rendered
before
and after
the train
to
indicate
that this
train is
part of a
sub-
process.

267
xml:lang Identifies optional null null no xml:lang
the
language
containe
d within
this
compone
nt.


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 Descripti Type Default Personali Translata XML
on Value zable ble Attribute
Admin Indicates boolean true admin no adminCu
Personali if an stomizabl
zation Administr e
ator can
personali
ze this
compone
nt.
AM The fully- string null null no amDefNa
Definitio qualified me
n class
name for
the
applicatio
n
module.
AM The string null null no amUsage
Instance instance Name
name of
an
applicatio
n
module.
Attribute The jrad:attri null null no use

269
Set attribute buteSetR
set for ef
the
compone
nt.
Comment Comment string null null no comment
s s
Controlle The fully- string null admin no controller
r Class qualified Class
class
name for
the
controller
object.
CSS Class Overrides string null admin no styleClas
the s
default
CSS
class.
Disable Indicates boolean null null no unvalidat
Client if ed
Side validatio
Validatio n should
n not occur
on the
web tier
during a
form
submit.
Documen The name jrad:refN null null no docName
t Name of the ame
compone
nt
Documen Formatte string from null no not
tation d text for template applicabl
Comment use with file e
Javadoc.
Extends A jrad:com null null no extends
reference ponentRe
to f
another
compone
nt that

270
creates a
different
instance
of that
compone
nt at
runtime.
File The string null null no file-
Version version version
of the
file.
Help The string null null no helpTarg
Target target et
name for
the page
online
help.
Help This string null null no helpTarg
Target applicatio etAppSho
Appl n will be rtName
Short used to
Name 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 Maps to Name null null no id
the Item
Name

271
property
of the
Default
Tree
region-
item.
OA The jrad:versi null null no version
Extensio Oracle on
n Version Applicati
ons
Extensio
n version
with
which the
file was
created
or
updated.
Personali The string null null no regionNa
zation region me
Label label
used for
Personali
zation.
Post Indicates boolean false null no postDefa
Initial if rows ult
Values which are
made
dirty only
by the
defaultin
g of
Initial
Values
are to be
posted.
Rendered Indicates boolean true user no rendered
if the
compone
nt is
rendered.
Scope The Base jrad:scop . null no scope
Packages e

272
which are
allowed
to reuse
this
compone
nt.
Security Defines string standard null no securityM
Mode the ode
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 no standalo
ne if this ne
region
can be
rendered
on its
own.
Text The text string null admin true text
label for
the
compone

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

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

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

274
compone
nt.
Child Object string null null true childType
Object Type of Text
Type child
nodes,
used
when
displayin
g record
set
navigatio
n
controls.
Comment Comment string null null no comment
s s
CSS Class Overrides string null admin no styleClas
the s
default
CSS
class.
Data The type string VARCHAR null no dataType
Type of data. 2
The legal
values
are
VARCHAR
2, DATE,
DATETIM
E,
BIGDECI
MAL,
NUMBER,
BOOLEAN
, and
CLOB.
Destinati The string null admin no invokeFu
on function nc
Function to
invoke.
Destinati The anyURI null admin no destinati
on URI Destinati on
on URI.

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

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

277
Frame of the me
target
frame for
the link.
View The name string null null no viewAttr
Attribute of the
view
attribute.
View The name string null null no viewNam
Instance of the e
view
object
instance.
Warn Warns boolean true null no warnAbo
About the user utChange
Changes if there s
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.
xml:lang Identifies optional null null no xml:lang
the
language
containe
d within
this
compone

278
nt.

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

279
ancestor
nodes.
Attribute The jrad:attri null null no use
Set attribute buteSetR
set for ef
the
compone
nt.
Comment Comment string null null no comment
s s
CSS Class Overrides string null admin no styleClas
the s
default
CSS
class.
Documen The name jrad:refN null null no docName
t Name of the ame
compone
nt
Extends A jrad:com null null no extends
reference ponentRe
to f
another
compone
nt that
creates a
different
instance
of that
compone
nt at
runtime.
Personali The string null null no regionNa
zation region me
Label label
used for
Personali
zation.
Rendered Indicates boolean null user no rendered
if the
compone
nt is
rendered.

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

Element Children
Name Quantity Description
members 0 through 1 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 Descripti Type Default Personali Translata XML
on Value zable ble Attribute
Admin Indicates boolean true admin no adminCu
Personali if an stomizabl
zation Administr e
ator can
personali
ze this
compone
nt.
Attribute The jrad:attri null null no use
Set attribute buteSetR
set for ef
the
compone
nt.
Automati Indicates boolean false null no autoCom
c Save if mitEnabl
automati ed
c save is
enabled.
Comment Comment string null null no comment
s s
CSS Class Overrides string null admin no styleClas
the s
default

282
CSS
class.
Documen The name jrad:refN null null no docName
t Name of the ame
compone
nt
Disable Indicates boolean true null no unvalidat
Client if ed
Side validatio
Validatio n should
n not occur
on the
web tier
during a
form
submit.
Disable Indicates boolean true null no serverUn
Server if validated
Side validatio
Validatio n should
n not occur
on the
business
tier
during a
form
submit.
Enable Indicates boolean true admin no enableDo
Documen if the cumentC
t Catalog Documen atalog
t Catalog
is
enabled
for the
compone
nt.
Export The string null admin no exportBy
View alternate ViewAttr
Attribute view
attribute
for use
when
exporting

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

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

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

entityMap
Name Descripti Type Default Personali Translata XML

285
on Value zable ble Attribute
Attribute The jrad:attri null null no use
Set attribute buteSetR
set for ef
the
compone
nt.
Comment Comment string null null no comment
s s.
Delete Indicates boolean true null no deleteAll
Allowed if the owed
user can
delete
attachme
nts from
the
current
object.
Entity The name string null null no entityId
of the
attachme
nt entity
which
defines
the
primary
key
relations
hips.
Insert Indicates boolean true null no insertAllo
Allowed if new wed
attachme
nts can
be
created
for this
entity.
Show All Indicates boolean false null no showAll
if the
user can
view any
attachme
nt for the

286
current
object,
regardles
s of
category.
Update Indicates boolean true null no updateAll
Allowed if the owed
user can
edit the
attachme
nt
content.

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

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

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



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
Name Descripti Type Default Personali Translata XML
on Value zable ble Attribute
Admin Indicates boolean true admin no adminCu
Personali if an stomizabl
zation Administr e
ator can
personali
ze this
compone
nt.
Attribute The jrad:attri null null no use
Set attribute buteSetR
set for ef
the
compone
nt.
Automati Indicates boolean false null no autoCom
c Save if mitEnabl
automati ed
c save is
enabled.
Comment Comment string null null no comment
s s
CSS Class Overrides string null admin no styleClas
the s
default
CSS
class.
Documen The name jrad:refN null null no docName

289
t Name of the ame
compone
nt
Disable Indicates boolean true null no unvalidat
Client if ed
Side validatio
Validatio n should
n not occur
on the
web tier
during a
form
submit.
Disable Indicates boolean true null no serverUn
Server if validated
Side validatio
Validatio n should
n not occur
on the
business
tier
during a
form
submit.
Enable Indicates boolean true admin no enableDo
Documen if the cumentC
t Catalog Documen atalog
t Catalog
is
enabled
for the
compone
nt.
Extends A jrad:com null null no extends
reference ponentRe
to f
another
compone
nt that
creates a
different
instance
of that

290
compone
nt at
runtime.
Inline Indicates boolean (Default) admin no inlineAtta
Attachme whether chmentE
nt inline nabled
Enabled attachme
nt
capability
is
enabled
or not.
Link Text The Text string View null true text
for the
attachme
nt link.
Long Tip The fully- jrad:refN null admin no longTipR
Region qualified ame egion
reference
to the
long tip
region.
Prompt The string Attachme user true prompt
Prompt nts
for the
attachme
nt link.
Render Indicates boolean true null no searchRe
Search if the gionRend
Region search ered
region is
rendered.
Rendered Indicates boolean true user no rendered
if the
compone
nt is
rendered.
Scope The Base jrad:scop . null no scope
Packages e
which are
allowed
to reuse
this

291
compone
nt.
Tip The string null admin no tipMessa
Message applicatio geAppSh
Appl n short ortName
Short name
Name that
owns the
tip
message.
Tip The name string null admin no tipMessa
Message of the tip geName
Name message.
Tip Type The type string none admin no tipType
of tip.
The legal
values
are
dateForm
at,
longMess
age,
shortTip,
and
none.
View The name string null null no viewNam
Instance of the e
view
object
instance.
Virus Indicates boolean false admin no virusScan
Scan if Virus Enabled
Enabled Scan is
enabled
on file
attachme
nts.
xml:lang Identifies optional null null no xml:lang
the
language
containe
d within
this

292
compone
nt.

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

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

293
be
created
for this
entity.
Show All Indicates boolean false null no showAll
if the
user can
view any
attachme
nt for the
current
object,
regardles
s of
category.
Update Indicates boolean true null no updateAll
Allowed if the owed
user can
edit the
attachme
nt
content.

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

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

294
name.
Comment Comment string null null no comment
s s.
Secured Indicates boolean false admin no secured
if the
object is
secured
by grants
model.

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



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 Descripti Type Default Personali Translata XML
on Value zable ble Attribute
Admin Indicates boolean true true no adminCu
Personali if an stomizabl
zation Administr e
ator can
personali
ze this
compone
nt.
Attribute The jrad:attri null null no use
Set attribute buteSetR
set for ef
the
compone
nt.
Automati Indicates boolean false null no autoCom
c Save if mitEnabl
automati ed
c save is
enabled.
Comment Comment string null null no comment
s s
CSS Class Overrides string null admin no styleClas
the s
default
CSS
class.
Disable Indicates boolean true null no unvalidat

296
Client if ed
Side validatio
Validatio n should
n not occur
on the
web tier
during a
form
submit.
Disable Indicates boolean true null no serverUn
Server if validated
Side validatio
Validatio n should
n not occur
on the
business
tier
during a
form
submit.
Enable Indicates boolean true admin no enableDo
Documen if the cumentC
t Catalog Documen atalog
t Catalog
is
enabled
for the
compone
nt.
Enable Indicates boolean true null no oracleFile
Oracle if sEnabled
Files attachme
nts will
be stored
in Oracle
Files.
Extends A jrad:com null null no extends
reference ponentRe
to f
another
compone
nt that
creates a

297
different
instance
of that
compone
nt at
runtime.
Help This string null admin no helpTarg
Target applicatio etAppSho
Appl n will be rtName
Short used to
Name 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.
Icon URI The URI string null admin no icon
for the
icon file.
Inline Indicates boolean (Default) admin no inlineAtta
Attachme whether chmentE
nt inline nabled
Enabled attachme
nt
capability
is
enabled
or not.
Personali The string null null no regionNa
zation region me

298
Label label
used for
Personali
zation.
Post Indicates boolean false admin no postDefa
Initial if rows ult
Values which are
made
dirty only
by the
defaultin
g of
Initial
Values
are to be
posted.
Record Indicates boolean false admin no recordHis
History if Record toryEnabl
Enabled History ed
feature is
enabled
for this
option.
Rendered Indicates boolean true user no rendered
if the
compone
nt is
rendered.
Render Indicates boolean true null no searchRe
Search if the gionRend
Region search ered
region is
rendered.
Text The text string null admin yes text
label for
the
compone
nt.
View The name string null null no viewNam
Instance of the e
view
object
instance.

299
Virus Indicates boolean false admin no virusScan
Scan if Virus Enabled
Enabled Scan is
enabled
on file
attachme
nts.

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

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

300
the
current
object.
Entity The name string null null no entityId
of the
attachme
nt entity
which
defines
the
primary
key
relations
hips.
Insert Indicates boolean true null no insertAllo
Allowed if new wed
attachme
nts can
be
created
for this
entity.
Show All Indicates boolean false null no showAll
if the
user can
view any
attachme
nt for the
current
object,
regardles
s of
category.
Update Indicates boolean true null no updateAll
Allowed if the owed
user can
edit the
attachme
nt
content.

Element Children
Name Quantity Description

301
categoryMappings 0 through 1 Defines the entity and
category relationships.
primaryKeys 0 through 1 Defines the primary
keys.

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

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

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 The string null admin no accessKe
Key character y
used for
quick
keyboard
navigatio
n or
activatio
n.
Action The string none null no primaryCl
Type action ientActio
type to n
fire for
the
compone
nt. It
should be
either
"fireActio
n",
"fireParti
alAction"
or
"none."
Additiona Additiona string null admin yes shortDes
l Text l help c
text.
Admin Indicates boolean true admin no adminCu
Personali if an stomizabl
zation Administr e
ator can

304
personali
ze this
compone
nt.
Attribute The jrad:attri null null no use
Set attribute buteSetR
set for ef
the
compone
nt.
Comment Comment string null null no comment
s s
CSS Class Overrides string null admin no styleClas
the s
default
CSS
class.
Data The type string VARCHAR null no dataType
Type of data. 2
The legal
values
are
VARCHAR
2, DATE,
DATETIM
E,
BIGDECI
MAL,
NUMBER,
BOOLEAN
, and
CLOB.
Destinati The string null admin no invokeFu
on function nc
Function to
invoke.
Destinati The uriRefere null null no destinati
on URI destinati nce on
on URI.
Disable Indicates boolean false null no serverUn
Server if validated
Side validatio
Validatio n should

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

306
are
center,
left,
right,
start, and
end.
ID The Name null null no id
unique
name of
this
compone
nt.
Popup Indicates boolean false admin no popupEn
Enabled whether abled
the pop-
up is
enabled.
Popup ID The string null admin no popupId
unique
name of
the pop-
up.
Popup Indicates string onClick admin no popupRe
Render on what nderEven
Event action t
type the
event is
to be
rendered
for the
pop-up.
Prompt The text string null admin true prompt
label for
the
compone
nt.
Rendered Indicates boolean true user no rendered
if the
compone
nt is
rendered.
Scope The Base jrad:scop . null no scope
Packages e

307
which are
allowed
to reuse
this
compone
nt.
Target The name string null admin yes targetFra
Frame of the me
target
frame for
the link.
Text The text string null admin yes text
label for
the
compone
nt.
View The name string null null no viewAttr
Attribute of the
view
attribute.
View The name string null null no viewNam
Instance of the e
view
object
instance.
Warn Warns boolean true null no warnAbo
About the user utChange
Changes if there s
are
pending
changes
that will
be lost,
and
allows
them to
cancel
the
current
action or
discard
the
changes

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

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 Text l help c
text.
Admin Indicates boolean true admin no adminCu
Personali if an stomizabl
zation Administr e
ator can
personali
ze this

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

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

312
label for
the
compone
nt.
View The name string null null no viewNam
Instance of the e
view
object
instance.


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 null admin yes shortDes
l Text l help c
text.
Admin Indicates boolean true admin no adminCu
Personali if an stomizabl
zation Administr e
ator can
personali
ze this
compone
nt.
Appl The string null null no flexField
Short applicatio AppShort
Name n short Name
name
that
owns the
Flexfield.
Attribute The jrad:attri null null no use
Set attribute buteSetR
set for ef
the
compone
nt.

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

315
Only if the
value can
be
changed.
Rendered Indicates boolean true user no rendered
if the
compone
nt is
rendered.
Scope The Base jrad:scop . null no scope
Packages e
which are
allowed
to reuse
this
compone
nt.
Segment The string null admin no segmentL
List limited ist
list of
flexfield
segments
.
Type The type string descriptiv null no flexStyle
of the e
Flexfield.
The legal
values
are key,
and
descriptiv
e.
User Indicates boolean false admin no userCust
Personali if a user omizable
zation can
personali
ze this
compone
nt.
View The name string null null no viewNam
Instance of the e
view
object

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

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

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

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 admin no adminCu
Personali if an stomizabl
zation Administr e
ator can
personali
ze this
compone
nt.
Attribute The jrad:attri null null no use
Set attribute buteSetR
set for ef
the
compone
nt.
Comment Comment string null null no comment
s s
Documen The name jrad:refN null null no docName
t Name of the ame
compone
nt
Extends A jrad:com null null no extends
reference ponentRe
to f
another
compone
nt that

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

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

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

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

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

325
attribute
name for
use when
sorting.
Text The text string null admin yes text
label for
the
compone
nt.
Total Indicates boolean false user no totalValu
Value if an e
additiona
l field
should be
displayed
to show
the total
of this
column.
User Indicates boolean false admin no userCust
Personali if a user omizable
zation can
personali
ze this
compone
nt.
View The name string null null no viewAttr
Attribute of the
view
attribute.
View The name string null null no viewNam
Instance of the e
view
object
instance.
xml:lang Identifies optional null null no xml:lang
the
language
containe
d within
this
compone
nt.

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 true admin no adminCu
Personali if an stomizabl
zation Administr e
ator can
personali
ze this
compone
nt.
Attribute The jrad:attri null null no use
Set attribute buteSetR
set for ef
the
compone
nt.
Comment Comment string null null no comment
s s
Data The type string VARCHAR null no dataType
Type of data. 2
The legal
values
are
VARCHAR
2, DATE,
DATETIM
E,
BIGDECI
MAL,
NUMBER,
BOOLEAN

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

329
Scope The Base jrad:scop . null no scope
Packages e
which are
allowed
to reuse
this
compone
nt.
Search Indicates boolean false null no queryabl
Allowed if the e
item will
be shown
in the
search
panels.
Security Defines string standard null no securityM
Mode the ode
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 false admin no selective

330
Search if the SearchCri
Criteria item is teria
part of a
group of
items,
one of
which
must be
included
in the
search.
User Indicates boolean false admin no userCust
Personali if a user omizable
zation can
personali
ze this
compone
nt.
View The name string null null no viewAttr
Attribute of the
view
attribute.
View The name string null null no viewNam
Instance of the e
view
object
instance.
xml:lang Identifies optional null null no xml:lang
the
language
containe
d within
this
compone
nt.


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

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

332
Set attribute buteSetR
set for ef
the
compone
nt.
Comment Comment string null null no comment
s s
CSS Class Overrides string null admin no styleClas
the s
default
CSS
class.
Data The type string VARCHAR null no dataType
Type of data. 2
The legal
values
are
VARCHAR
2, DATE,
DATETIM
E,
BIGDECI
MAL,
NUMBER,
BOOLEAN
, and
CLOB.
Destinati The string null admin no invokeFu
on function nc
Function to
invoke.
Destinati The uriRefere null null no destinati
on URI destinati nce on
on URI.
Disable Indicates boolean false null no serverUn
Server if validated
Side validatio
Validatio n should
n not occur
on the
business
tier
during a

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

334
Image The URI uriRefere null null no source
URI for the nce
image
file.
Initial Indicates string none null no initSortS
Sort the initial eq
Sequence sort
sequence
for each
search.
The legal
values
are none,
first,
second,
and third.
No Wrap Indicates boolean false null no cellNoWr
if cell apFormat
contents
should be
wrapped.
Popup Indicates boolean false admin no popupEn
Enabled whether abled
the pop-
up is
enabled.
Popup ID The string null admin no popupId
unique
name of
the pop-
up.
Popup Indicates string onClick admin no popupRe
Render on what nderEven
Event action t
type the
event is
to be
rendered
for the
pop-up.
Prompt The text string null admin true prompt
label for
the

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

336
Attribute of the
view
attribute.
View The name string null null no viewNam
Instance of the e
view
object
instance.
Warn Warns boolean true null no warnAbo
About the user utChange
Changes if there s
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 null no imageWi
SpacerBe xpression dth
an: Type
Indicates
the width
in pixels.
On
others:
Indicates
the width
in pixels
or as a
percenta

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

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

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

339
Set attribute buteSetR
set for ef
the
compone
nt.
Comment Comment string null null no comment
s s
CSS Class Overrides string null admin no styleClas
the s
default
CSS
class.
Destinati The string null admin no invokeFu
on function nc
Function to
invoke.
Destinati The uriRefere null null no destinati
on URI destinati nce on
on URI.
Disable Indicates boolean false null no serverUn
Server if validated
Side validatio
Validatio n should
n not occur
on the
business
tier
during a
form
submit.
Documen The name jrad:refN null null no docName
t Name of the ame
compone
nt
Extends A jrad:com null null no extends
reference ponentRe
to f
another
compone
nt that
creates a
different
instance

340
of that
compone
nt at
runtime.
ID The Name null null no id
unique
name of
this
compone
nt.
Popup Indicates boolean false admin no popupEn
Enabled whether abled
the pop-
up is
enabled.
Popup ID The string null admin no popupId
unique
name of
the pop-
up.
Popup Indicates string onClick admin no popupRe
Render on what nderEven
Event action t
type the
event is
to be
rendered
for the
pop-up.
Rendered Indicates boolean true user no rendered
if the
compone
nt is
rendered.
Scope The Base jrad:scop . null no scope
Packages e
which are
allowed
to reuse
this
compone
nt.
Target The name string null admin yes targetFra

341
Frame of the me
target
frame for
the link.
Text The text string null admin yes text
label for
the
compone
nt.
User Indicates boolean false admin no userCust
Personali if a user omizable
zation can
personali
ze this
compone
nt.
View The name string null null no viewAttr
Attribute of the
view
attribute.
View The name string null null no viewNam
Instance of the e
view
object
instance.
Warn Warns boolean true null no warnAbo
About the user utChange
Changes if there s
are
pending
changes
that will
be lost,
and
allows
them to
cancel
the
current
action or
discard
the
changes

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

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 null admin yes shortDes
l Text l help c
text.
Admin Indicates boolean true admin no adminCu
Personali if an stomizabl
zation Administr e
ator can
personali
ze this
compone
nt.
Attribute The jrad:attri null null no use
Set attribute buteSetR
set for ef
the
compone
nt.
Comment Comment string null null no comment
s s
CSS Class Overrides string null admin no styleClas
the s
default
CSS
class.
Data The type string VARCHAR null no dataType
Type of data. 2
The legal
values
are
VARCHAR

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

345
compone
nt.
List The unsigned null null no size
Height display Int
height in
character
s.
Multi- Indicates boolean false null no multiple
Select if the list
Allowed allows
multiple
selection
s.
No Wrap Indicates boolean false null no cellNoWr
if cell apFormat
contents
should be
wrapped.
Picklist The view string null null no pickListVi
Descripti attribute ewDescri
on that ption
Attribute serves as
the
descripti
on of
choices.
Picklist The view string null null no pickListDi
Display attribute spAttr
Attribute that
serves as
the
displayed
value of
choices.
Picklist The view string null null no pickListV
Value attribute alAttr
Attribute that
serves as
the
internal
value of
choices.
Picklist The fully- string null null no pickListVi

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

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

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

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

349
ze this
compone
nt.
Attribute The jrad:attri null null no use
Set attribute buteSetR
set for ef
the
compone
nt.
Checked The value string null null no checkedV
Value when alue
checked.
Comment Comment string null null no comment
s s
CSS Class Overrides string null admin no styleClas
the s
default
CSS
class.
Data The type string VARCHAR null no dataType
Type of data. 2
The legal
values
are
VARCHAR
2, DATE,
DATETIM
E,
BIGDECI
MAL,
NUMBER,
BOOLEAN
, and
CLOB.
Destinati The string null admin no invokeFu
on function nc
Function to
invoke.
Disable Indicates boolean false null no serverUn
Server if validated
Side validatio
Validatio n should
n not occur

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

351
Sort the initial eq
Sequence sort
sequence
for each
search.
The legal
values
are none,
first,
second,
and third.
Initial The string null admin no defaultVa
Value initial lue
(default)
value of
the item.
Initially The boolean null null no checked
Checked initial
(default)
state of
the item.
Long Tip The fully- jrad:refN null admin no longTipR
Region qualified ame egion
reference
to the
long tip
region.
No Wrap Indicates boolean false null no cellNoWr
if cell apFormat
contents
should be
wrapped.
Prompt The text string null admin yes prompt
label for
the
compone
nt.
Read Indicates boolean false admin no readOnly
Only if the
value can
be
changed.
Rendered Indicates boolean true user no rendered

352
if the
compone
nt is
rendered.
Required Indicates ui:require no admin no required
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 . null no scope
Packages e
which are
allowed
to reuse
this
compone
nt.
Search Indicates boolean false admin no queryabl
Allowed if the e
item will
be shown
in the
search
panels.
Selective Indicates boolean false admin no selective
Search if the SearchCri
Criteria item is teria
part of a
group of
items,
one of

353
which
must be
included
in the
search.
Sort Indicates string no admin no sortState
Allowed if the
user can
sort this
column.
The legal
values
are yes,
no,
ascendin
g, and
descendi
ng.
Sort By The string null null no sortByVie
View alternate wAttr
Attribute view
attribute
name for
use when
sorting.
Tip The string null admin no tipMessa
Message applicatio geAppSh
Appl n short ortName
Short name
Name that
owns the
tip
message.
Tip The name string null admin no tipMessa
Message of the tip geName
Name message.
Tip Type The type string none admin no tipType
of tip.
The legal
values
are
dateForm
at,

354
longMess
age,
shortTip,
and
none.
Unchecke The value string null null no unChecke
d Value when dValue
unchecke
d.
User Indicates boolean false admin no userCust
Personali if a user omizable
zation can
personali
ze this
compone
nt.
Vertical Vertical string null null no vAlign
Alignmen alignmen
t t.
Acceptabl
e values
are
"middle",
"top",
and
"bottom"
.
View The name string null null no viewAttr
Attribute of the
view
attribute.
View The name string null null no viewNam
Instance of the e
view
object
instance.
Warn Warns boolean true null no warnAbo
About the user utChange
Changes if there s
are
pending
changes
that will

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 null null no xml:lang
the
language
containe
d within
this
compone
nt.


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

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

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

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

359
name of
this
compone
nt.
Initial Indicates string none null no initSortS
Sort the initial eq
Sequence sort
sequence
for each
search.
The legal
values
are none,
first,
second,
and third.
Initial The string null admin no defaultVa
Value initial lue
(default)
value of
the item.
Long Tip The fully- jrad:refN null admin no longTipR
Region qualified ame egion
reference
to the
long tip
region.
No Wrap Indicates boolean false null no cellNoWr
if cell apFormat
contents
should be
wrapped.
Picklist The view string null null no pickListDi
Display attribute spAttr
Attribute that
serves as
the
displayed
value of
choices.
Picklist The view string null null no pickListV
Value attribute alAttr
Attribute that

360
serves as
the
internal
value of
choices.
Picklist The fully- string null null no pickListVi
View qualified ewDef
Definitio view
n object
name for
the
picklist,
cached at
the JVM
level.
Picklist The view string null null no pickListVi
View instance ewName
Instance name for
the
picklist.
Prompt The text string null admin yes prompt
label for
the
compone
nt.
Read Indicates boolean false admin no readOnly
Only if the
value can
be
changed.
Rendered Indicates boolean true user no rendered
if the
compone
nt is
rendered.
Required Indicates string no admin no required
if the
user
must
enter a
value and
how that
appears

361
to the
user. Two
values
are
allowed:
"yes",
"no".
Scope The Base jrad:scop . null no scope
Packages e
which are
allowed
to reuse
this
compone
nt.
Search Indicates boolean false admin no queryabl
Allowed if the e
item will
be shown
in the
search
panels.
Security Defines string standard null no securityM
Mode the ode
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

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

363
tip
message.
Tip The name string null admin no tipMessa
Message of the tip geName
Name message.
Tip Type The type string none admin no tipType
of tip.
The legal
values
are
dateForm
at,
longMess
age,
shortTip,
and
none.
Total Indicates boolean false user no totalValu
Value if an e
additiona
l field
should be
displayed
to show
the total
of this
column.
User Indicates boolean false admin no userCust
Personali if a user omizable
zation can
personali
ze this
compone
nt.
Vertical Vertical string null null no vAlign
Alignmen alignmen
t t.
Acceptabl
e values
are
"middle",
"top",
and

364
"bottom"
.
View The name string null null no viewAttr
Attribute of the
view
attribute.
View The name string null null no viewNam
Instance of the e
view
object
instance.
Warn Warns boolean true null no warnAbo
About the user utChange
Changes if there s
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.
xml:lang Identifies optional null null no xml:lang
the
language
containe
d within
this
compone
nt.


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 The string null admin no accessKe
Key character y
used for
quick
keyboard
navigatio
n or
activatio
n.
Admin Indicates boolean true admin no adminCu
Personali if an stomizabl
zation Administr e
ator can
personali
ze this
compone
nt.
Attribute The jrad:attri null null no use
Set attribute buteSetR
set for ef
the
compone
nt.
Comment Comment string null null no comment
s s
Data The type string VARCHAR null no dataType
Type of data. 2
The legal

366
values
are
VARCHAR
2, DATE,
DATETIM
E,
BIGDECI
MAL,
NUMBER,
BOOLEAN
, CLOB,
and
BLOB.
Destinati The string null admin no invokeFu
on function nc
Function to
invoke.
Documen The name jrad:refN null null no docName
t Name of the ame
compone
nt
Export The string null admin no exportBy
View alternate ViewAttr
Attribute view
attribute
for use
when
exporting
.
Extends A jrad:com null null no extends
reference ponentRe
to f
another
compone
nt that
creates a
different
instance
of that
compone
nt at
runtime.
File The string null null no fileConte

367
MIME MIME ntType
Type type of
the File.
File The File string null null no download
Name Name to FileName
Override use
instead
of the
view
attribute
text
when
saving
the file.
File View The view string null null no contentVi
Attribute attribute ewAttrib
for the uteName
file
content.
Height The unsigned null null no rows
display Int
height of
the
Search
item in
character
s.
Initial Indicates string none null no initSortS
Sort the initial eq
Sequence sort
sequence
for each
search.
The legal
values
are none,
first,
second,
and third.
Long Tip The fully- jrad:refN null admin no longTipR
Region qualified ame egion
reference
to the

368
long tip
region.
Maximu The unsigned null admin no maximu
m Length number Int mLength
of
character
s a user
can enter
as search
criteria
for this
field in a
results-
based
(automat
ic)
search.
No Wrap Indicates boolean false null no cellNoWr
if cell apFormat
contents
should be
wrapped.
Prompt The text string null admin yes prompt
label for
the
compone
nt.
Rendered Indicates boolean true user no rendered
if the
compone
nt is
rendered.
Required Indicates ui:require no admin no required
if the d
user
must
enter a
value and
how that
appears
to the
user.
Three

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

370
g, and
descendi
ng.
Sort By The string null null no sortByVie
View alternate wAttr
Attribute view
attribute
name for
use when
sorting.
Tip The string null admin no tipMessa
Message applicatio geAppSh
Appl n short ortName
Short name
Name that
owns the
tip
message.
Tip The name string null admin no tipMessa
Message of the tip geName
Name message.
Tip Type The type string none admin no tipType
of tip.
The legal
values
are
dateForm
at,
longMess
age,
shortTip,
and
none.
User Indicates boolean false admin no userCust
Personali if a user omizable
zation can
personali
ze this
compone
nt.
Vertical Vertical string null null no vAlign
Alignmen alignmen
t t.

371
View The name string null null no viewAttr
Attribute of the
view
attribute.
View The name string null null no viewNam
Instance of the e
view
object
instance.
Warn Warns boolean true null no warnAbo
About the user utChange
Changes if there s
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 null null no columns
display Int
length of
the
Search
item in
character
s.
xml:lang Identifies optional null null no xml:lang
the
language

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 The string null admin no accessKe
Key character y
used for
quick
keyboard
navigatio
n or
activatio
n.
Additiona Additiona string null admin yes shortDes
l Text l help c
text.
Admin Indicates boolean true admin no adminCu
Personali if an stomizabl
zation Administr e
ator can
personali
ze this
compone
nt.
Attribute The jrad:attri null null no use
Set attribute buteSetR
set for ef
the
compone
nt.
Comment Comment string null null no comment
s s
CSS Class Overrides string null admin no styleClas
the

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

375
display Int
length in
character
s.
Long Tip The fully- jrad:refN null admin no longTipR
Region qualified ame egion
reference
to the
long tip
region.
No Wrap Indicates boolean false null no cellNoWr
if cell apFormat
contents
should be
wrapped.
Prompt The text string null admin yes prompt
label for
the
compone
nt.
Rendered Indicates boolean true user no rendered
if the
compone
nt is
rendered.
Required Indicates ui:require no admin no required
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 . null no scope

376
Packages e
which are
allowed
to reuse
this
compone
nt.
Tip The string null admin no tipMessa
Message applicatio geAppSh
Appl n short ortName
Short name
Name that
owns the
tip
message.
Tip The name string null admin no tipMessa
Message of the tip geName
Name message.
Tip Type The type string none admin no tipType
of tip.
The legal
values
are
dateForm
at,
longMess
age,
shortTip,
and
none.
User Indicates boolean false admin no userCust
Personali if a user omizable
zation can
personali
ze this
compone
nt.
Vertical Vertical string null null no vAlign
Alignmen alignmen
t t.
Acceptabl
e values
are

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

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

Properties
Name Descripti Type Default Personali Translata XML
on Value zable ble Attribute
Admin Indicates boolean true admin no adminCu
Personali if an stomizabl
zation Administr e
ator can
personali
ze this
compone
nt.
Attribute The jrad:attri null null no use
Set attribute buteSetR
set for ef
the
compone
nt.
Automati Indicates boolean false null no autoCom
c Save if mitEnabl
automati ed
c save is
enabled.
Comment Comment string null null no comment
s s.
CSS Class Overrides string null admin no styleClas
the s
default
CSS
class.
Disable Indicates boolean true null no unvalidat
Client if ed
Side validatio
Validatio n should

379
n not occur
on the
web tier
during a
form
submit.
Disable Indicates boolean true null no serverUn
Server if validated
Side validatio
Validatio n should
n not occur
on the
business
tier
during a
form
submit.
Enable Indicates boolean true admin no enableDo
Documen if the cumentC
t Catalog Documen atalog
t Catalog
is
enabled
for the
compone
nt.
Extends A jrad:com null null no extends
reference ponentRe
to f
another
compone
nt that
creates a
different
instance
of that
compone
nt at
runtime.
ID The Name null null no id
unique
name of
this

380
compone
nt.
Inline Indicates boolean null admin no inlineAtta
Attachme whether chmentE
nt inline nabled
Enabled attachme
nt
capability
is
enabled
or not.
Links The nonNegat 5 admin no numberA
Displayed number iveIntege ttachmen
of r tsDisplay
attachme ed
nts links
displayed
inline.
Default
value is 5
if not
defined.
Long Tip The fully- jrad:refN null admin no longTipR
Region qualified ame egion
reference
to the
long tip
region.
Prompt The text string Attachme admin yes prompt
label for nts
the
compone
nt.
Render Indicates boolean true null no searchRe
Search if the gionRend
Region search ered
region is
rendered.
Rendered Indicates boolean true user no rendered
if the
compone
nt is
rendered.

381
Required Indicates ui:require no admin no required
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 admin no tipMessa
Message applicatio geAppSh
Appl n short ortName
Short name
Name that
owns the
tip
message.
Tip The name string null admin no tipMessa
Message of the tip geName
Name message.
Tip Type The type string none admin no tipType
of tip.
The legal
values
are
dateForm
at,
longMess
age,
shortTip,
and
none.
View The name string null null no viewNam
Instance of the e
view

382
object
instance.

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

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

383
attachme
nt entity
which
defines
the
primary
key
relations
hips.
Insert Indicates boolean true null no insertAllo
Allowed if new wed
attachme
nts can
be
created
for this
entity.
Show All Indicates boolean false null no showAll
if the
user can
view any
attachme
nt for the
current
object,
regardles
s of
category.
Update Indicates boolean true null no updateAll
Allowed if the owed
user can
edit the
attachme
nt
content.

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

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

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



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
Name Descripti Type Default Personali Translata XML
on Value zable ble Attribute
Access The string null admin no accessKe
Key character y
used for
quick
keyboard
navigatio
n or
activatio
n.
Action The string none null no primaryCl
Type action ientActio
type to n
fire for
the
compone
nt. It
should be
either
"fireActio
n",
"fireParti
alAction"
or
"none."
Additiona Additiona string null admin yes shortDes
l Text l help c
text.
Admin Indicates boolean true admin no adminCu

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

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

388
Personali if the bleList
zation user can
personali
ze the
LOV
Choice
list.
No Wrap Indicates boolean false null no cellNoWr
if cell apFormat
contents
should be
wrapped.
Picklist The view string null null no pickListDi
Display attribute spAttr
Attribute that
serves as
the
displayed
value of
choices.
Picklist The view string null null no pickListV
Value attribute alAttr
Attribute that
serves as
the
internal
value of
choices.
Prompt The text string null admin yes prompt
label for
the
compone
nt.
Read Indicates boolean false admin no readOnly
Only if the
value can
be
changed.
Rendered Indicates boolean true user no rendered
if the
compone
nt is
rendered.

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

390
ascendin
g, and
descendi
ng.
Sort By The string null null no sortByVie
View alternate wAttr
Attribute view
attribute
name for
use when
sorting.
Tip The string null admin no tipMessa
Message applicatio geAppSh
Appl n short ortName
Short name
Name that
owns the
tip
message.
Tip The name string null admin no tipMessa
Message of the tip geName
Name message.
Tip Type The type string none admin no tipType
of tip.
The legal
values
are
dateForm
at,
longMess
age,
shortTip,
and
none.
Total Indicates boolean false user no totalValu
Value if an e
additiona
l field
should be
displayed
to show
the total
of this

391
column.
User Indicates boolean false admin no userCust
Personali if a user omizable
zation can
personali
ze this
compone
nt.
Vertical Vertical string null null no vAlign
Alignmen alignmen
t t.
Acceptabl
e values
are
"middle",
"top",
and
"bottom"
.
View The name string null null no viewAttr
Attribute of the
view
attribute.
View The name string null null no viewNam
Instance of the e
view
object
instance.
Warn Warns boolean true null no warnAbo
About the user utChange
Changes if there s
are
pending
changes
that will
be lost,
and
allows
them to
cancel
the
current
action or

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

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

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

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
Name Descripti Type Default Personali Translata XML
on Value zable ble Attribute
Access The string null admin no accessKe
Key character y
used for
quick
keyboard
navigatio
n or
activatio
n.
Additiona Additiona string null admin yes shortDes
l Text l help c
text.
Admin Indicates boolean true admin no adminCu
Personali if an stomizabl
zation Administr e
ator can
personali
ze this
compone
nt.
Attribute The jrad:attri null null no use
Set attribute buteSetR

396
set for ef
the
compone
nt.
Comment Comment string null null no comment
s s
CSS Class Overrides string null admin no styleClas
the s
default
CSS
class.
Data The type string VARCHAR null no dataType
Type of data. 2
The legal
values
are
VARCHAR
2, DATE,
DATETIM
E,
NUMBER,
BIGDECI
MAL,
BOOLEAN
, and
CLOB.
Disable Indicates boolean false null no unvalidat
Validatio if ed
n validatio
n should
not occur
on the
web tier
during a
form
submit.
Disabled Indicates boolean false null no disabled
if the
element
is
disabled.
Documen The name jrad:refN null null no docName
t Name of the ame

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

398
sequence
for each
search.
The legal
values
are none,
first,
second,
and third.
Initial The string null admin true translata
Value initial bleDefaul
(default) tValue
value of
the item.
Length The unsigned null null no columns
display Int
length in
character
s.
Long Tip The fully- jrad:refN null admin no longTipR
Region qualified ame egion
reference
to the
long tip
region.
Look Whether boolean null admin no lookAhea
Ahead look- dEnabled
Enabled ahead
capability
is
enabled
or not.
Look Maximu unsigned 50 admin no lookAhea
Ahead m Int dRecords
Records number Displayed
Displayed of
records
displayed
in the
look
ahead
window.
Look The unsigned 10 admin no lookAhea

399
Ahead maximu Int dRecords
Records m Visible
Visible number
of
records
visible to
a user in
the look
ahead
window
at any
point in
time.
Look Type of anySimpl startsWit admin no lookAhea
Ahead search to eType h dSearchT
Search be ype
Type performe
d.
Look Whether boolean true null no lookAhea
Ahead server- dSelectio
Selection side nEventEn
Event event to abled
Enabled be
generate
d on
value
selection.
Maximu The unsigned null null no maximu
m Length maximu Int mLength
m
number
of
character
s per line
that can
be
entered.
Minimum Minimum unsigned null admin no lookAhea
Character number Int dMinChar
s For of s
Look character
Ahead s
required

400
to initiate
look
ahead.
No Wrap Indicates boolean false null no cellNoWr
if cell apFormat
contents
should be
wrapped.
Prompt The text string null admin yes prompt
label for
the
compone
nt.
Read Indicates boolean false admin no readOnly
Only if the
value can
be
changed.
Rendered Indicates boolean true user no rendered
if the
compone
nt is
rendered.
Required Indicates ui:require no admin no required
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 . null no scope
Packages e

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

402
attribute
name for
use when
sorting.
Tip The string null admin no tipMessa
Message applicatio geAppSh
Appl n short ortName
Short name
Name that
owns the
tip
message.
Tip The name string null admin no tipMessa
Message of the tip geName
Name message.
Tip Type The type string none admin no tipType
of tip.
The legal
values
are
dateForm
at,
longMess
age,
shortTip,
and
none.
User Indicates boolean false admin no userCust
Personali if a user omizable
zation can
personali
ze this
compone
nt.
Vertical Vertical string null null no vAlign
Alignmen alignmen
t t.
Acceptabl
e values
are
"middle",
"top",
and

403
"bottom"
.
View The name string null null no viewAttr
Attribute of the
view
attribute.
View The name string null null no viewNam
Instance of the e
view
object
instance.
Warn Warns boolean true null no warnAbo
About the user utChange
Changes if there s
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.
xml:lang Identifies optional null null no xml:lang
the
language
containe
d within
this
compone
nt.

lovMap

404
Name Descripti Type Default Personali Translata XML
on Value zable ble Attribute
Attribute The jrad:attri null null no use
Set attribute buteSetR
set for ef
the
compone
nt.
Comment Comment string null null no comment
s s.
Criteria The ID of jrad:local null null no criteriaFr
Item the item Ref om
in the
base
page that
provides
the
criteria
for the
LOV.
LOV The name jrad:local null null no lovItem
Region of the RefString
Item item in
the List
Of Values
region.
Program Indicates boolean false null no program
matic if the maticQue
Query Criteria ry
Item
value will
not be
automati
cally
applied
to the
LOV.
Required Indicates boolean false null no requiredF
if the orLOV
item
specified
in the
Criteria

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



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

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

407
ze this
compone
nt.
Attribute The jrad:attri null null no use
Set attribute buteSetR
set for ef
the
compone
nt.
Checked The value string null null no checkedV
Value when alue
checked.
Comment Comment string null null no comment
s s
CSS Class Overrides string null admin no styleClas
the s
default
CSS
class.
Data The type string VARCHAR null no dataType
Type of data. 2
The legal
values
are
VARCHAR
2, DATE,
DATETIM
E,
BIGDECI
MAL,
NUMBER,
BOOLEAN
, and
CLOB.
Destinati The string null admin no invokeFu
on function nc
Function to
invoke.
Disable Indicates boolean false null no serverUn
Server if validated
Side validatio
Validatio n should
n not occur

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

409
Long Tip The fully- jrad:refN null admin no longTipR
Region qualified ame egion
reference
to the
long tip
region.
Prompt The text string null admin yes prompt
label for
the
compone
nt.
Read Indicates boolean false admin no readOnly
Only if the
value can
be
changed.
Rendered Indicates boolean true user no rendered
if the
compone
nt is
rendered.
Required Indicates ui:require no admin no required
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 . null no scope
Packages e
which are
allowed

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

411
Vertical Vertical string null null no vAlign
Alignmen alignmen
t t.
Acceptabl
e values
are
"middle",
"top",
and
"bottom"
.
View The name string null null no viewAttr
Attribute of the
view
attribute.
View The name string null null no viewNam
Instance of the e
view
object
instance.
Warn Warns boolean true null no warnAbo
About the user utChange
Changes if there s
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.

412
xml:lang Identifies optional null null no xml:lang
the
language
containe
d within
this
compone
nt.


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

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

414
ze this
compone
nt.
Attribute The jrad:attri null null no use
Set attribute buteSetR
set for ef
the
compone
nt.
Comment Comment string null null no comment
s s
CSS Class Overrides string null admin no styleClas
the s
default
CSS
class.
Data The type string VARCHAR null no dataType
Type of data. 2
The legal
values
are
VARCHAR
2, DATE,
DATETIM
E,
BIGDECI
MAL,
NUMBER,
BOOLEAN
, and
CLOB.
Destinati The string null admin no invokeFu
on function nc
Function to
invoke.
Disable Indicates boolean false null no serverUn
Server if validated
Side validatio
Validatio n should
n not occur
on the
business
tier

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

416
for each
search.
The legal
values
are none,
first,
second,
and third.
Initial The string null admin no defaultVa
Value initial lue
(default)
value of
the item.
Long Tip The fully- jrad:refN null admin no longTipR
Region qualified ame egion
reference
to the
long tip
region.
No Wrap Indicates boolean false null no cellNoWr
if cell apFormat
contents
should be
wrapped.
Picklist The view string null null no pickListDi
Display attribute spAttr
Attribute that
serves as
the
displayed
value of
choices.
Picklist The view string null null no pickListV
Value attribute alAttr
Attribute that
serves as
the
internal
value of
choices.
Picklist The fully- string null null no pickListVi
View qualified ewDef
Definitio view

417
n object
name for
the
picklist,
cached at
the JVM
level.
Picklist The view string null null no pickListVi
View instance ewName
Instance name for
the
picklist.
Prompt The text string null admin yes prompt
label for
the
compone
nt.
Read Indicates boolean false admin no readOnly
Only if the
value can
be
changed.
Rendered Indicates boolean true user no rendered
if the
compone
nt is
rendered.
Required Indicates string no admin no required
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 no scope

418
Packages e
which are
allowed
to reuse
this
compone
nt.
Search Indicates boolean false admin no queryabl
Allowed if the e
item will
be shown
in the
search
panels.
Security Defines string standard null no securityM
Mode the ode
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 false admin no selective
Search if the SearchCri
item is

419
Criteria part of a teria
group of
items,
one of
which
must be
included
in the
search.
Sort Indicates string no admin no sortState
Allowed if the
user can
sort this
column.
The legal
values
are yes,
no,
ascendin
g, and
descendi
ng.
Sort By The string null null no sortByVie
View alternate wAttr
Attribute view
attribute
name for
use when
sorting.
Tip The string null admin no tipMessa
Message applicatio geAppSh
Appl n short ortName
Short name
Name that
owns the
tip
message.
Tip The name string null admin no tipMessa
Message of the tip geName
Name message.
Tip Type The type string none admin no tipType
of tip.
The legal

420
values
are
dateForm
at,
longMess
age,
shortTip,
and
none.
User Indicates boolean false admin no userCust
Personali if a user omizable
zation can
personali
ze this
compone
nt.
Vertical Vertical string null null no vAlign
Alignmen alignmen
t t.
Acceptabl
e values
are
"middle",
"top",
and
"bottom"
.
View The name string null null no viewAttr
Attribute of the
view
attribute.
View The name string null null no viewNam
Instance of the e
view
object
instance.
Warn Warns boolean true null no warnAbo
About the user utChange
Changes if there s
are
pending
changes
that will

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 null null no xml:lang
the
language
containe
d within
this
compone
nt.


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 null admin yes shortDes
l Text l help c
text.
Admin Indicates boolean true admin no adminCu
Personali if an stomizabl
zation Administr e
ator can
personali
ze this
compone
nt.
Alignmen Indicates boolean false null no alignmen
t Icons if the left, tGroup
center,
and right
alignmen
t icons
are
displayed
.
Attribute The jrad:attri null null no use
Set attribute buteSetR
set for ef
the
compone
nt.

423
Bullet Indicates boolean true null no bulletGro
Icons if the up
bullet
icons are
displayed
.
ClickThru The URI string null null no clickThru
Destinati launched Destinati
on URI from the onUri
"Click
Thru
Destinati
on" icon.
If empty,
no icon is
shown.
Comment Comment string null null no comment
s s
Create Indicates boolean false null no hyperlink
Hyperlink if the Button
Icon create
hyperlink
icon is
displayed
.
Data The type string VARCHAR null no dataType
Type of data. 2
The legal
values
are
VARCHAR
2, and
CLOB.
Disable Indicates boolean false null no serverUn
Server if validated
Side validatio
Validatio n should
n not occur
on the
business
tier
during a
form

424
submit.
Edit Indicates boolean true null no editGrou
Icons if the cut, p
copy and
paste
icons are
displayed
.
Extends A jrad:com null null no extends
reference ponentRe
to f
another
compone
nt that
creates a
different
instance
of that
compone
nt at
runtime.
Font Bar Indicates boolean false null no fontBar
if the
font bar
is
displayed
.
Image The URI string null null no imageUpl
Upload launched oadUri
URl from the
insert
image
icon. If
empty,
no icon is
shown.
Indentati Indicates boolean false null no indentati
on Icons if the onGroup
indentati
on icons
are
displayed
.

425
Long Tip The fully- string null admin no longTipR
Region qualified egion
reference
to the
long tip
region.
Maximu The unsigned null null no maximu
m Length maximu Int mLength
m
number
of
character
s that can
be
entered
in the
editor.
Plain The unsigned null admin no textMode
Text display Int DisplayH
Mode height of eight
Height the text
mode
editor in
character
s.
Plain The unsigned null admin no textMode
Text display Int DisplayLe
Mode length of ngth
Length the text
mode
editor in
character
s.
Prompt The text string null admin yes prompt
label for
the
compone
nt.
Read Indicates boolean false admin no readOnly
Only if the
value can
be
changed.

426
Rendered Indicates boolean true user no rendered
if the
compone
nt is
rendered.
Required Indicates string no admin no required
if the
user
must
enter a
value,
and how
that
appears
to the
user.
Rich Text The string null admin no richText
Mode display ModeDisp
Height height of layHeight
the rich
text
editor in
pixels or
% of the
container
.
Rich Text The string null admin no richText
Mode display ModeDisp
Length length of layLengt
the rich h
text
editor in
pixels or
% of the
container
.
showReq boolean false null no showReq
uired uired
Style Indicates boolean true null no styleGrou
Icons if the p
bold,
italic and
underline

427
icons are
displayed
.
Tip The string null admin no tipMessa
Message applicatio geAppSh
Appl n short ortName
Short name
Name that
owns the
tip
message.
Tip The name string null admin no tipMessa
Message of the tip geName
Name message.
Tip Type The type string none admin no tipType
of tip.
User Indicates boolean false admin no userCust
Personali if a user omizable
zation can
personali
ze this
compone
nt.
Vertical Vertical string null null no vAlign
Aligment alignmen
t
View The name string null null no viewAttr
Attribute of the
view
attribute.
View The name string null null no viewNam
Instance of the e
view
object
instance.


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

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

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

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

431
Sort the initial eq
Sequence sort
sequence
for each
search.
The legal
values
are none,
first,
second,
and third.
Long Tip The fully- jrad:refN null admin no longTipR
Region qualified ame egion
reference
to the
long tip
region.
Maximu The unsigned null admin no maximu
m Length number Int mLength
of
character
s a user
can enter
as search
criteria
for this
field in a
results-
based
(automat
ic)
search.
No Wrap Indicates boolean false null no cellNoWr
if cell apFormat
contents
should be
wrapped.
Popup Indicates boolean false admin no popupEn
Enabled whether abled
the pop-
up is
enabled.
Popup ID The string null admin no popupId

432
unique
name of
the pop-
up.
Popup Indicates string onClick admin no popupRe
Render on what nderEven
Event action t
type the
event is
to be
rendered
for the
pop-up.
Prompt The text string null admin yes prompt
label for
the
compone
nt.
Rendered Indicates boolean true user no rendered
if the
compone
nt is
rendered.
Required Indicates ui:require no admin no required
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 . null no scope
Packages e
which are

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

434
sorting.
Tip The string null admin no tipMessa
Message applicatio geAppSh
Appl n short ortName
Short name
Name that
owns the
tip
message.
Tip The name string null admin no tipMessa
Message of the tip geName
Name message.
Tip Type The type string none admin no tipType
of tip.
The legal
values
are
dateForm
at,
longMess
age,
shortTip,
and
none.
Total Indicates boolean false user no totalValu
Value if an e
additiona
l field
should be
displayed
to show
the total
of this
column.
User Indicates boolean false admin no userCust
Personali if a user omizable
zation can
personali
ze this
compone
nt.
Vertical Vertical string null null no vAlign
Alignmen alignmen

435
t t.
Acceptabl
e values
are
"middle",
"top",
and
"bottom"
.
View The name string null null no viewAttr
Attribute of the
view
attribute.
View The name string null null no viewNam
Instance of the e
view
object
instance.
Warn Warns boolean true null no warnAbo
About the user utChange
Changes if there s
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 null null no columns
display Int

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

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

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

438
ze this
compone
nt.
Attribute The jrad:attri null null no use
Set attribute buteSetR
set for ef
the
compone
nt.
Comment Comment string null null no comment
s s
CSS Class Overrides string null admin no styleClas
the s
default
CSS
class.
Data The type string VARCHAR null no dataType
Type of data. 2
The legal
values
are
VARCHAR
2, DATE,
DATETIM
E,
BIGDECI
MAL,
NUMBER,
BOOLEAN
, and
CLOB.
Destinati The string null admin no invokeFu
on function nc
Function to
invoke.
Disable Indicates boolean false null no serverUn
Server if validated
Side validatio
Validatio n should
n not occur
on the
business
tier

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

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

441
wrapped.
Prompt The text string null admin yes prompt
label for
the
compone
nt.
Read Indicates boolean false admin no readOnly
Only if the
value can
be
changed.
Rendered Indicates boolean true user no rendered
if the
compone
nt is
rendered.
Required Indicates ui:require no admin no required
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 . null no scope
Packages e
which are
allowed
to reuse
this
compone
nt.
Search Indicates boolean false admin no queryabl

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

443
name for
use when
sorting.
Tip The string null admin no tipMessa
Message applicatio geAppSh
Appl n short ortName
Short name
Name that
owns the
tip
message.
Tip The name string null admin no tipMessa
Message of the tip geName
Name message.
Tip Type The type string none admin no tipType
of tip.
The legal
values
are
dateForm
at,
longMess
age,
shortTip,
and
none.
Total Indicates boolean false user no totalValu
Value if an e
additiona
l field
should be
displayed
to show
the total
of this
column.
User Indicates boolean false admin no userCust
Personali if a user omizable
zation can
personali
ze this
compone
nt.

444
Vertical Vertical string null null no vAlign
Alignmen alignmen
t t.
Acceptabl
e values
are
"middle",
"top",
and
"bottom"
.
View The name string null null no viewAttr
Attribute of the
view
attribute.
View The name string null null no viewNam
Instance of the e
view
object
instance.
Warn Warns boolean true null no warnAbo
About the user utChange
Changes if there s
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.

445
xml:lang Identifies optional null null no xml:lang
the
language
containe
d within
this
compone
nt.


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 true admin no adminCu
Personali if an stomizabl
zation Administr e
ator can
personali
ze this
compone
nt.
Attribute The jrad:attri null null no use
Set attribute buteSetR
set for ef
the
compone
nt.
Comment Comment string null null no comment
s s
CSS Class Overrides string null admin no styleClas
the s
default
CSS
class.
Data The type string VARCHAR null no dataType
Type of data. 2
The legal
values
are
VARCHAR
2, DATE,
DATETIM

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

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

449
values
are yes,
no,
ascendin
g, and
descendi
ng.
Sort By The string null null no sortByVie
View alternate wAttr
Attribute view
attribute
name for
use when
sorting.
Text The text string null admin yes text
label for
the
compone
nt.
Total Indicates boolean false user no totalValu
Value if an e
additiona
l field
should be
displayed
to show
the total
of this
column.
User Indicates boolean false admin no userCust
Personali if a user omizable
zation can
personali
ze this
compone
nt.
View The name string null null no viewAttr
Attribute of the
view
attribute.
View The name string null null no viewNam
Instance of the e
view

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

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 The string null null no primaryCl
Type action ientActio
type to n
fire for
the
compone
nt. It
should be
either
"fireActio
n",
"fireParti
alAction"
or
"none."
Additiona Additiona string null admin yes shortDes
l Text l help c
text.
Admin Indicates boolean true admin no adminCu
Personali if an stomizabl
zation Administr e
ator can
personali
ze this
compone
nt.
Attribute The jrad:attri null null no use
Set attribute buteSetR
set for ef
the
compone
nt.

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

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

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 true admin no adminCu
Personali if an stomizabl
zation Administr e
ator can
personali
ze this
compone
nt.
Attribute The jrad:attri null null no use
Set attribute buteSetR
set for ef
the
compone
nt.
Comment Comment string null null no comment
s s
Content Indicates anySimpl OBIEE admin no richConte
Type the type eType ntType

455
of
content
to
embed.
Destinati The anyURI null admin no invokeFu
on develope nc
Function r name of
the FND
function
used to
secure
the
embedde
d content
or
widget.
Height The string null admin no height
display
height in
pixels.
ID The Name null null no id
unique
name of
this
compone
nt.
Name The string null admin yes name
display
name of
the
content.
Paramete The string null admin yes richPara
rs paramete meters
rs that
can be
passed to
the
embedde
d content
as a list
of
comma-
separate

456
d, name-
value
pairs.
View The name string null null no viewNam
Instance of the e
view
object
instance.
Width Indicates string null null no width
the width
in pixels
or as a
percenta
ge (if %
sign
included)
.



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 null admin yes shortDes
l Text l help c
text.
Admin Indicates boolean true admin no adminCu
Personali if an stomizabl
zation Administr e
ator can
personali
ze this
compone
nt.
Alignmen Indicates boolean false null no alignmen
t Icons if the left, tIcons
center,
and right
alignmen
t icons
are
displayed
.
Attribute The jrad:attri null null no use
Set attribute buteSetR
set for ef
the

458
compone
nt.
Bullet Indicates boolean true null no bulletIco
Icons if the ns
bullet
icons are
displayed
.
ClickThru The URI string null null no clickThru
Destinati launched Destinati
on URI from the onUri
"Click
Thru
Destinati
on" icon.
If empty,
no icon is
shown.
Comment Comment string null null no comment
s s
Create Indicates boolean false null no hyperlink
Hyperlink if the Icon
Icon create
hyperlink
icon is
displayed
.
Data The type string VARCHAR null no dataType
Type of data. 2
The legal
values
are
VARCHAR
2, and
CLOB.
Edit Indicates boolean true null no editIcons
Icons if the cut,
copy and
paste
icons are
displayed
.
Extends A jrad:com null null no extends

459
reference ponentRe
to f
another
compone
nt that
creates a
different
instance
of that
compone
nt at
runtime.
Font Bar Indicates boolean false null no fontBar
if the
font bar
is
displayed
.
Image The URI string null null no imageUpl
Upload launched oadUri
URl from the
insert
image
icon. If
empty,
no icon is
shown.
Indentati Indicates boolean false null no indentati
on Icons if the onIcons
indentati
on icons
are
displayed
.
Initial The string null admin yes translata
Value initial bleDefaul
(default) tValue
value of
the item.
Long Tip The fully- string null admin no longTipR
Region qualified egion
reference
to the

460
long tip
region.
Maximu The unsigned null null no maximu
m Length maximu Int mLength
m
number
of
character
s that can
be
entered
in the
editor.
Plain The unsigned null null no textMode
Text display Int DisplayH
Mode height of eight
Height the text
mode
editor in
character
s.
Plain The unsigned null null no textMode
Text display Int DisplayLe
Mode length of ngth
Length the text
mode
editor in
character
s.
Read Indicates boolean false admin no readOnly
Only if the
value can
be
changed.
Rendered Indicates boolean true user no rendered
if the
compone
nt is
rendered.
Required Indicates string no admin no required
if the
user
must

461
enter a
value,
and how
that
appears
to the
user.
Rich Text The string null null no richText
Mode display ModeDisp
Height height of layHeight
the rich
text
editor in
pixels or
% of the
container
.
Rich Text The string null null no richText
Mode display ModeDisp
Length length of layLengt
the rich h
text
editor in
pixels or
% of the
container
.
showReq boolean false null no showReq
uired uired
Style Indicates boolean true null no styleIcon
Icons if the s
bold,
italic and
underline
icons are
displayed
.
Tip The string null admin no tipMessa
Message applicatio geAppSh
Appl n short ortName
Short name
Name that
owns the

462
tip
message.
Tip The name string null admin no tipMessa
Message of the tip geName
Name message.
Tip Type The type string none admin no tipType
of tip.
Vertical Vertical string null null no vAlign
Aligment alignmen
t
View The name string null null no viewAttr
Attribute of the
view
attribute.
View The name string null null no viewNam
Instance of the e
view
object
instance.


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 The string none null no primaryCl
Type action ientActio
type to n
fire for
the
compone
nt. It
should be
either
"fireActio
n",
"fireParti
alAction"
or
"none."
Additiona Additiona string null admin yes shortDes
l Text l help c
text.
Admin Indicates boolean true admin no adminCu
Personali if an stomizabl
zation Administr e
ator can
personali
ze this
compone
nt.
Attribute The jrad:attri null null no use
Set attribute buteSetR
set for ef

464
the
compone
nt.
Comment Comment string null null no comment
s s
CSS Class Overrides string null admin no styleClas
the s
default
CSS
class.
Data The type string VARCHAR null no dataType
Type of data. 2
The legal
values
are
VARCHAR
2, DATE,
DATETIM
E,
BIGDECI
MAL,
NUMBER,
BOOLEAN
, and
CLOB.
Destinati The string null admin no invokeFu
on function nc
Function to
invoke.
Disable Indicates boolean false null no unvalidat
Client if ed
Side validatio
Validatio n should
n not occur
on the
web tier
during a
form
submit.
Disable Indicates boolean false null no serverUn
Server if validated
Side validatio
Validatio n should

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

466
name of
this
compone
nt.
No Wrap Indicates boolean false null no cellNoWr
if cell apFormat
contents
should be
wrapped.
Rendered Indicates boolean true user no rendered
if the
compone
nt is
rendered.
Scope The Base jrad:scop . null no scope
Packages e
which are
allowed
to reuse
this
compone
nt.
Text The text string null admin yes text
label for
the
compone
nt.
User Indicates boolean false admin no userCust
Personali if a user omizable
zation can
personali
ze this
compone
nt.


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

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

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

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 admin no adminCu
Personali if an stomizabl
zation Administr e
ator can
personali
ze this
compone
nt.
Attribute The jrad:attri null null no use
Set attribute buteSetR
set for ef
the
compone
nt.
Comment Comment string null null no comment
s s
Extends A jrad:com null null no extends
reference ponentRe
to f
another
compone
nt that
creates a
different
instance
of that
compone
nt at
runtime.
ID The Name null null no id
unique
name of

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

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 admin no adminCu
Personali if an stomizabl
zation Administr e
ator can
personali
ze this
compone
nt.
Attribute The jrad:attri null null no use
Set attribute buteSetR
set for ef
the
compone
nt.
Comment Comment string null null no comment
s s
CSS Class Overrides string null admin no styleClas
the s
default
CSS
class.
Documen The name jrad:refN null null no docName
t Name of the ame
compone
nt
Extends A jrad:com null null no extends
reference ponentRe
to f
another
compone
nt that
creates a
different
instance

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

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 The string none null no primaryCl
Type action ientActio
type to n
fire for
the
compone
nt. It
should be
either
"fireActio
n" or
"none."
Admin Indicates boolean true admin no adminCu
Personali if an stomizabl
zation Administr e
ator can
personali
ze this
compone
nt.
Attribute The jrad:attri null null no use
Set attribute buteSetR
set for ef
the
compone
nt.
Comment Comment string null null no comment
s s
CSS Class Overrides string null admin no styleClas
the s

474
default
CSS
class.
Data The type string VARCHAR null no dataType
Type of data. 2
The legal
values
are
VARCHAR
2, DATE,
DATETIM
E,
BIGDECI
MAL,
NUMBER,
BOOLEAN
, and
CLOB.
Destinati The string null admin no invokeFu
on function nc
Function to
invoke.
Destinati The uriRefere null null no destinati
on URI destinati nce on
on URI.
Disable Indicates boolean false null no serverUn
Server if validated
Side validatio
Validatio n should
n not occur
on the
business
tier
during a
form
submit.
Export The string null admin no exportBy
View alternate ViewAttr
Attribute view
attribute
for use
when
exporting

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

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

477
ze this
compone
nt.
Warn Warns boolean true null no warnAbo
About the user utChange
Changes if there s
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.


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

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

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

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

481
Total Indicates boolean false user no totalValu
Value if an e
additiona
l field
should be
displayed
to show
the total
of this
column.
View The name string null null no viewAttr
Attribute of the
view
attribute.
View The name string null null no viewNam
Instance of the e
view
object
instance.
xml:lang Identifies optional null null no xml:lang
the
language
containe
d within
this
compone
nt.


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
Name Descripti Type Default Personali Translata XML
on Value zable ble Attribute
Access The string null admin no accessKe
Key character y
used for
quick
keyboard
navigatio
n or
activatio
n.
Action The string none null no primaryCl
Type action ientActio
type to n
fire for
the
compone
nt. It
should be
either
"fireActio
n",
"fireParti
alAction"
or
"none."
Additiona Additiona string null admin yes shortDes
l Text l help c
text.
Admin Indicates boolean true admin no adminCu
Personali if an stomizabl

483
zation Administr e
ator can
personali
ze this
compone
nt.
Attribute The jrad:attri null null no use
Set attribute buteSetR
set for ef
the
compone
nt.
Comment Comment string null null no comment
s s
CSS Class Overrides string null admin no styleClas
the s
default
CSS
class.
Data The type string VARCHAR null no dataType
Type of data. 2
The legal
values
are
VARCHAR
2, DATE,
DATETIM
E,
BIGDECI
MAL,
NUMBER,
BOOLEAN
, and
CLOB.
Destinati The string null admin no invokeFu
on function nc
Function to
invoke.
Disable Indicates boolean false null no unvalidat
Client if ed
Side validatio
Validatio n should
n not occur

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

485
Alignmen alignmen
t t. The
legal
values
are
center,
left,
right,
start, and
end.
ID The Name null null no id
unique
name of
this
compone
nt.
No Wrap Indicates boolean false null no cellNoWr
if cell apFormat
contents
should be
wrapped.
Prompt The text string null admin true prompt
label for
the
compone
nt.
Rendered Indicates boolean true user no rendered
if the
compone
nt is
rendered.
Scope The Base jrad:scop . null no scope
Packages e
which are
allowed
to reuse
this
compone
nt.
Text The text string null admin yes text
label for
the
compone

486
nt.
User Indicates boolean false admin no userCust
Personali if a user omizable
zation can
personali
ze this
compone
nt.
View The name string null null no viewNam
Instance of the e
view
object
instance.
Warn Warns boolean false null no warnAbo
About the user utChange
Changes if there s
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.
xml:lang Identifies optional null null no xml:lang
the
language
containe
d within
this
compone

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 admin no adminCu
Personali if an stomizabl
zation Administr e
ator can
personali
ze this
compone
nt.
Attribute The jrad:attri null null no use
Set attribute buteSetR
set for ef
the
compone
nt.
Comment Comment string null null no comment
s s
CSS Class Overrides string null admin no styleClas
the s
default
CSS
class.
Documen The name jrad:refN null null no docName
t Name of the ame
compone
nt
Extends A jrad:com null null no extends
reference ponentRe
to f
another

489
compone
nt that
creates a
different
instance
of that
compone
nt at
runtime.
ID The Name null null no id
unique
name of
this
compone
nt.
Rendered Indicates boolean true user no rendered
if the
compone
nt is
rendered.
Scope The Base jrad:scop . null no scope
Packages e
which are
allowed
to reuse
this
compone
nt.
Text The text string null admin true text
label for
the
compone
nt.
Tip The string null admin no tipMessa
Message applicatio geAppSh
Appl n short ortName
Short name
Name that
owns the
tip
message.
Tip The name string null admin no tipMessa
Message of the tip geName

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

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 admin no adminCu
Personali if an stomizabl
zation Administr e
ator can
personali
ze this
compone
nt.
Attribute The jrad:attri null null no use
Set attribute buteSetR
set for ef
the
compone
nt.
Comment Comment string null null no comment
s s
Extends A jrad:com null null no extends
reference ponentRe
to f
another
compone
nt that
creates a
different
instance
of that
compone
nt at
runtime.
ID The Name null null no id
unique
name of

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

493

You might also like