Package | Description |
---|---|
org.kuali.rice.krad.uif.container | |
org.kuali.rice.krad.uif.layout | |
org.kuali.rice.krad.uif.layout.collections |
Modifier and Type | Method and Description |
---|---|
LayoutManager |
Container.getLayoutManager()
LayoutManager that should be used to layout the components
in the container |
LayoutManager |
ContainerBase.getLayoutManager()
LayoutManager that should be used to layout the components
in the container |
Modifier and Type | Method and Description |
---|---|
void |
Container.setLayoutManager(LayoutManager layoutManager) |
void |
ContainerBase.setLayoutManager(LayoutManager layoutManager) |
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.
|
interface |
GridLayoutManager
Layout manager interface for grid layouts.
|
interface |
StackedLayoutManager
Layout manager interface for stacked collections.
|
interface |
TableLayoutManager
Layout manager that works with
CollectionGroup components and renders the collection as a
Table. |
Modifier and Type | Class and Description |
---|---|
class |
BoxLayoutManager
Layout manager that organizes components in a single row (horizontal) or
column (vertical)
|
class |
CssGridLabelColumnLayoutManager
A Css Grid Layout which only takes fields as its content and separates out the field's labels into
separate columns
|
class |
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.
|
class |
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.
|
class |
GridLayoutManagerBase
Layout manager that organizes its components in a table based grid
|
class |
LayoutManagerBase
Base class for all layout managers
|
class |
ListLayoutManager
List layout manager is a layout manager for group types to output their items as either ordered or
unordered lists.
|
class |
SimpleLayoutManager
Layout manager that just renders the items one after another (no wrapping occurs).
|
class |
StackedLayoutManagerBase
Layout manager that works with
CollectionGroup containers and
renders the collection lines in a vertical row |
class |
TableLayoutManagerBase
Implementation of table layout manager.
|
Modifier and Type | Class and Description |
---|---|
class |
CollectionLayoutManagerBase
Base class for collection layout managers.
|
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.