Uses of Interface
com.vaadin.ui.Layout.SpacingHandler
-
Packages that use Layout.SpacingHandler Package Description com.vaadin.ui -
-
Uses of Layout.SpacingHandler in com.vaadin.ui
Classes in com.vaadin.ui that implement Layout.SpacingHandler Modifier and Type Class Description class
AbstractOrderedLayout
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).
-