Attributes |
Name | Required | Binding Type | EL | Default | Description |
align | false | java.lang.String | true | null | No Description |
binding | false | teamdev.jsf.component.datatable.TableColumn | only | null | A value-binding expression that associates the column with a backing bean property. |
bodyClass | false | java.lang.String | true | null | A CSS class name for the column's body. |
bodyOnclick | false | 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 | 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 | 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 | 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 | 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 | 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 | 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 | java.lang.String | true | null | A style for the column's body. |
filterCellClass | false | java.lang.String | true | null | No Description |
filterCellStyle | false | java.lang.String | true | null | No Description |
filterExpression | false | java.lang.String | only | null | Specifies the value by which the data will be filtered. Is used to provide filtering for the column. |
filterKind | false | teamdev.jsf.component.datatable.FilterKind | false | "comboBox" | The filter component for filtering the data. Available values are: "searchField" — is displayed as a text field "comboBox" — is displayed as a combo box that contains all the unique values returned by the filterExpression attribute for that column "dropDownField" — is displayed as a drop-down field which, like "comboBox", displays all the unique values and also allows the user to enter text manually
|
filterValue | false | teamdev.jsf.component.datatable.TextFilterCriterion,
teamdev.jsf.component.datatable.EmptyRecordsCriterion,
teamdev.jsf.component.datatable.NonEmptyRecordsCriterion | only | null | The current filer value. |
filterValues | false | java.lang.String | only | null | The filter values that will appear in the "comboBox" or "dropDownField" filter components instead of displaying all of the possible values. |
footerClass | false | java.lang.String | true | null | A CSS class name for the column's footer. |
footerOnclick | false | 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 | 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 | 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 | 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 | 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 | 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 | 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 | java.lang.String | true | null | A style for the column's footer. |
headerClass | false | java.lang.String | true | null | A CSS class name for the column's header. |
headerOnclick | false | 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 | 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 | 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 | 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 | 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 | 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 | 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 | java.lang.String | true | null | A style for the column's header. |
id | false | java.lang.String | false | null | The component identifier. |
onclick | false | 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. |
ondblclick | false | 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 | java.lang.String | true | null | JavaScript code that should be executed when the user clicks over the column with either mouse button. |
onmousemove | false | java.lang.String | true | null | JavaScript code that should be executed when the user moves the mouse pointer over the column. |
onmouseout | false | java.lang.String | true | null | JavaScript code that should be executed when the user moves the mouse pointer away from the column. |
onmouseover | false | java.lang.String | true | null | JavaScript code that should be executed when the user moves the mouse pointer onto the column. |
onmouseup | false | java.lang.String | true | null | JavaScript code that should be executed when the user releases the mouse button over the column. |
rendered | false | boolean | true | true | A flag that indicates whether or not the column is visible. |
sortingComparator | false | java.util.Comparator | only | null | Is used to compare the values provided by the "sortingExpression" attribute. |
sortingExpression | false | java.lang.String | only | null | Defines the row's value that will be used during sorting. Is used to make the column sortable. |
style | false | java.lang.String | true | null | A style for the entire column. |
styleClass | false | java.lang.String | true | null | A CSS class name for entire column. |
valign | false | java.lang.String | true | null | No Description |
width | false | java.lang.String | true | null | No Description |