| 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 | Class and Description |
|---|---|
class |
AbsoluteLayout
AbsoluteLayout is a layout implementation that mimics html absolute
positioning.
|
class |
AbstractLayout
An abstract class that defines default implementation for the
Layout
interface. |
class |
AbstractOrderedLayout |
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 |
CssLayout
CssLayout is a layout component that can be used in browser environment only.
|
class |
CustomLayout
A container component with freely designed layout and style.
|
class |
FormLayout
FormLayout is used by
Form to layout fields. |
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 |
TabSheet
TabSheet component.
|
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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ColorPickerPreview
A component that represents color selection preview within a color picker.
|
Copyright © 2016 Vaadin Ltd. All rights reserved.