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, 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
Method Summary |
protected
|
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 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
-
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.