|
accessKey
|
char
|
Yes
|
Character used to gain quick access to this item.
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".
The character specified by this attribute
must
exist in the
Text
attribute of this item instance.
If it does not, the user will receive no visual indication of
the existence of the accessKey.
|
|
action
|
javax.faces.el.MethodBinding
|
Yes
|
a reference to an action method sent by the command component,
or the static outcome of an action
|
|
actionListener
|
javax.faces.el.MethodBinding
|
Only EL
|
a method reference to an action listener
|
|
attributeChangeListener
|
javax.faces.el.MethodBinding
|
Only EL
|
a method reference to an attribute change listener
|
|
disabled
|
boolean
|
Yes
|
whether the item should be considered disabled.
|
|
icon
|
String
|
Yes
|
a URI specifying the location of a target image.
|
|
immediate
|
boolean
|
Yes
|
whether or not data validation - client-side or
server-side -
should take place when
events are generated by this component.
When immediate is true, the default ActionListener
provided by the JavaServer Faces im
plementation
should be executed during Apply Request Values phase
of the request processing lifecycle, rather than
waiting until the Invoke Application phase.
|
|
launchListener
|
javax.faces.el.MethodBinding
|
Only EL
|
a method reference to a launch listener
|
|
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.
|
|
readOnly
|
boolean
|
Yes
|
whether the item should be rendered as readOnly. Depending on the renderer the text may or may not appear when readOnly is true.
|
|
returnListener
|
javax.faces.el.MethodBinding
|
Only EL
|
a method reference to an return listener
|
|
selected
|
boolean
|
Yes
|
whether the item is selected.
|
|
textAndAccessKey
|
String
|
Yes
|
An attribute that will simultaneously set both the "text"
and "accessKey" attributes from a single value, using
conventional ampersand ('
&
') notation.
For example, setting this attribute to "T
&
amp;ext" will
set the text to "Text" and the access key to 'e'.
|
|
type
|
String
|
Yes
|
Used to indicate that the item should be rendered specially. The acceptable values are "default" and "global".
|
|
useWindow
|
boolean
|
Yes
|
whether to use a new window when launching dialogs.
This wi
ll be consulted any time the command receives a LaunchEvent.
|
|
windowHeight
|
int
|
Yes
|
height of the window, if this command is
used to launch a window.
|
|
windowWidth
|
int
|
Yes
|
width of the window, if this command is
used to launch a window.
|