| Package | Description |
|---|---|
| org.kuali.rice.krad.uif.container | |
| org.kuali.rice.krad.uif.layout |
| Modifier and Type | Method and Description |
|---|---|
LayoutManager |
ContainerBase.getLayoutManager() |
LayoutManager |
Container.getLayoutManager()
LayoutManager that should be used to layout the components
in the container |
| Modifier and Type | Method and Description |
|---|---|
void |
ContainerBase.setLayoutManager(LayoutManager layoutManager) |
void |
Container.setLayoutManager(LayoutManager layoutManager)
Setter for the containers layout manager
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
CollectionLayoutManager
Layout manager implementations that work with a collection (such as a table
layout) should implement this interface for building the collection
Component instances |
| Modifier and Type | Class and Description |
|---|---|
class |
BoxLayoutManager
Layout manager that organizes components in a single row (horizontal) or
column (vertical)
|
class |
GridLayoutManager
Layout manager that organizes its components in a table based grid
|
class |
LayoutManagerBase
Base class for all layout managers
|
class |
StackedLayoutManager
Layout manager that works with
CollectionGroup containers and
renders the collection lines in a vertical row |
class |
TableLayoutManager
Layout manager that works with
CollectionGroup components and
renders the collection as a Table |
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.