| AbsoluteLayout.ComponentPosition |
The ComponentPosition class represents a component's position within the
absolute layout.
|
| AbstractComponent |
An abstract base class for most legacy components.
|
| AbstractComponentContainer |
Legacy version of AbstractComponentContainer that resembles Vaadin 7/8's
AbstractComponentContainer API as closely as possible in order to facilitate
migration to newer versions of Vaadin.
|
| AbstractLayout |
|
| AbstractOrderedLayout |
Legacy version of AbstractOrderedLayout that resembles Vaadin 7/8's
AbstractOrderedLayout API as closely as possible in order to facilitate
migration to newer versions of Vaadin.
|
| AbstractSingleComponentContainer |
Abstract base class for legacy Vaadin framework version 7/8 component
containers that have only one child component.
|
| Alignment |
Legacy version of Alignment that resembles Vaadin 7/8's Alignment API as
closely as possible in order to facilitate migration to newer versions of
Vaadin.
|
| ComponentContainer |
Legacy version of ComponentContainer, a special type of parent which allows
the user to add and remove components to it.
|
| Event |
Legacy version of Event class that resembles Vaadin 7/8's
Component.Event API as closely as possible in order to
facilitate migration to newer versions of Vaadin.
|
| Focusable |
Legacy version of Listener interface that resembles Vaadin 7/8's
Component.Focusable API as closely as possible in order to
facilitate migration to newer versions of Vaadin.
|
| GridLayout.Area |
Defines a rectangular area of cells in a GridLayout.
|
| GridLayout.OutOfBoundsException |
An Exception object which is thrown when an area exceeds the bounds of the grid.
|
| GridLayout.OverlapsException |
Gridlayout does not support laying components on top of each other.
|
| HasComponents |
|
| HasComponents.ComponentAttachDetachNotifier |
Interface for HasComponents implementations that support sending
attach and detach events for components.
|
| HasComponents.ComponentAttachEvent |
Component attach event sent when a component is attached to container.
|
| HasComponents.ComponentAttachListener |
Component attach listener interface.
|
| HasComponents.ComponentDetachEvent |
Component detach event sent when a component is detached from container.
|
| HasComponents.ComponentDetachListener |
Component detach listener interface.
|
| Layout.AlignmentHandler |
AlignmentHandler is most commonly an advanced Layout that can
align its components.
|
| Layout.MarginHandler |
This type of layout supports automatic addition of margins (space around
its components).
|
| Layout.SpacingHandler |
This type of layout supports automatic addition of space between its
components.
|
| Listener |
Legacy version of Listener interface that resembles Vaadin 7/8's
Component.Listener API as closely as possible in order to
facilitate migration to newer versions of Vaadin.
|
| MarginInfo |
Describes the margin settings for each edge of a Component.
|
| SingleComponentContainer |
Interface for classic component containers that have one child component and
do not support adding or removing components.
|