Uses of Class
com.vaadin.ui.AbstractOrderedLayout
-
Packages that use AbstractOrderedLayout Package Description com.vaadin.ui -
-
Uses of AbstractOrderedLayout in com.vaadin.ui
Subclasses of AbstractOrderedLayout in com.vaadin.ui Modifier and Type Class Description class
FormLayout
FormLayout is used byForm
to layout fields.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).
-