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 |
Calendar
Vaadin Calendar is for visualizing events in a calendar.
|
class |
Form
Deprecated.
As of 7.0, use
FieldGroup instead of Form for
more flexibility. |
class |
LegacyWindow
Deprecated.
|
class |
Panel
Panel - a simple single component container.
|
class |
Table
Table is used for representing data or components in a pageable
and selectable table. |
class |
Tree
Tree component.
|
class |
TreeTable
|
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 © 2016 Vaadin Ltd. All rights reserved.