Class Summary |
BoxLayoutManager |
Layout manager that organizes components in a single row (horizontal) or
column (vertical) |
CollectionLayoutUtils |
Utilities for collection layout managers |
CssGridLayoutManager |
Css Grid Layout manager is a layout manager which creates div "rows" and "cells" to replicate a table look by
using div elements for its items. |
GridLayoutManager |
Layout manager that organizes its components in a table based grid |
LayoutManagerBase |
Base class for all layout managers |
ListLayoutManager |
List layout manager is a layout manager for group types to output their items as either ordered or
unordered lists |
StackedLayoutManager |
Layout manager that works with CollectionGroup containers and
renders the collection lines in a vertical row |
TableLayoutManager |
Layout manager that works with CollectionGroup components and renders the collection as a
Table |