render-kit: | FACES_CLIENT |
jsp-tag: | dataGrid |
component-family: | com.ibm.faces.bf.DataGrid |
renderer-type: | DataGrid |
This renderer is not responsible for rendering its children.
Attributes with a pass-through
value of
true
are not interpreted by the renderer and are passed
straight through to the rendered markup, without checking for validity. Attributes with a
pass-through
value of false
are interpreted
by the renderer, and may or may not be checked for validity by the renderer.
Attributes | |||||
attribute-name | pass-through | attribute-class | description | default-value | required |
---|---|---|---|---|---|
allowColumnHide
|
false | boolean |
Show the row of icons to hide a column | undefined | false |
allowRowAddAndDelete
|
false | boolean |
Are the fields readOnly or not | undefined | false |
multiSelection
|
false | boolean |
Multiple selection allowed or not. True-checkbox, False-radio button. | undefined | false |
navBarPosition
|
false | int |
Navigation bar position in datagrid-0-bottom,1-top, or 2-both | undefined | false |
pageSize
|
false | int |
Size of the page to display; Records greater pageSize will be split into multiple pages | undefined | false |
rowFilter
|
false | java.lang.String |
Expression to filter out some rows | undefined | false |
scrollSize
|
false | java.lang.String |
Number of pixels that are on display within the scrolling section of the datagrid | undefined | false |
selectionColAlignment
|
false | java.lang.String |
Alignment of selection column | undefined | false |
selectionColName
|
false | java.lang.String |
Key for the name of the column for checkbox or radio button | undefined | false |
selectionColWidth
|
false | java.lang.String |
Width of selection column | undefined | false |
showRowIndex
|
false | boolean |
Show row index or not; true-show, false-don't show | undefined | false |
showSelectionColumn
|
false | boolean |
Flag to indicate whether selection column should be shown. | undefined | false |
styleClass
|
false | java.lang.String |
Prefix specifying CSS for multiple data grids on page | undefined | false |
width
|
false | java.lang.String |
Datagrid width--in pixels or percentage | undefined | false |