I am using GWT/JAVA for development. I have following problem:
I want to remove the ClickHandler from Label which I already added to the Label.
I tried removeClickListener() but it is deprecated, so I can not find another solution to do this.
Please let me know if anyone found the solution..
I don’t know GWT, but here is what you can do (from the API).