| Attributes |
| Name | Required | Request-time | Type | Description |
| displayedLevels | false | true | int | Set the number of levels loaded at startup (not lazy loaded). [3(default)]. Set it to 0 to load the whole tree at startup. |
| nodeHeight | false | true | int | Set the new node height. |
| displayRoot | false | true | boolean | Set the visibility of the root node. Default is visible. |
| nodeTypes | true | true | java.util.List | Set the node types included in this tree. A List of com.ideo.sweetdevria.taglib.tree.model.NodeTypeBean is required. |
| nodes | false | true | com.ideo.sweetdevria.taglib.tree.model.NodeModel | Set a NodeModel root of this tree. Incompatible with dataProvider attribute or some treeNode in body. Type is com.ideo.sweetdevria.taglib.tree.model.NodeModel |
| dataProvider | false | true | com.ideo.sweetdevria.taglib.tree.data.ITreeDataProvider | Set a custom data provider for this tree. Incompatible with nodes attribute or some treeNode in body. Type is com.ideo.sweetdevria.taglib.tree.data.ITreeDataProvider. |
| canAdd | false | true | boolean | Specify if the node addition is allowed. Default is false. |
| canDelete | false | true | boolean | Specify if the node suppression is allowed. Default is false. |
| canModify | false | true | boolean | Specify if the node modification is allowed. Default is false. |
| treeModelClass | false | true | java.lang.Class | No Description |
| stateful | false | true | boolean | Define whether this attribute must keep its state according to the page configuration |
| id | true | true | java.lang.String | Unique Identifier. Accepts EL. |
| style | false | true | java.lang.String | Css style. Accepts EL. |
| styleClass | false | true | java.lang.String | Css class style. Accepts EL. |
| rendered | false | true | boolean | Rendered or not, acceptable values are: [true(default), false]. |
| templateStart | false | true | java.lang.String | Special velocity start template to replace default. Accepts EL. |
| templateEnd | false | true | java.lang.String | Special velocity end template to replace default. Accepts EL. |