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 | |
---|---|---|---|---|---|
enableSelect
|
false | boolean |
Boolean attribute to enable selection boxes or not. | undefined | |
height
|
false | java.lang.String |
Tree height--in pixels or percentage | undefined | |
rootVisibleFlag
|
false | boolean |
Boolean attribute to identify tree root visible or not. | undefined | |
styleClass
|
false | java.lang.String |
Prefix specifying CSS for multiple data grids on page | undefined | |
systemIconStyle
|
false | java.lang.String |
A style string to configure the icons for the tree. | undefined | |
width
|
false | java.lang.String |
Tree width--in pixels or percentage | undefined |