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