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 classNavigator.EmptyViewEmpty view component. -
Uses of Layout in com.vaadin.ui
Classes in com.vaadin.ui that implement Layout Modifier and Type Class Description classAbsoluteLayoutAbsoluteLayout is a layout implementation that mimics html absolute positioning.classAbstractLayoutAn abstract class that defines default implementation for theLayoutinterface.classAbstractOrderedLayoutclassCssLayoutCssLayout is a layout component that can be used in browser environment only.classCustomLayoutA container component with freely designed layout and style.classFormLayoutFormLayout is used byFormto layout fields.classGridLayoutA layout where the components are laid out on a grid using cell coordinates.classHorizontalLayoutHorizontal layoutHorizontalLayoutis a component container, which shows the subcomponents in the order of their addition (horizontally).classVerticalLayoutVertical layoutVerticalLayoutis 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 LayoutForm. getFooter()Deprecated.Returns a layout that is rendered below normal form contents.LayoutForm. getLayout()Deprecated.Gets the layout of the form.Methods in com.vaadin.ui with parameters of type Layout Modifier and Type Method Description voidForm. setFooter(Layout footer)Deprecated.Sets the layout that is rendered below normal form contents.voidForm. 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 givenLayoutandFormFieldFactory. -
Uses of Layout in com.vaadin.ui.components.colorpicker
Classes in com.vaadin.ui.components.colorpicker that implement Layout Modifier and Type Class Description classColorPickerPreviewA component that represents color selection preview within a color picker.
-