Attributes |
Name |
Required |
Type |
Description |
action |
false |
javax.faces.el.MethodBinding |
MethodExpression representing the application action to invoke when this component is activated by the user. The expression
must evaluate to a public method that takes no parameters, and returns an Object (the toString() of which is called to derive
the logical outcome) which is passed to the NavigationHandler for this application.
|
actionListener |
false |
javax.faces.el.MethodBinding |
MethodExpression representing an action listener method that will be notified when this component is activated by the
user. The expression must evaluate to a public method that takes an ActionEvent parameter, with a return type of void, or to a public method that takes no arguments with a return type of void. In the latter case, the
method has no way of easily knowing where the event came from, but this can be useful in cases where a notification is needed
that "some action happened".
|
binding |
false |
javax.faces.component.UIComponent |
The value binding expression used to wire up this component to a component property of a JavaBean class |
bypassUpdates |
false |
boolean |
No Description |
changeExpandListener |
false |
javax.el.MethodExpression |
No Description |
collapseEvent |
false |
java.lang.String |
No Description |
data |
false |
java.lang.Object |
No Description |
disabled |
false |
boolean |
No Description |
disabledClass |
false |
java.lang.String |
No Description |
execute |
false |
java.lang.Object |
No Description |
expandEvent |
false |
java.lang.String |
No Description |
expanded |
false |
java.lang.Boolean |
No Description |
hoverClass |
false |
java.lang.String |
No Description |
id |
false |
java.lang.String |
The component identifier for this component. This value must be unique within the closest parent component that is a naming
container.
|
immediate |
false |
boolean |
Flag indicating that, if this component is activated by the user, notifications should be delivered to interested listeners
and actions immediately (that is, during Apply Request Values phase) rather than waiting until Invoke Application phase.
|
label |
false |
java.lang.String |
No Description |
leftCollapsedIcon |
false |
java.lang.String |
No Description |
leftDisabledIcon |
false |
java.lang.String |
No Description |
leftExpandedIcon |
false |
java.lang.String |
No Description |
leftIconClass |
false |
java.lang.String |
No Description |
limitRender |
false |
boolean |
No Description |
mode |
false |
org.richfaces.PanelMenuMode |
No Description |
name |
false |
java.lang.String |
No Description |
onbeforecollapse |
false |
java.lang.String |
No Description |
onbeforedomupdate |
false |
java.lang.String |
No Description |
onbeforeexpand |
false |
java.lang.String |
No Description |
onbeforeselect |
false |
java.lang.String |
No Description |
onbeforeswitch |
false |
java.lang.String |
No Description |
onbegin |
false |
java.lang.String |
No Description |
onclick |
false |
java.lang.String |
No Description |
oncollapse |
false |
java.lang.String |
No Description |
oncomplete |
false |
java.lang.String |
No Description |
ondblclick |
false |
java.lang.String |
No Description |
onexpand |
false |
java.lang.String |
No Description |
onmousedown |
false |
java.lang.String |
No Description |
onmousemove |
false |
java.lang.String |
No Description |
onmouseout |
false |
java.lang.String |
No Description |
onmouseover |
false |
java.lang.String |
No Description |
onmouseup |
false |
java.lang.String |
No Description |
onselect |
false |
java.lang.String |
No Description |
onswitch |
false |
java.lang.String |
No Description |
onunselect |
false |
java.lang.String |
No Description |
render |
false |
java.lang.Object |
No Description |
rendered |
false |
boolean |
Flag indicating whether or not this component should be rendered (during Render Response Phase), or processed on any subsequent
form submit. The default value for this property is true.
|
rightCollapsedIcon |
false |
java.lang.String |
No Description |
rightDisabledIcon |
false |
java.lang.String |
No Description |
rightExpandedIcon |
false |
java.lang.String |
No Description |
rightIconClass |
false |
java.lang.String |
No Description |
selectable |
false |
java.lang.Boolean |
No Description |
status |
false |
java.lang.String |
No Description |
style |
false |
java.lang.String |
No Description |
styleClass |
false |
java.lang.String |
No Description |