| Package | Description |
|---|---|
| com.vaadin.ui | |
| com.vaadin.ui.components.colorpicker |
| Modifier and Type | Method and Description |
|---|---|
void |
Button.addClickListener(Button.ClickListener listener)
Adds the button click listener.
|
void |
Button.addListener(Button.ClickListener listener)
Deprecated.
As of 7.0, replaced by
Button.addClickListener(ClickListener) |
void |
Button.removeClickListener(Button.ClickListener listener)
Removes the button click listener.
|
void |
Button.removeListener(Button.ClickListener listener)
Deprecated.
As of 7.0, replaced by
Button.removeClickListener(ClickListener) |
| Constructor and Description |
|---|
Button(String caption,
Button.ClickListener listener)
Creates a new push button with a click listener.
|
NativeButton(String caption,
Button.ClickListener listener) |
| Modifier and Type | Class and Description |
|---|---|
class |
ColorPickerPopup
A component that represents color selection popup within a color picker.
|
Copyright © 2017 Vaadin Ltd. All rights reserved.