| Interface | Description | 
|---|---|
| CollectionLayoutManager | Layout manager implementations that work with a collection (such as a table
 layout) should implement this interface for building the collection
  Componentinstances | 
| LayoutManager | Manages the rendering of  Componentinstances within aContainer | 
| Class | Description | 
|---|---|
| BoxLayoutManager | Layout manager that organizes components in a single row (horizontal) or
 column (vertical) | 
| CollectionLayoutUtils | Utilities for collection layout managers | 
| GridLayoutManager | Layout manager that organizes its components in a table based grid | 
| LayoutManagerBase | Base class for all layout managers | 
| StackedLayoutManager | Layout manager that works with  CollectionGroupcontainers and
 renders the collection lines in a vertical row | 
| TableLayoutManager | Layout manager that works with  CollectionGroupcomponents and
 renders the collection as a Table | 
Copyright © 2005-2015 The Kuali Foundation. All Rights Reserved.