Uses of Interface
org.kuali.rice.krad.uif.layout.LayoutManager
Packages that use LayoutManager
Package
Description
-
Uses of LayoutManager in org.kuali.rice.krad.uif.container
Methods in org.kuali.rice.krad.uif.container that return LayoutManagerModifier and TypeMethodDescriptionContainer.getLayoutManager()LayoutManagerthat should be used to layout the components in the containerContainerBase.getLayoutManager()LayoutManagerthat should be used to layout the components in the containerMethods in org.kuali.rice.krad.uif.container with parameters of type LayoutManagerModifier and TypeMethodDescriptionvoidContainer.setLayoutManager(LayoutManager layoutManager) voidContainerBase.setLayoutManager(LayoutManager layoutManager) -
Uses of LayoutManager in org.kuali.rice.krad.uif.layout
Subinterfaces of LayoutManager in org.kuali.rice.krad.uif.layoutModifier and TypeInterfaceDescriptioninterfaceLayout manager implementations that work with a collection (such as a table layout) should implement this interface for building the collection component instances.interfaceLayout manager interface for grid layouts.interfaceLayout manager interface for stacked collections.interfaceLayout manager that works withCollectionGroupcomponents and renders the collection as a Table.Classes in org.kuali.rice.krad.uif.layout that implement LayoutManagerModifier and TypeClassDescriptionclassLayout manager that organizes components in a single row (horizontal) or column (vertical)classA Css Grid Layout which only takes fields as its content and separates out the field's labels into separate columnsclassCss 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.classCss 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.classLayout manager that organizes its components in a table based gridclassBase class for all layout managersclassList layout manager is a layout manager for group types to output their items as either ordered or unordered lists.classLayout manager that just renders the items one after another (no wrapping occurs).classLayout manager that works withCollectionGroupcontainers and renders the collection lines in a vertical rowclassImplementation of table layout manager. -
Uses of LayoutManager in org.kuali.rice.krad.uif.layout.collections
Classes in org.kuali.rice.krad.uif.layout.collections that implement LayoutManagerModifier and TypeClassDescriptionclassBase class for collection layout managers.