On 23 mar, 20:11, fedy2 <[email protected]> wrote:
> Hi,
> I'm looking for a way to inhibit the selection of some TreeItems in a
> Tree.

AFAIK, that's not possible because it would hurt accessibility: you
must be able to select an item in order to navigate to the next/
previous sibling or its children (and/or expanding/collapsing its
children without the mouse).

AFAICT, selection == focus in a GWT Tree.

I'm not sure, but maybe subclassing FastTree from GWT-Incubator and
overriding processElementClicked(FastTreeItem) might be what you're
looking for.
--~--~---------~--~----~------------~-------~--~----~
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