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

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.ListLayoutManager
All Implemented Interfaces:
Serializable, Copyable, DictionaryBean, UifDictionaryBean, LayoutManager, LifecycleElement

public class ListLayoutManager
extends LayoutManagerBase

List layout manager is a layout manager for group types to output their items as either ordered or unordered lists

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.kuali.rice.krad.datadictionary.DictionaryBeanBase
componentCode, namespaceCode
 
Constructor Summary
ListLayoutManager()
           
 
Method Summary
protected
<T> void
copyProperties(T listLayoutManager)
          Copies properties for copy()
 boolean isOrderedList()
          If true, this list layout is an ordered list (ol).
 void setOrderedList(boolean orderedList)
          Set whether or not this is an orderedList
 
Methods inherited from class org.kuali.rice.krad.uif.layout.LayoutManagerBase
addStyleClass, allowModification, appendToStyle, checkMutable, copy, getAdditionalCssClasses, getComponentPrototypes, getComponentsForLifecycle, getContext, getCssClasses, getId, getLibraryCssClasses, getPropertyReplacers, getStyle, getStyleClassesAsString, getSupportedContainer, getTemplate, getTemplateName, initializePendingTasks, isMutable, performApplyModel, performFinalize, performInitialization, pushAllToContext, pushObjectToContext, setAdditionalCssClasses, setContext, setCssClasses, setId, setLibraryCssClasses, setPropertyReplacers, setStyle, setStyleClasses, setTemplate, setTemplateName
 
Methods inherited from class org.kuali.rice.krad.datadictionary.uif.UifDictionaryBeanBase
getExpressionGraph, getPropertyExpression, getPropertyExpressions, getRefreshExpressionGraph, setExpressionGraph, setPropertyExpressions, setRefreshExpressionGraph
 
Methods inherited from class org.kuali.rice.krad.datadictionary.DictionaryBeanBase
dataDictionaryPostProcessing, getComponentCode, getNamespaceCode, setComponentCode, setNamespaceCode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.kuali.rice.krad.datadictionary.uif.UifDictionaryBean
getExpressionGraph, getPropertyExpression, getPropertyExpressions, getRefreshExpressionGraph, setExpressionGraph, setPropertyExpressions, setRefreshExpressionGraph
 
Methods inherited from interface org.kuali.rice.krad.datadictionary.DictionaryBean
dataDictionaryPostProcessing, getComponentCode, getNamespaceCode
 

Constructor Detail

ListLayoutManager

public ListLayoutManager()
Method Detail

isOrderedList

public boolean isOrderedList()
If true, this list layout is an ordered list (ol). Otherwise, the the layout is an unordered list (ul)

Returns:
true if orderedList, false if unordered

setOrderedList

public void setOrderedList(boolean orderedList)
Set whether or not this is an orderedList

Parameters:
orderedList -

copyProperties

protected <T> void copyProperties(T listLayoutManager)
Description copied from class: DictionaryBeanBase
Copies properties for copy()

Overrides:
copyProperties in class LayoutManagerBase
Parameters:
listLayoutManager - base bean
See Also:
DictionaryBeanBase.copyProperties(Object)


Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.