| Package | Description |
|---|---|
| com.vaadin.ui |
| Modifier and Type | Method and Description |
|---|---|
Registration |
Image.addClickListener(MouseEvents.ClickListener listener)
Add a click listener to the component.
|
Registration |
Embedded.addClickListener(MouseEvents.ClickListener listener)
Add a click listener to the component.
|
Registration |
UI.addClickListener(MouseEvents.ClickListener listener)
Add a click listener to the UI.
|
Registration |
Panel.addClickListener(MouseEvents.ClickListener listener)
Add a click listener to the Panel.
|
void |
Image.removeClickListener(MouseEvents.ClickListener listener)
Deprecated.
As of 8.0, replaced by
Registration.remove() in the
registration object returned from
#addClickListener(ClickListener). |
void |
Embedded.removeClickListener(MouseEvents.ClickListener listener)
Deprecated.
As of 8.0, replaced by
Registration.remove() in the
registration object returned from
#addClickListener(ClickListener). |
void |
UI.removeClickListener(MouseEvents.ClickListener listener)
Deprecated.
As of 8.0, replaced by
Registration.remove() in the
registration object returned from
#removeClickListener(ClickListener). |
void |
Panel.removeClickListener(MouseEvents.ClickListener listener)
Deprecated.
As of 8.0, replaced by
Registration.remove() in the
registration object returned from
#addClickListener(ClickListener). |
Copyright © 2017 Vaadin Ltd. All rights reserved.