| Package | Description |
|---|---|
| com.vaadin.ui |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractColorPicker
An abstract class that defines default implementation for a color picker
component.
|
class |
ColorPicker
A class that defines default (button-like) implementation for a color picker
component.
|
class |
ColorPickerArea
A class that defines area-like implementation for a color picker component.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Window.addCloseListener(Window.CloseListener listener)
Adds a CloseListener to the window.
|
void |
Window.addListener(Window.CloseListener listener)
Deprecated.
As of 7.0, replaced by
Window.addCloseListener(CloseListener) |
void |
Window.removeCloseListener(Window.CloseListener listener)
Removes the CloseListener from the window.
|
void |
Window.removeListener(Window.CloseListener listener)
Deprecated.
As of 7.0, replaced by
Window.removeCloseListener(CloseListener) |
Copyright © 2023 Vaadin Ltd. All rights reserved.