Uses of Package
org.kuali.rice.krad.uif.layout
Packages that use org.kuali.rice.krad.uif.layout
Package
Description
-
Classes in org.kuali.rice.krad.uif.layout used by org.kuali.rice.krad.uif.componentClassDescriptionCssGridSizes are used by CssGridLayoutManagers to determine how much "column/cell" width an item will take up in a css grid layout.
-
Classes in org.kuali.rice.krad.uif.layout used by org.kuali.rice.krad.uif.container
-
Classes in org.kuali.rice.krad.uif.layout used by org.kuali.rice.krad.uif.container.collectionsClassDescriptionLayout manager implementations that work with a collection (such as a table layout) should implement this interface for building the collection component instances.
-
Classes in org.kuali.rice.krad.uif.layout used by org.kuali.rice.krad.uif.freemarker
-
Classes in org.kuali.rice.krad.uif.layout used by org.kuali.rice.krad.uif.layoutClassDescriptionLayout manager implementations that work with a collection (such as a table layout) should implement this interface for building the collection component instances.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 are used by CssGridLayoutManagers to determine how much "column/cell" width an item will take up in a css grid layout.Layout manager interface for grid layouts.Manages the rendering of
Componentinstances within aContainerBase class for all layout managersLayout manager interface for stacked collections.Layout manager that works withCollectionGroupcomponents and renders the collection as a Table. -
Classes in org.kuali.rice.krad.uif.layout used by org.kuali.rice.krad.uif.layout.collectionsClassDescriptionLayout manager implementations that work with a collection (such as a table layout) should implement this interface for building the collection component instances.Manages the rendering of
Componentinstances within aContainerBase class for all layout managersLayout manager that works withCollectionGroupcomponents and renders the collection as a Table.