public class BuildCrumb extends BaseCrumb
Buildable
object.action, BROWSE_PREFIX, NUMBER_PREFIX, request
Constructor and Description |
---|
BuildCrumb(javax.servlet.http.HttpServletRequest request,
com.opensymphony.xwork2.Action action) |
Modifier and Type | Method and Description |
---|---|
Collection<BreadCrumb> |
getChildCrumbs()
Returns the children crumbs.
|
String |
getId() |
String |
getLabel()
Returns the visible label for the bread crumb
|
String |
getTitle() |
String |
getUrl()
Returns the URL for the given label
|
boolean |
isCurrentPage()
Returns true if the curren
BreadCrumb should be selected |
boolean |
isDisabled() |
boolean |
isShown()
Should the
BreadCrumb be shown? |
createUrl, createUrl, getAccessKey, getLabelWithAccessKeyUnderlined, getText, isAnyChildShown, isInCurrentPath, setAction, setRequest
public BuildCrumb(javax.servlet.http.HttpServletRequest request, com.opensymphony.xwork2.Action action)
public boolean isShown()
BreadCrumb
BreadCrumb
be shown?public String getTitle()
public String getId()
public String getLabel()
BreadCrumb
public String getUrl()
BreadCrumb
public boolean isCurrentPage()
BreadCrumb
BreadCrumb
should be selectedpublic Collection<BreadCrumb> getChildCrumbs()
BreadCrumb
BreadCrumb.isShown()
and then it'll follow down that crumb treeCollection
of BreadCrumb
objects. Collections.emptyList()
if no child crumbspublic boolean isDisabled()
Copyright © 2018 Atlassian Software Systems Pty Ltd. All rights reserved.