Hi, guys.

Sorry, but I could not find an answer here, and still could not figure
it out the proper way :-( So, please, give me some hints, about how it
is supposed to be done.

Lets take Showcase CellTree example, when clicking on a node - node is
highlighted with yellow color, but when clicking outside CellTree
widget that highlighting disappears, and nothing now tells us which
node is selected. So I am looking at the proper way to highlight node
permanently - so even when focus lost - node is still selected.
In other words, is there a way to change style/rendering for a Cell
inside CellTree using SelectionModel? So when SelectionModel has some
node's values that node's cells rendered in different style. Should it
be done inside TreeModel when providing nodes, by say, checking if
node is selected and supplying special cell, with different style, for
such a node? I guess not. I would not bother, but obviously there is
some kind of mechanism already (those "yellow" and "blue" styles), but
I couldn't figure it out how to use it.

Thanks,
Roman.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to