|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractLayout | |
---|---|
com.vaadin.ui |
Uses of AbstractLayout in com.vaadin.ui |
---|
Subclasses of AbstractLayout in com.vaadin.ui | |
---|---|
class |
AbsoluteLayout
AbsoluteLayout is a layout implementation that mimics html absolute positioning. |
class |
AbstractOrderedLayout
|
class |
AbstractSplitPanel
AbstractSplitPanel. |
class |
CssLayout
CssLayout is a layout component that can be used in browser environment only. |
class |
CustomLayout
A container component with freely designed layout and style. |
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 |
HorizontalSplitPanel
A horizontal split panel contains two components and lays them 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 |
SplitPanel
Deprecated. in 6.5. Use HorizontalSplitPanel or
VerticalSplitPanel instead. |
class |
VerticalLayout
Vertical layout VerticalLayout is a component container, which shows the
subcomponents in the order of their addition (vertically). |
class |
VerticalSplitPanel
A vertical split panel contains two components and lays them vertically. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |