Preventing selectionChangeEvent from being fired if clicking on specific element of the cell
Hi all!
I'm trying to implement GWT application which consists of 2 panels
with Cell Widgets inside them.
I want to update right panel content when selection changes on the
left panel, so I obviously have to implement my logic in the
selectionChangeHandler.
However, I'd also like to have buttons inside every cell in the left
pane, and I don't want selection to be changed when user clicks on
those buttons.
Is it possible to implement such type of selection model that clicks
on the buttons inside cells won't change selection state and prevent
selectionChangedEvent from being fired?
Thanks in advance for help
--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home