negge
30 Jun 2008, 5:57 AM
Right now the only way to customize a tree is by using setStyleProvider(). Because tree's are nested and the style is applied to a div that contains a table, it is difficult to use this to change fonts, colors, etc. to indicate state on a particular TreeItem.
A better way to achieve this is to use something like a CellRenderer which will provide the element styled markup for the TreeItem.
Please add something like this to Tree.
Nathan
A better way to achieve this is to use something like a CellRenderer which will provide the element styled markup for the TreeItem.
Please add something like this to Tree.
Nathan