| Attributes |
| Name | Required | Request-time | Type | Description |
| tree | true | false | com.icesoft.faces.facelets.component.selectiontree.SelectionTreeModel | Must resolve to an instance of the SelectionTreeModel |
| imageDir | false | false | java.lang.String | Set directory for location of the images. |
| hideRootNode | false | false | java.lang.Boolean | Declares whether the root tree node will be rendered. Valid values are true and false. |
| hideNavigation | false | false | java.lang.Boolean | Declares whether the navigation links will be rendered. Valid values are true and false. |
| keyboardNavigationEnabled | false | false | java.lang.Boolean | Enables keyboard support, default value is true. |
| style | false | false | java.lang.String | CSS style(s) to be applied when this component is rendered |
| styleClass | false | false | java.lang.String | Space-separated list of CSS style class(es) to be applied when this element is rendered. |