| Package | Description |
|---|---|
| com.vaadin.navigator | |
| com.vaadin.ui | |
| com.vaadin.ui.components.colorpicker |
| Modifier and Type | Class and Description |
|---|---|
static class |
Navigator.EmptyView
Empty view component.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ComponentContainer
A special type of parent which allows the user to add and remove components
to it.
|
interface |
HasChildMeasurementHint
Component with layout measuring hint.
|
interface |
Layout
Extension to the
ComponentContainer interface which adds the
layouting control to the elements in the container. |
interface |
SelectiveRenderer
Interface implemented by
HasComponents implementors that wish to
dynamically be able to prevent given child components from reaching the
client side. |
interface |
SingleComponentContainer
Interface for component containers that have one child component and do not
support adding or removing components.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbsoluteLayout
AbsoluteLayout is a layout implementation that mimics html absolute
positioning.
|
class |
AbstractComponentContainer
Extension to
AbstractComponent that defines the default
implementation for the methods in ComponentContainer. |
class |
AbstractLayout
An abstract class that defines default implementation for the
Layout
interface. |
class |
AbstractOrderedLayout |
class |
AbstractSingleComponentContainer
Abstract base class for component containers that have only one child
component.
|
class |
AbstractSplitPanel
AbstractSplitPanel.
|
class |
Accordion
An accordion is a component similar to a
TabSheet, but with a
vertical orientation and the selected component presented between tabs. |
class |
Composite
Composite allows creating new UI components by composition of existing
server-side components.
|
class |
CssLayout
CssLayout is a layout component that can be used in browser environment only.
|
class |
CustomComponent
Custom component provides a simple implementation of the
Component
interface to allow creating new UI components by composition of existing
server-side components. |
class |
CustomField<T>
A
HasValue whose UI content can be constructed by the user, enabling
the creation of e.g. |
class |
CustomLayout
A container component with freely designed layout and style.
|
class |
DragAndDropWrapper
Deprecated.
Replaced in 8.1 with
DragSourceExtension and
DropTargetExtension. |
class |
FormLayout
FormLayout is used to layout fields.
|
class |
Grid<T>
A grid component for displaying tabular data.
|
class |
GridLayout
A layout where the components are laid out on a grid using cell coordinates.
|
class |
HorizontalLayout
Horizontal layout
HorizontalLayout is a component container, which shows the
subcomponents in the order of their addition (horizontally). |
class |
HorizontalSplitPanel
A horizontal split panel contains two components and lays them horizontally.
|
class |
LegacyWindow
Deprecated.
|
class |
LoginForm
Login form with auto-completion and auto-fill for all major browsers.
|
class |
Panel
Panel - a simple single component container.
|
class |
PopupView
A component for displaying a two different views to data.
|
class |
TabSheet
TabSheet component.
|
class |
Tree<T>
Tree component.
|
class |
TreeGrid<T>
A grid component for displaying hierarchical tabular data.
|
class |
UI
The topmost component in any component hierarchy.
|
class |
VerticalLayout
Vertical layout
VerticalLayout is a component container, which shows the
subcomponents in the order of their addition (vertically). |
class |
VerticalSplitPanel
A vertical split panel contains two components and lays them vertically.
|
class |
Window
A component that represents a floating popup window that can be added to a
UI. |
| Modifier and Type | Method and Description |
|---|---|
<T extends HasComponents> |
AbstractComponent.findAncestor(Class<T> parentType)
Returns the closest ancestor with the given type.
|
| Modifier and Type | Method and Description |
|---|---|
HasComponents |
HasComponents.ComponentAttachEvent.getContainer()
Gets the component container.
|
HasComponents |
HasComponents.ComponentDetachEvent.getContainer()
Gets the component container.
|
HasComponents |
Component.getParent()
Gets the parent component of the component.
|
HasComponents |
AbstractComponent.getParent() |
| Modifier and Type | Method and Description |
|---|---|
void |
Component.setParent(HasComponents parent)
Sets the parent connector of the component.
|
void |
AbstractComponent.setParent(HasComponents parent) |
void |
Window.setParent(HasComponents parent) |
| Constructor and Description |
|---|
ComponentAttachEvent(HasComponents container,
Component attachedComponent)
Creates a new attach event.
|
ComponentDetachEvent(HasComponents container,
Component detachedComponent)
Creates a new detach event.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ColorPickerHistory
A component that represents color selection history within a color picker.
|
class |
ColorPickerPopup
A component that represents color selection popup within a color picker.
|
class |
ColorPickerPreview
A component that represents color selection preview within a color picker.
|
class |
ColorPickerSelect
A component that represents color selection swatches within a color picker.
|
Copyright © 2018 Vaadin Ltd. All rights reserved.