|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.krad.datadictionary.DictionaryBeanBase
org.kuali.rice.krad.datadictionary.uif.UifDictionaryBeanBase
org.kuali.rice.krad.uif.component.ComponentBase
org.kuali.rice.krad.uif.element.ContentElementBase
org.kuali.rice.krad.uif.util.BreadcrumbItem
public class BreadcrumbItem
BreadcrumbItem represents a single item in the breadcrumb list that is generated by the breadcrumbs widget
| Field Summary |
|---|
| Fields inherited from class org.kuali.rice.krad.uif.component.ComponentBase |
|---|
templateOptions |
| Fields inherited from class org.kuali.rice.krad.datadictionary.DictionaryBeanBase |
|---|
componentCode, namespaceCode |
| Fields inherited from interface org.kuali.rice.krad.uif.component.Ordered |
|---|
INITIAL_ORDER_VALUE |
| Fields inherited from interface org.springframework.core.Ordered |
|---|
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE |
| Constructor Summary | |
|---|---|
BreadcrumbItem()
|
|
| Method Summary | ||
|---|---|---|
protected
|
copyProperties(T component)
Copies properties for copy() |
|
List<Component> |
getComponentsForLifecycle()
Adds siblingBreadcrumbComponent to the components for the lifecycle |
|
String |
getLabel()
The label for this breadcrumbItem. |
|
Component |
getSiblingBreadcrumbComponent()
Set the breadcrumb component for this breadcrumbs sibling content/navigation. |
|
UrlInfo |
getUrl()
The url used for the breadcrumb link represented by this item |
|
boolean |
isRenderAsLink()
If true, the breadcrumbItem will render as a link, otherwise it will render as a span (not-clickable). |
|
void |
performApplyModel(Object model,
Component parent)
The following updates are done here: Evaluate expressions on url object |
|
void |
setLabel(String label)
Set the label for this breadcrumbItem. |
|
void |
setRenderAsLink(boolean renderAsLink)
Set to true to render as a link, false otherwise |
|
void |
setSiblingBreadcrumbComponent(Component siblingBreadcrumbComponent)
Set the sibling breadcrumb component |
|
void |
setUrl(UrlInfo urlObject)
Set the url object |
|
| Methods inherited from class org.kuali.rice.krad.uif.element.ContentElementBase |
|---|
getComponentTypeName |
| 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 |
| Methods inherited from interface org.kuali.rice.krad.uif.util.LifecycleElement |
|---|
checkMutable, copy, getId, initializePendingTasks, isMutable, performFinalize, performInitialization, setId |
| Constructor Detail |
|---|
public BreadcrumbItem()
| Method Detail |
|---|
public void performApplyModel(Object model,
Component parent)
performApplyModel in interface LifecycleElementperformApplyModel in class ComponentBasemodel - - Top level object containing the data (could be the form or a
top level business object, dto)org.kuali.rice.krad.uif.component.Component#performApplyModel(org.kuali.rice.krad.uif.view.View,
java.lang.Object, org.kuali.rice.krad.uif.component.Component)public List<Component> getComponentsForLifecycle()
getComponentsForLifecycle in interface ComponentgetComponentsForLifecycle in class ComponentBaseComponent.getComponentsForLifecycle()public String getLabel()
public void setLabel(String label)
label - public UrlInfo getUrl()
public void setUrl(UrlInfo urlObject)
urlObject - public Component getSiblingBreadcrumbComponent()
public void setSiblingBreadcrumbComponent(Component siblingBreadcrumbComponent)
siblingBreadcrumbComponent - public boolean isRenderAsLink()
public void setRenderAsLink(boolean renderAsLink)
renderAsLink - protected <T> void copyProperties(T component)
DictionaryBeanBase
copyProperties in class ComponentBasecomponent - base beanDictionaryBeanBase.copyProperties(Object)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||