I need adding a click event to th (in a table with UIBinder context). Is it possible? Have I to create a TH-Widget with a wrap method? If it’s so, how?
Thanks,
Randomize
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can create your own widget the old-fashioned way with
and then override onBrowserEvent and implement addClickHandler using other GWT widgets as a model. But I don’t know how that interacts with UIBinder.