org.kuali.rice.krad.uif.layout
Class ListLayoutManager
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.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
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ListLayoutManager
public ListLayoutManager()
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.