public class ListLayoutManager extends LayoutManagerBase
componentCode, namespaceCode
Constructor and Description |
---|
ListLayoutManager() |
Modifier and Type | Method and Description |
---|---|
boolean |
isOrderedList()
If true, this list layout is an ordered list (ol).
|
void |
performApplyModel(Object model,
LifecycleElement component)
Iterates through the groups items and sets the rendered in list boolean.
|
void |
setOrderedList(boolean orderedList)
Setter for
isOrderedList() . |
addStyleClass, appendToStyle, checkMutable, clone, getAdditionalCssClasses, getContainerIdSuffix, getContext, getCssClasses, getId, getLibraryCssClasses, getPhasePathMapping, getPropertyReplacers, getStyle, getStyleClassesAsString, getSupportedContainer, getTemplate, getTemplateName, getViewPath, getViewStatus, isFinal, isInitialized, isModelApplied, isMutable, isRender, notifyCompleted, performFinalize, performInitialization, pushAllToContext, pushObjectToContext, setAdditionalCssClasses, setContainerIdSuffix, setContext, setCssClasses, setId, setLibraryCssClasses, setPhasePathMapping, setPropertyReplacers, setRender, setStyle, setStyleClasses, setTemplate, setTemplateName, setViewPath, setViewStatus, skipLifecycle
getExpressionGraph, getPropertyExpression, getPropertyExpressions, setExpressionGraph, setPropertyExpressions
copy, dataDictionaryPostProcessing, getComponentCode, getNamespaceCode, setComponentCode, setNamespaceCode
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getExpressionGraph, getPropertyExpression, getPropertyExpressions, setExpressionGraph, setPropertyExpressions
dataDictionaryPostProcessing, getComponentCode, getNamespaceCode
public ListLayoutManager()
public void performApplyModel(Object model, LifecycleElement component)
Where components can perform conditional logic such as dynamically generating new fields or setting field state based on the given data
performApplyModel
in interface LifecycleElement
performApplyModel
in class LayoutManagerBase
model
- - Top level object containing the data (could be the form or a
top level business object, dto)component
- parent lifecycle elementpublic boolean isOrderedList()
public void setOrderedList(boolean orderedList)
isOrderedList()
.orderedList
- property valueCopyright © 2005–2016 The Kuali Foundation. All rights reserved.