org.kuali.rice.krad.uif.layout
Class CssGridLayoutManager
java.lang.Object
org.kuali.rice.krad.datadictionary.DictionaryBeanBase
org.kuali.rice.krad.datadictionary.uif.UifDictionaryBeanBase
org.kuali.rice.krad.uif.layout.LayoutManagerBase
org.kuali.rice.krad.uif.layout.CssGridLayoutManagerBase
org.kuali.rice.krad.uif.layout.CssGridLayoutManager
- All Implemented Interfaces:
- Serializable, Cloneable, Copyable, DictionaryBean, UifDictionaryBean, LayoutManager, LifecycleElement
public class CssGridLayoutManager
- extends CssGridLayoutManagerBase
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.
Items are added into rows based on their colSpan
setting, while each row has a max size of 12 columns. By default, if colSpan is not set on an
item, that item will take a full row.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
- Serialized Form
Method Summary |
int |
getDefaultItemColSpan()
The default cell colSpan to use for this layout (max setting, and the bean default, is 12) |
void |
performFinalize(Object model,
LifecycleElement component)
CssGridLayoutManager's performFinalize method calculates and separates the items into rows
based on their colSpan settings and the defaultItemColSpan setting
The last phase before the view is rendered |
void |
setDefaultItemColSpan(int defaultItemColSpan)
Set the default colSpan for this layout's items |
Methods inherited from class org.kuali.rice.krad.uif.layout.LayoutManagerBase |
addStyleClass, appendToStyle, checkMutable, clone, getAdditionalCssClasses, getContext, getCssClasses, getId, getLibraryCssClasses, getPhasePathMapping, getPropertyReplacers, getStyle, getStyleClassesAsString, getSupportedContainer, getTemplate, getTemplateName, getViewPath, getViewStatus, initializePendingTasks, isFinal, isInitialized, isModelApplied, isMutable, notifyCompleted, performApplyModel, performInitialization, preventModification, pushAllToContext, pushObjectToContext, setAdditionalCssClasses, setContext, setCssClasses, setId, setLibraryCssClasses, setPhasePathMapping, setPropertyReplacers, setStyle, setStyleClasses, setTemplate, setTemplateName, setViewPath, setViewStatus, skipLifecycle |
CssGridLayoutManager
public CssGridLayoutManager()
performFinalize
public void performFinalize(Object model,
LifecycleElement component)
- CssGridLayoutManager's performFinalize method calculates and separates the items into rows
based on their colSpan settings and the defaultItemColSpan setting
The last phase before the view is rendered
Here final preparations can be made based on the updated view state.
- Specified by:
performFinalize
in interface LifecycleElement
- Overrides:
performFinalize
in class LayoutManagerBase
- Parameters:
model
- - top level object containing the datacomponent
- - parent component
getDefaultItemColSpan
public int getDefaultItemColSpan()
- The default cell colSpan to use for this layout (max setting, and the bean default, is 12)
- Returns:
- int representing the default colSpan for cells in this layout
setDefaultItemColSpan
public void setDefaultItemColSpan(int defaultItemColSpan)
- Set the default colSpan for this layout's items
- Parameters:
defaultItemColSpan
-
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.