org.kuali.rice.krad.uif.layout
Class CssGridLayoutManager

java.lang.Object
  extended by org.kuali.rice.krad.datadictionary.DictionaryBeanBase
      extended by org.kuali.rice.krad.datadictionary.uif.UifDictionaryBeanBase
          extended by org.kuali.rice.krad.uif.layout.LayoutManagerBase
              extended by org.kuali.rice.krad.uif.layout.CssGridLayoutManagerBase
                  extended by 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

Field Summary
 
Fields inherited from class org.kuali.rice.krad.uif.layout.CssGridLayoutManagerBase
BOOTSTRAP_SPAN_PREFIX, cellCssClassAttributes, conditionalRowCssClasses, NUMBER_OF_COLUMNS, rowCssClassAttributes, rowLayoutCssClass, rows
 
Fields inherited from class org.kuali.rice.krad.datadictionary.DictionaryBeanBase
componentCode, namespaceCode
 
Constructor Summary
CssGridLayoutManager()
           
 
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.CssGridLayoutManagerBase
getCellCssClassAttributes, getCellStyleClassesAsString, getConditionalRowCssClasses, getRowCssClassAttributes, getRowLayoutCssClass, getRows, setConditionalRowCssClasses, setRowLayoutCssClass
 
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
 
Methods inherited from class org.kuali.rice.krad.datadictionary.uif.UifDictionaryBeanBase
getExpressionGraph, getPropertyExpression, getPropertyExpressions, setExpressionGraph, setPropertyExpressions
 
Methods inherited from class org.kuali.rice.krad.datadictionary.DictionaryBeanBase
copy, dataDictionaryPostProcessing, getComponentCode, getNamespaceCode, setComponentCode, setNamespaceCode, unwrap
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.kuali.rice.krad.datadictionary.uif.UifDictionaryBean
getExpressionGraph, getPropertyExpression, getPropertyExpressions, setExpressionGraph, setPropertyExpressions
 
Methods inherited from interface org.kuali.rice.krad.datadictionary.DictionaryBean
dataDictionaryPostProcessing, getComponentCode, getNamespaceCode
 
Methods inherited from interface org.kuali.rice.krad.datadictionary.Copyable
copy, unwrap
 

Constructor Detail

CssGridLayoutManager

public CssGridLayoutManager()
Method Detail

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 data
component - - 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.