| |||||||
| FRAMES NO FRAMES | |||||||
| Tag Information | |
| Tag Class | org.openfaces.taglib.jsp.table.TreeColumnJspTag |
| 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.TreeColumn)
| only | null | A value-binding expression that associates the component with a backing bean property. |
| bodyClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| true | null | A CSS class name for the tree 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 tree 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 tree 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 over the tree column's body with either mouse button. |
| 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 tree 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 tree 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 tree 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 tree column's body. |
| bodyStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| true | null | A style for the tree column's body. |
| collapsedToggleImageUrl | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| only | null | URL to the image file that is used to render expansion toggle image for the collapced node. |
| expandedToggleImageUrl | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| only | null | URL to the image file that is used to render expansion toggle image for the expanded node. |
| expansionToggleCellClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| true | null | A CSS class name for the cell that contains expansion toggle (+ and - ) buttons. |
| expansionToggleCellStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| true | null | A style for the cell that contains expansion toggle (+ and - ) buttons. |
| 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 tree 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 tree 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 tree 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 over the tree column's footer with either mouse button. |
| 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 tree 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 tree 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 tree 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 tree column's footer. |
| footerStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| true | null | A style for the tree 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 tree 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 tree 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 tree 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 tree 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 tree 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 tree 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 tree 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 tree column's header. |
| headerStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| true | null | A style for the tree column's header. |
| id | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| false | null | The component identifier. |
| levelIndent | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| true | "16px" | The horizontal offset between the node levels. Can be specified in pixels (px), millimeters (mm), em dash (em), etc. |
| 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 tree 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 tree 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 tree 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 tree 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 tree 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 tree 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 tree column. |
| rendered | false | javax.el.ValueExpression
(must evaluate to boolean)
| true | true | A flag that indicates whether or not the component 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. |
| showAsTree | false | javax.el.ValueExpression
(must evaluate to boolean)
| true | true | A flag that indicates whether or not the column is shown as a tree column. This attribute allows you to dynamically change the column appearance so that it looks like an ordinary column specified with the column tag. |
| sortingComparator | false | javax.el.ValueExpression
(must evaluate to java.util.Comparator)
| only | null | The comparator that 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 column sortable. |
| style | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| true | null | A style for the entire tree column. |
| styleClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| true | null | A CSS class name for the entire tree 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. |
| subHederStyle | 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 | |||||||