|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Layout.AlignmentHandler | |
|---|---|
| com.vaadin.ui | |
| Uses of Layout.AlignmentHandler in com.vaadin.ui |
|---|
| Classes in com.vaadin.ui that implement Layout.AlignmentHandler | |
|---|---|
class |
AbstractOrderedLayout
|
class |
ExpandLayout
Deprecated. Deprecated in favor of the new OrderedLayout |
class |
FormLayout
FormLayout is used by Form to layout fields. |
class |
GridLayout
A layout where the components are laid out on a grid using cell coordinates. |
class |
HorizontalLayout
Horizontal layout HorizontalLayout is a component container, which shows the
subcomponents in the order of their addition (horizontally). |
class |
OrderedLayout
Deprecated. Replaced by VerticalLayout/HorizontalLayout. For type checking please not that VerticalLayout/HorizontalLayout do not extend OrderedLayout but AbstractOrderedLayout (which also OrderedLayout extends). |
class |
VerticalLayout
Vertical layout VerticalLayout is a component container, which shows the
subcomponents in the order of their addition (vertically). |
| Methods in com.vaadin.ui with parameters of type Layout.AlignmentHandler | |
|---|---|
static void |
AlignmentUtils.setComponentAlignment(Layout.AlignmentHandler parent,
Component component,
String alignment)
Deprecated. Set the alignment for the component using short notation |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||