Tuesday, June 7, 2016

Re: Problem with SimpleCheckBox shared in n instances

try making it a final.

On Tue, Jun 7, 2016 at 6:20 AM, 129pierre <pierregilquin@gmail.com> wrote:
Hi,

I have a html checkbox wrapped as a SimpleCheckBox. This SimpleCheckBox is used by n instances of the same class.

In this class, I have  an click handler for this SimpleCheckBox.

The onClick code is only reached in the last instance created. All others instances never received the event.


Is this something wrong with this architecture ? 
Thanks for any help


Pierre 

GWT 2.7

--
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment