| |||||||
| FRAMES NO FRAMES | |||||||
| Tag Information | |
| Tag Class | org.openfaces.taglib.jsp.table.ColumnJspTag |
| TagExtraInfo Class | None |
| Body Content | JSP |
| Display Name | None |
| Attributes | |||||
| Name | Required | Binding Type | EL | Default | Description |
| align | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| true | null | The alignment of the column content. |
| binding | false | javax.el.ValueExpression
(must evaluate to org.openfaces.component.table.Column)
| only | null | A value-binding expression that associates the column with a backing bean property. |
| bodyClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| true | null | A CSS class name for the column's body. |
| bodyOnclick | 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 column's body. |
| bodyOndblclick | 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 column's body. |
| bodyOnmousedown | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| true | null | JavaScript code that should be executed when the user clicks the mouse button over the column's body. |
| bodyOnmousemove | 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 column's body. |
| bodyOnmouseout | 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 column's body. |
| bodyOnmouseover | 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 column's body. |
| bodyOnmouseup | 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 column's body. |
| bodyStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| true | null | A style for the column's body. |
| fixed | false | javax.el.ValueExpression
(must evaluate to boolean)
| true | none | Applicable only when horizontal scrolling is enabled for a table. Assigning true to this attribute "fixes" the column which means that it is excluded from horizontal scrolling and is always visible regardless of scroll position. |
| footer | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| true | null | The value that can serve as a convenience substitution for specifying |
| footerClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| true | null | A CSS class name for the column's footer. |
| footerOnclick | 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 column's footer. |
| footerOndblclick | 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 column's footer. |
| footerOnmousedown | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| true | null | JavaScript code that should be executed when the user clicks the mouse button over the column's footer. |
| footerOnmousemove | 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 column's footer. |
| footerOnmouseout | 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 column's footer. |
| footerOnmouseover | 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 column's footer. |
| footerOnmouseup | 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 column's footer. |
| footerStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| true | null | A style for the column's footer. |
| header | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| true | null | The value that can serve as a convenience substitution for specifying |
| headerClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| true | null | A CSS class name for the column's header. |
| headerOnclick | 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 column's header. |
| headerOndblclick | 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 column's header. |
| headerOnmousedown | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| true | null | JavaScript code that should be executed when the user clicks over the column's header with either mouse button. |
| headerOnmousemove | 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 column's header. |
| headerOnmouseout | 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 column's header. |
| headerOnmouseover | 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 column's header. |
| headerOnmouseup | 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 column's header. |
| headerStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| true | null | A style for the column's header. |
| id | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| false | null | The component identifier. |
| minResizingWidth | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| true | null | Applicable only when column resizing is enabled for a table. Specifies the minimum width that this column can take when the user resizes this column. It can be specified using any CSS units except percent. |
| 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 column. |
| 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 column. |
| 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 column 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 column. |
| 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 column. |
| 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 column. |
| 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 column. |
| rendered | false | javax.el.ValueExpression
(must evaluate to boolean)
| true | true | A flag that indicates whether or not the column is visible. |
| resizable | false | javax.el.ValueExpression
(must evaluate to boolean)
| true | none | Applicable only when column resizing is enabled for a table. This attribute can be used to disable manual resizing for a particular column. |
| sortingComparator | false | javax.el.ValueExpression
(must evaluate to java.util.Comparator)
| only | null | Is used to compare the values provided by the "sortingExpression" attribute. |
| sortingExpression | false | javax.el.ValueExpression
(must evaluate to java.lang.Object)
| only | null | Defines the row's value that is used during sorting. Is used to make the column sortable. |
| style | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| true | null | A style for the entire column. |
| styleClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| true | null | A CSS class name for entire column. |
| subHeaderClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| true | null | A CSS class name for the cell in the sub-header row. |
| subHeaderStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| true | null | A style for the cell in the sub-header row. |
| valign | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| true | null | The vertical alignment of the column content. |
| width | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| true | null | The width of the column. Can be specified in any units (px, mm, em, etc.). |
| Variables | No Variables Defined. |
| |||||||
| FRAMES NO FRAMES | |||||||