|
accessKey
|
char
|
Yes
|
Character used to gain quick access to
the form element specified by the
for
, if set (or this component itself,
if it is a "non-simple" form element).
For accessibility reasons, this functionality is not supported
in screen reader mode.
If the same access key appears in multiple locations in the
same page of output, the rendering user agent will cycle
among the elements accessed by the similar keys.
This attribute is sometimes referred to as the "mnemonic".
|
|
attributeChangeListener
|
javax.faces.el.MethodBinding
|
Only EL
|
a method reference to an attribute change listener
|
|
columns
|
int
|
Yes
|
the number of columns to display in the text
control.
|
|
disabled
|
boolean
|
Yes
|
whether the component is disabled.
|
|
immediate
|
boolean
|
Yes
|
whether the value is converted and validated immediately in the Apply Request Values phase, or in the Process Validators phase.
|
|
labelAndAccessKey
|
String
|
Yes
|
An attribute that will simultaneously set both the "value"
and "accessKey" attributes from a single value, using
conventional ampersand ('
&
') notation.
For example, setting this attribute to "L
&
amp;abel" will
set the label to "Label" and the access key to 'a'.
|
|
partialTriggers
|
String[
]
|
Yes
|
the IDs of the components that should trigger a partial update.
This component will listen on the trigger components. If one of the
trigger components receives an event that will cause it to update
in some way, this component will request to be updated too.
|
|
required
|
boolean
|
Yes
|
whether a non-null, non-empty value must be entered. If false, validators will not be executed when the value is null or empty.
|
|
re
quiredMessageDetail
|
String
|
Yes
|
the message to be displayed, if 'required' validation fails.
Parameters:
-
{0} the label that identifies the component
|
|
simple
|
boolean
|
Yes
|
a boolean value that controls whether the component
provides label and message support; when set to "true", the component will
not display messaging support or the label (these attributes may be ignored: label,
labelAndAccessKey, accessKey, messageDescUrl messageTargetFrame, showRequired,
tip), and may use simpler layout primitives
|
|
validator
|
javax.faces.el.MethodBinding
|
Only EL
|
a method reference to a validator method
|
|
valign
|
String
|
Yes
|
the vertical alignment of the label and
other contents. The acceptable values are "middle", "top", and "bottom".
|
|
value
|
Object
|
Yes
|
the value of the component
|
|
valueChangeListener
|
javax.faces.el.MethodBinding
|
Only EL
|
a method reference to an value change listener
|