I have a DockLayoutPanel consisting of two classes, LeftPanel and
RightPanel.

LeftPanel consists of several custom widget composites of a CheckBox
and three Buttons.

When a CheckBox in the LeftPanel is checked/unchecked, information is
displayed/removed from the RightPanel.

The problem I am having is how to handle different ClickEvents within
the composite widget. As it is now, I just listen for one of the
composite widgets to be clicked in the LeftPanel, then display/remove
the information in the RightPanel based on the state of the CheckBox
of that widget.

How do I listen for, and differentiate between, one of the Buttons
being clicked?

-- 
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-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to