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, DictionaryBean, UifDictionaryBean, LayoutManager

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

Constructor Summary
ListLayoutManager()
           
 
Method Summary
 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, appendToStyle, getComponentPrototypes, getComponentsForLifecycle, getContext, getCssClasses, getId, getPropertiesForReferenceCopy, getPropertyReplacers, getStyle, getStyleClassesAsString, getSupportedContainer, getTemplate, getTemplateName, performApplyModel, performFinalize, performInitialization, pushObjectToContext, setContext, setCssClasses, setId, 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
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
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 -


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