Hi all,
I have a dynamic number of buttons within my app and each should do almost the same (a little difference), therefore I want to add to each button the same ClickHandler.
The problem is, that I cannot get the respective button which activated the Handler.
Is there any possibility, to get the Object, which activated the ClickHandler, within the handler ?
Thanks a lot in advance,
cheers,
Tobi
I have a dynamic number of buttons within my app and each should do almost the same (a little difference), therefore I want to add to each button the same ClickHandler.
The problem is, that I cannot get the respective button which activated the Handler.
Is there any possibility, to get the Object, which activated the ClickHandler, within the handler ?
Thanks a lot in advance,
cheers,
Tobi
Comment