Uses of Interface
com.vaadin.event.Action.Container
-
Packages that use Action.Container Package Description com.vaadin.event com.vaadin.ui com.vaadin.ui.components.colorpicker -
-
Uses of Action.Container in com.vaadin.event
Subinterfaces of Action.Container in com.vaadin.event Modifier and Type Interface Description static interface
Action.Notifier
Action.Containers implementing this support an easier way of adding single Actions than the more involved Action.Handler.Classes in com.vaadin.event that implement Action.Container Modifier and Type Class Description class
ActionManager
Javadoc TODO Notes:class
ConnectorActionManager
An ActionManager connected to a connector.Methods in com.vaadin.event with type parameters of type Action.Container Modifier and Type Method Description <T extends Component & Action.Container & VariableOwner>
voidActionManager. setViewer(T viewer)
Methods in com.vaadin.event with parameters of type Action.Container Modifier and Type Method Description void
ActionManager. handleActions(Map<String,Object> variables, Action.Container sender)
-
Uses of Action.Container in com.vaadin.ui
Classes in com.vaadin.ui that implement Action.Container Modifier and Type Class Description class
Calendar
Vaadin Calendar is for visualizing events in a calendar.class
Form
Deprecated.As of 7.0, useFieldGroup
instead ofForm
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 aUI
. -
Uses of Action.Container in com.vaadin.ui.components.colorpicker
Classes in com.vaadin.ui.components.colorpicker that implement Action.Container Modifier and Type Class Description class
ColorPickerPopup
A component that represents color selection popup within a color picker.
-