| |||||||
| FRAMES NO FRAMES | |||||||
| Tag Information | |
| Tag Class | org.openfaces.taglib.jsp.util.ForEachJspTag |
| TagExtraInfo Class | None |
| Body Content | JSP |
| Display Name | None |
| Attributes | |||||
| Name | Required | Binding Type | EL | Default | Description |
| begin | false | javax.el.ValueExpression
(must evaluate to int)
| true | 0 | Iteration start index. Defaults to 0 if not specified. |
| binding | false | javax.el.ValueExpression
(must evaluate to org.openfaces.component.util.ForEach)
| only | null | A value-binding expression that associates the ForEach with a backing bean property. |
| end | false | javax.el.ValueExpression
(must evaluate to int)
| true | 2147483647 | Iteration end index. Defaults to Integer.MAX_VALUE (2147483647) if not specified. |
| id | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| false | null | The component identifier. |
| items | false | javax.el.ValueExpression
(must evaluate to java.lang.Object)
| only | null | An value-binding expression that specifies the collection that iterate for. The items can be of any type adaptable to UIData: array, collection, javax.servlet.jsp.jstl.sql.Result, java.sql.ResultSet, Object (scalar data). |
| onblur | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| true | null | JavaScript code that should be executed when the ForEach component loses focus. |
| onclick | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| true | null | JavaScript code that should be executed on the client when the user clicks the left mouse button over the ForEach component. |
| oncontextmenu | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| true | null | JavaScript code that should be executed when the user presses right mouse button over the component (or performs the other context menu invocation action depending on the platform). |
| ondblclick | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| true | null | JavaScript code that should be executed on the client when the user double-clicks the left mouse button over the ForEach component. |
| onfocus | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| true | null | JavaScript code that should be executed when the ForEach component receives focus. |
| onkeydown | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| true | null | JavaScript code that should be executed when the user presses a key over the ForEach component. |
| onkeypress | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| true | null | JavaScript code that should be executed on the client when the user presses and releases a key over the ForEach component. |
| onkeyup | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| true | null | JavaScript code that should be executed when the user releases a key over the ForEach component. |
| onmousedown | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| true | null | JavaScript code that should be executed when the user clicks over the ForEach component with either mouse button. |
| onmousemove | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| true | null | JavaScript code that should be executed when the user moves the mouse pointer over the ForEach component. |
| onmouseout | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| true | null | JavaScript code that should be executed when the user moves the mouse pointer away from the ForEach component. |
| onmouseover | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| true | null | JavaScript code that should be executed when the user moves the mouse pointer onto the ForEach component. |
| onmouseup | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| true | null | JavaScript code that should be executed when the user releases the mouse button over the ForEach component. |
| rendered | false | javax.el.ValueExpression
(must evaluate to boolean)
| true | false | A flag that indicates whether or not the component is visible. |
| step | false | javax.el.ValueExpression
(must evaluate to int)
| true | 1 | Iteration step index. Defaults to 1 if not specified. |
| style | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| true | null | A style of the entire ForEach component. |
| styleClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| true | null | A CSS class name of the entire ForEach component. |
| var | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| true | null | Name of the request-scope variable under which the current iteration step object is available. |
| varStatus | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| true | null | Name of the request-scope variable under which the current iteration status object (of type org.openfaces.component.util.IterationStatus) is available. |
| wrapperTagName | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| true | null | Allows specifying the name of the tag that the iterated content should be wrapped into. By default no outer tag is rendered unless outer-tag-specific attributes are specified (id, style or styleClass), in which case the default outer tag is rendered even if no wrapperTagName is specified. |
| Variables | No Variables Defined. |
| |||||||
| FRAMES NO FRAMES | |||||||