| Package | Description |
|---|---|
| com.vaadin.event | |
| com.vaadin.ui | |
| com.vaadin.ui.components.colorpicker |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Action.Notifier
Action.Containers implementing this support an easier way of adding
single Actions than the more involved Action.Handler.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ActionManager
Javadoc TODO
Notes:
|
class |
ConnectorActionManager
An ActionManager connected to a connector.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends Component & Action.Container & VariableOwner> |
ActionManager.setViewer(T viewer) |
| Modifier and Type | Method and Description |
|---|---|
void |
ActionManager.handleActions(Map<String,Object> variables,
Action.Container sender) |
| Modifier and Type | Class and Description |
|---|---|
class |
LegacyWindow
Deprecated.
|
class |
Panel
Panel - a simple single component container.
|
class |
UI
The topmost component in any component hierarchy.
|
class |
Window
A component that represents a floating popup window that can be added to a
UI. |
| Modifier and Type | Class and Description |
|---|---|
class |
ColorPickerPopup
A component that represents color selection popup within a color picker.
|
Copyright © 2021 Vaadin Ltd. All rights reserved.