Interface | Description |
---|---|
CollectionLayoutManager |
Layout manager implementations that work with a collection (such as a table layout) should implement
this interface for building the collection component instances.
|
GridLayoutManager |
Layout manager interface for grid layouts.
|
LayoutManager |
Manages the rendering of
Component instances within a
Container |
StackedLayoutManager |
Layout manager interface for stacked collections.
|
TableLayoutManager |
Layout manager that works with
CollectionGroup components and renders the collection as a
Table. |
Class | Description |
---|---|
BoxLayoutManager |
Layout manager that organizes components in a single row (horizontal) or
column (vertical)
|
CollectionLayoutUtils |
Utilities for collection layout managers
|
CssGridLabelColumnLayoutManager |
A Css Grid Layout which only takes fields as its content and separates out the field's labels into
separate columns
|
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.
|
CssGridLayoutManagerBase |
Css Grid Layout managers are a layout managers which creates div "rows" and "cells" to replicate a
table look by using div elements for its items.
|
CssGridSizes |
CssGridSizes are used by CssGridLayoutManagers to determine how much "column/cell" width an item will take up in a
css grid layout.
|
GridLayoutManagerBase |
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.
|
SimpleLayoutManager |
Layout manager that just renders the items one after another (no wrapping occurs).
|
StackedLayoutManagerBase |
Layout manager that works with
CollectionGroup containers and
renders the collection lines in a vertical row |
TableLayoutManagerBase |
Implementation of table layout manager.
|
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.