| |||||||
FRAMES NO FRAMES |
Tag Information | |
Tag Class | org.openfaces.taglib.jsp.table.CellJspTag |
TagExtraInfo Class | None |
Body Content | JSP |
Display Name | None |
Attributes | |||||
Name | Required | Binding Type | EL | Default | Description |
columnIds | false | javax.el.ValueExpression
(must evaluate to java.lang.Object )
| true | null | Ids of the columns in which the cells are customized. This attribute is mutually exclusive with the condition attribute. |
condition | false | javax.el.ValueExpression
(must evaluate to boolean )
| only | null | The condition that determines the columns in which the cells are customized. This condition can use the DataTable's request-scope variables those refer to the current cell. This attribute is mutually exclusive with the columnIds attribute. |
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 cell. |
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 cell. |
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 row. |
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 cell. |
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 cell. |
onmousedown | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed when the user presses any mouse button over the cell. |
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 cell. |
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 cell. |
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 cell. |
onmouseup | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed when the user releases a mouse button over the cell. |
span | false | javax.el.ValueExpression
(must evaluate to int )
| true | 1 | Number of cells that should be merged. When the cells are merged, the content, styles and events from the first of the merged cells is used. |
style | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style that is applied for the appropriate cells. Can be specified as a value-binding expression that uses request-scope variables of the DataTable (or TreeTable) component. |
styleClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name for the appropriate cells. Can be specified as a value-binding expression that uses request-scope variables of the DataTable (or TreeTable) component. |
Variables | No Variables Defined. |
| |||||||
FRAMES NO FRAMES |