|
|
|
|
contentProvider | java.lang.Object | custom | |
| Provides elements for tree to display. |
|
keyProvider | java.lang.Object | custom | | ognl:identityKeyProvider | Converter from elements to keys.
Optional, by default IdentityKeyProvider is used. |
|
value | java.lang.Object | custom | |
| Outgoing binding to current value. |
|
state | java.lang.Object | custom | | defaultState | Set of currently open element keys.
Optional, by default an empty persistent HashSet is created. |
|
sorter | java.lang.Object | custom | | null | Optional comparator to order the displayed elements by. |
|
offset | java.lang.Object | custom | | 16 | Offset in pixels for depth-indentation. |
|
rowStyle | java.lang.Object | custom | | null | If provided the individual rows of the tree will alternate styles using
the provided EvenOdd beans even and odd css classes. |
|
linkListener | java.lang.Object | custom | | null | Specifies the listener to invoke during the execution of contentExpansion method.
This enables other components to cause the tree to collapse/expand nodes on the tree AND
invoke their listeners. It's basically a work around for being able to specify multiple listeners
on a link. |