| Package | Description |
|---|---|
| com.vaadin.ui |
| Modifier and Type | Method and Description |
|---|---|
Registration |
Button.addClickListener(Button.ClickListener listener)
Adds the button click listener.
|
void |
Button.removeClickListener(Button.ClickListener listener)
Deprecated.
As of 8.0, replaced by
Registration.remove() in the
registration object returned from
Button.addClickListener(ClickListener). |
| Constructor and Description |
|---|
Button(Resource icon,
Button.ClickListener listener)
Creates a new push button with a click listener.
|
Button(String caption,
Button.ClickListener listener)
Creates a new push button with a click listener.
|
NativeButton(String caption,
Button.ClickListener listener) |
Copyright © 2018 Vaadin Ltd. All rights reserved.