Uses of Interface
com.vaadin.ui.Layout
-
Packages that use Layout Package Description com.vaadin.navigator com.vaadin.ui com.vaadin.ui.components.colorpicker -
-
Uses of Layout in com.vaadin.navigator
Classes in com.vaadin.navigator that implement Layout Modifier and Type Class Description static class
Navigator.EmptyView
Empty view component. -
Uses of Layout in com.vaadin.ui
Classes in com.vaadin.ui that implement Layout Modifier and Type Class Description class
AbsoluteLayout
AbsoluteLayout is a layout implementation that mimics html absolute positioning.class
AbstractLayout
An abstract class that defines default implementation for theLayout
interface.class
AbstractOrderedLayout
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 byForm
to layout fields.class
GridLayout
A layout where the components are laid out on a grid using cell coordinates.class
HorizontalLayout
Horizontal layoutHorizontalLayout
is a component container, which shows the subcomponents in the order of their addition (horizontally).class
VerticalLayout
Vertical layoutVerticalLayout
is a component container, which shows the subcomponents in the order of their addition (vertically).Methods in com.vaadin.ui that return Layout Modifier and Type Method Description Layout
Form. getFooter()
Deprecated.Returns a layout that is rendered below normal form contents.Layout
Form. getLayout()
Deprecated.Gets the layout of the form.Methods in com.vaadin.ui with parameters of type Layout Modifier and Type Method Description void
Form. setFooter(Layout footer)
Deprecated.Sets the layout that is rendered below normal form contents.void
Form. setLayout(Layout layout)
Deprecated.Sets the layout of the form.Constructors in com.vaadin.ui with parameters of type Layout Constructor Description Form(Layout formLayout)
Deprecated.Constructs a new form with givenLayout
.Form(Layout formLayout, FormFieldFactory fieldFactory)
Deprecated.Constructs a new form with givenLayout
andFormFieldFactory
. -
Uses of Layout in com.vaadin.ui.components.colorpicker
Classes in com.vaadin.ui.components.colorpicker that implement Layout Modifier and Type Class Description class
ColorPickerPreview
A component that represents color selection preview within a color picker.
-