|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.rice.krad.uif.util.BreadcrumbOptions org.kuali.rice.krad.uif.util.PageBreadcrumbOptions
public class PageBreadcrumbOptions
BreadcrumbOptions specific to page. Render options are only available at the page level.
Constructor Summary | |
---|---|
PageBreadcrumbOptions()
|
Method Summary | ||
---|---|---|
protected
|
copyProperties(T breadcrumbOptions)
Copies the properties over for the copy method. |
|
void |
finalizeBreadcrumbs(View view,
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(View view,
Object model)
Setup the BreadcrumbOptions and BreadcrumbItem for a PageGroup. |
Methods inherited from class org.kuali.rice.krad.uif.util.BreadcrumbOptions |
---|
copy, getBreadcrumbOverrides, getHomewardPathBreadcrumbs, getPrePageBreadcrumbs, getPreViewBreadcrumbs, setBreadcrumbOverrides, setHomewardPathBreadcrumbs, setPrePageBreadcrumbs, setPreViewBreadcrumbs |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PageBreadcrumbOptions()
Method Detail |
---|
public void setupBreadcrumbs(View view, Object model)
setupBreadcrumbs
in class BreadcrumbOptions
view
- the page's Viewmodel
- the modelpublic void finalizeBreadcrumbs(View view, Object model, Container parent, BreadcrumbItem breadcrumbItem)
finalizeBreadcrumbs
in class BreadcrumbOptions
view
- the page's Viewmodel
- the modelpublic 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
- protected <T> void copyProperties(T breadcrumbOptions)
copyProperties
in class BreadcrumbOptions
breadcrumbOptions
- The BreadcrumbOptions to copy
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |