render-kit: | FACES_CLIENT |
jsp-tag: | dataGridCol |
component-family: | com.ibm.faces.bf.DataGridCol |
renderer-type: | DataGridCol |
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 |
---|---|---|---|---|---|
alignment
|
false | java.lang.String |
Alignment of this column (Left, Right, or Center). | undefined | false |
colHead
|
false | java.lang.String |
The key for the label in the column header, which will be used to load a NLV string from the resource bundle specified on its parent tag. | undefined | false |
readOnly
|
false | boolean |
Is this column readOnly or not. | undefined | false |
underline
|
false | boolean |
Should the column be underlined or not | undefined | false |
width
|
false | java.lang.String |
Width of the column | undefined | false |