| |||||||
FRAMES NO FRAMES |
Tag Information | |
Tag Class | org.openfaces.taglib.jsp.table.ColumnsJspTag |
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 dynamic column content. Can be specified as a value-binding expression that uses a column data variable specified in the "var" attribute. |
bodyClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name for the dynamic column's body. Can be specified as a value-binding expression that uses a column data variable specified in the "var" attribute. |
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 dynamic column's body. Can be specified as a value-binding expression that uses a column data variable specified in the "var" attribute. |
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 dynamic column's body. Can be specified as a value-binding expression that uses a column data variable specified in the "var" attribute. |
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 dynamic column's body. Can be specified as a value-binding expression that uses a column data variable specified in the "var" attribute. |
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 dynamic column's body. Can be specified as a value-binding expression that uses a column data variable specified in the "var" attribute. |
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 dynamic column's body. Can be specified as a value-binding expression that uses a column data variable specified in the "var" attribute. |
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 dynamic column's body. Can be specified as a value-binding expression that uses a column data variable specified in the "var" attribute. |
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 dynamic column's body. Can be specified as a value-binding expression that uses a column data variable specified in the "var" attribute. |
bodyStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for the dynamic column's body. Can be specified as a value-binding expression that uses a column data variable specified in the "var" attribute. |
columnId | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| only | null | A value-binding expression that should reference an identifier for each dynamic column. You can use a column data variable specified in the "var" in the expression for this attribute. Note that column IDs evaluated for columns inside the o:columns tag are used in the same way as "id" attributes of ordinary |
columnRendered | false | javax.el.ValueExpression
(must evaluate to boolean )
| true | true | A flag that indicates whether or not each dynamic column is visible. Can be specified right on the page (one and the same value for all dynamic columns is used) or as a value-binding expression. You can use a column data variable specified in the "var" in the expression for this attribute. |
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 dynamic column's footer. Can be specified as a value-binding expression that uses a column data variable specified in the "var" attribute. |
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 dynamic column's footer. Can be specified as a value-binding expression that uses a column data variable specified in the "var" attribute. |
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 dynamic column's footer. Can be specified as a value-binding expression that uses a column data variable specified in the "var" attribute. |
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 dynamic column's footer. Can be specified as a value-binding expression that uses a column data variable specified in the "var" attribute. |
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 dynamic column's footer. Can be specified as a value-binding expression that uses a column data variable specified in the "var" attribute. |
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 dynamic column's footer. Can be specified as a value-binding expression that uses a column data variable specified in the "var" attribute. |
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 dynamic column's footer. Can be specified as a value-binding expression that uses a column data variable specified in the "var" attribute. |
footerOnmouseup | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A value-binding expression that should reference JavaScript code that should be executed when the user releases the mouse button over the dynamic column's footer. Can be specified as a value-binding expression that uses a column data variable specified in the "var" attribute. |
footerStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for the dynamic column's footer. Can be specified as a value-binding expression that uses a column data variable specified in the "var" attribute. |
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 Can be specified as a value-binding expression that uses a column data variable specified in the "var" attribute. |
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 dynamic column's header. Can be specified as a value-binding expression that uses a column data variable specified in the "var" attribute. |
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 dynamic column's header. Can be specified as a value-binding expression that uses a column data variable specified in the "var" attribute. |
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 dynamic column's header with either mouse button. Can be specified as a value-binding expression that uses a column data variable specified in the "var" attribute. |
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 dynamic column's header. Can be specified as a value-binding expression that uses a column data variable specified in the "var" attribute. |
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 dynamic column's header. Can be specified as a value-binding expression that uses a column data variable specified in the "var" attribute. |
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 dynamic column's header. Can be specified as a value-binding expression that uses a column data variable specified in the "var" attribute. |
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 dynamic column's header. Can be specified as a value-binding expression that uses a column data variable specified in the "var" attribute. |
headerStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for the dynamic column's header. Can be specified as a value-binding expression that uses a column data variable specified in the "var" attribute. |
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. This attribute can be specified as a value-binding expression that uses a column data variable specified in the "var" 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 dynamic column. Can be specified as a value-binding expression that uses a column data variable specified in the "var" attribute. |
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 dynamic column. Can be specified as a value-binding expression that uses a column data variable specified in the "var" attribute. |
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 dynamic column with either mouse button. Can be specified as a value-binding expression that uses a column data variable specified in the "var" attribute. |
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 dynamic column. Can be specified as a value-binding expression that uses a column data variable specified in the "var" attribute. |
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 dynamic column. Can be specified as a value-binding expression that uses a column data variable specified in the "var" attribute. |
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 dynamic column. Can be specified as a value-binding expression that uses a column data variable specified in the "var" attribute. |
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 dynamic column. Can be specified as a value-binding expression that uses a column data variable specified in the "var" attribute. |
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. It can be specified as a value-binding expression that uses a column data variable specified in the "var" attribute. |
sortingComparator | false | javax.el.ValueExpression
(must evaluate to java.util.Comparator )
| only | null | A value-binding expression that should reference a comparator for comparing the values provided by the "sortingExpression" attribute. You can use a column data variable specified in the "var" in the expression for this attribute. |
sortingEnabled | false | javax.el.ValueExpression
(must evaluate to boolean )
| true | true | A flag that indicates whether or not each dynamic column is sortable. Can be specified right on the page (one and the same value for all dynamic columns is used) or as a value-binding expression. You can use a column data variable specified in the "var" in the expression for this attribute. |
sortingExpression | false | javax.el.ValueExpression
(must evaluate to java.lang.Object )
| only | null | A value-binding expression that should reference a row's value that is used during sorting. You can use a column data variable specified in the "var" in the expression for this attribute. Specifying this attribute makes all dynamic columns to be sortable. Some dynamic columns can be made non-sortable by using the "sortingEnabled" attribute if needed. |
style | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for the entire dynamic column. Can be specified as a value-binding expression that uses a column data variable specified in the "var" attribute. |
styleClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name for the entire dynamic column. Can be specified as a value-binding expression that uses a column data variable specified in the "var" attribute. |
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. Can be specified as a value-binding expression that uses a column data variable specified in the "var" attribute. |
subHeaderStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for the cell in the sub-header row. Can be specified as a value-binding expression that uses a column data variable specified in the "var" attribute. |
valign | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | The vertical alignment of the dynamic column content. Can be specified as a value-binding expression that uses a column data variable specified in the "var" attribute. |
value | false | javax.el.ValueExpression
(must evaluate to java.lang.Object )
| only | null | Specifies an array or a collection of objects that serve as column data objects. |
var | true | javax.el.ValueExpression
(must evaluate to java.lang.String )
| false | null | The name of the request-scope variable under which the current column data object is available when evaluating value binding expressions specified in this tag's attributes. |
width | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | The width of the dynamic column. Can be specified in any units (px, mm, em, etc.). Can be specified as a value-binding expression that uses a column data variable specified in the "var" attribute. |
Variables | No Variables Defined. |
| |||||||
FRAMES NO FRAMES |