Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Many Buttons, one ClickHandler

    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

    #2
    event.getSource()

    Comment

    Working...
    X