| |||||||
FRAMES NO FRAMES |
Tag Information | |
Tag Class | org.openfaces.taglib.jsp.table.MultipleNodeSelectionJspTag |
TagExtraInfo Class | None |
Body Content | JSP |
Display Name | None |
Attributes | |||||
Name | Required | Binding Type | EL | Default | Description |
action | false | javax.el.MethodExpression
(signature must match java.lang.Object action() )
| true | null | Is similar to the "action" attribute of the HTMLCommandButton component. It can either specify a string defining the static outcome of the selection change action, or it can be defined as a method-binding expression. Defining the "action" attribute causes form submission when the user changes selection. |
enabled | false | javax.el.ValueExpression
(must evaluate to boolean )
| true | true | A flag that indicates whether or not the user can change selection. |
execute | false | javax.el.ValueExpression
(must evaluate to java.util.List )
| true | none | Id's of components whose data should be submitted and processed on the server in addition to the reloaded components. The difference with render is that components listed in execute will just process the submitted data, but won't be rerendered. This can often be needed when the reloaded data depends on some other component on a page. Evaluates to Iterable. If a literal is specified can be a single id or a comma-separated list if id's. |
executeRenderedComponents | false | javax.el.ValueExpression
(must evaluate to boolean )
| true | true | Specifies whether the components listed in the "render" attribute undergo the "execute" lifecycle (Restore View, Apply Request Values, Process Validations and Update Model Values) phases as if these components are implicitly specified in the "execute" attribute as well. |
keyboardSupport | false | javax.el.ValueExpression
(must evaluate to boolean )
| true | true | A flag that indicates whether or not selection can be made with the keyboard. |
mouseSupport | false | javax.el.ValueExpression
(must evaluate to boolean )
| true | true | A flag that indicates whether or not selection can be made with the mouse. |
nodeDatas | false | javax.el.ValueExpression
(must evaluate to java.lang.Object )
| only | null | The node data objects for a currently selected node. The value "null" means that no node is currently selected. |
nodePaths | false | javax.el.ValueExpression
(must evaluate to java.lang.Object )
| only | null | The full path to a currently selected node. The value "null" means that no node is currently selected. |
onajaxend | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | Invoked when the Ajax request initiated with this component finishes. |
onajaxstart | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | Invoked when the Ajax request initiated with this component starts. |
onchange | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed every time the user changes selection. |
onerror | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | Invoked when an error occurs during the Ajax request initiated with this component. |
render | false | javax.el.ValueExpression
(must evaluate to java.util.List )
| true | none | Id's of components, which will be rerendered after successful Ajax request. Evaluates to Iterable. If a literal is specified can be a single id or a comma-separated list if id's. |
rendered | false | javax.el.ValueExpression
(must evaluate to boolean )
| true | true | A flag that indicates whether or not this selection tag should be considered active. Specifying rendered to false is identical to not specifying the selection tag at all. This might be useful for dynamic changing between single and multiple selection by declaring both single and multiple selection tags and specifying rendered to true for only one of them. |
style | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for selected rows. |
styleClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name for selected rows. |
Variables | No Variables Defined. |
| |||||||
FRAMES NO FRAMES |