Hi,
I'm a newcomer to this library, although I've been working with GWT for a year now, and it interests me a lot.
I've searched the forums for an answer but could not find it so I decided to post:
Assuming I'm using the CheckboxTree sample from the showcase, how can I programatically mark some of the nodes as selected on startup?
The main use-case is where this checkbox tree represents some sort of viewing preferences of the user and I'm sending from the server a list of the relevant data which I parse into tree node. I'd like to use one of these properties to determine whether to mark a node's checkbox or not.
Thanks in advance,
Ittai
I'm a newcomer to this library, although I've been working with GWT for a year now, and it interests me a lot.
I've searched the forums for an answer but could not find it so I decided to post:
Assuming I'm using the CheckboxTree sample from the showcase, how can I programatically mark some of the nodes as selected on startup?
The main use-case is where this checkbox tree represents some sort of viewing preferences of the user and I'm sending from the server a list of the relevant data which I parse into tree node. I'd like to use one of these properties to determine whether to mark a node's checkbox or not.
Thanks in advance,
Ittai
Comment