public class PageBreadcrumbOptions extends BreadcrumbOptions
| Constructor and Description |
|---|
PageBreadcrumbOptions() |
| Modifier and Type | Method and Description |
|---|---|
void |
finalizeBreadcrumbs(Object model,
Container parent,
BreadcrumbItem breadcrumbItem)
Finalize the setup of the BreadcrumbOptions and the BreadcrumbItem for the PageGroup.
|
boolean |
isRenderHomewardPathBreadcrumbs()
If true, render the homewardPathBreadcrumbs (if any are set), otherwise do not render them
|
boolean |
isRenderParentLocations()
If true, render the parent location breadcrumbs.
|
boolean |
isRenderPrePageBreadcrumbs()
If true, render the prePageBreadcrumbs (if any are set), otherwise do not render them
|
boolean |
isRenderPreViewBreadcrumbs()
If true, render the preViewBreadcrumbs (if any are set), otherwise do not render them
|
boolean |
isRenderViewBreadcrumb()
Whether or not to render the view breadcrumb at this level
|
void |
setRenderHomewardPathBreadcrumbs(boolean renderHomewardPathBreadcrumbs)
Set renderHomewardPathBreadcrumbs
|
void |
setRenderParentLocations(boolean renderParentLocations)
Set renderParentLocations
|
void |
setRenderPrePageBreadcrumbs(boolean renderPrePageBreadcrumbs)
Set renderPrePageBreadcrumbs
|
void |
setRenderPreViewBreadcrumbs(boolean renderPreViewBreadcrumbs)
Set renderPreViewBreadcrumbs
|
void |
setRenderViewBreadcrumb(boolean renderViewBreadcrumb)
Set renderViewBreadcrumb
|
void |
setupBreadcrumbs(Object model)
Setup the BreadcrumbOptions and BreadcrumbItem for a PageGroup.
|
clone, finalizeBreadcrumbsUrl, getBreadcrumbOverrides, getHomewardPathBreadcrumbs, getPrePageBreadcrumbs, getPreViewBreadcrumbs, setBreadcrumbOverrides, setHomewardPathBreadcrumbs, setPrePageBreadcrumbs, setPreViewBreadcrumbspublic PageBreadcrumbOptions()
public void setupBreadcrumbs(Object model)
setupBreadcrumbs in class BreadcrumbOptionsmodel - the modelpublic void finalizeBreadcrumbs(Object model, Container parent, BreadcrumbItem breadcrumbItem)
finalizeBreadcrumbs in class BreadcrumbOptionsmodel - the modelparent - parent containerbreadcrumbItem - breadcrumb item to finalizepublic boolean isRenderViewBreadcrumb()
public void setRenderViewBreadcrumb(boolean renderViewBreadcrumb)
renderViewBreadcrumb - public boolean isRenderHomewardPathBreadcrumbs()
public void setRenderHomewardPathBreadcrumbs(boolean renderHomewardPathBreadcrumbs)
renderHomewardPathBreadcrumbs - public boolean isRenderPreViewBreadcrumbs()
public void setRenderPreViewBreadcrumbs(boolean renderPreViewBreadcrumbs)
renderPreViewBreadcrumbs - public boolean isRenderPrePageBreadcrumbs()
public void setRenderPrePageBreadcrumbs(boolean renderPrePageBreadcrumbs)
renderPrePageBreadcrumbs - public boolean isRenderParentLocations()
public void setRenderParentLocations(boolean renderParentLocations)
renderParentLocations - Copyright © 2005–2014 The Kuali Foundation. All rights reserved.