public class ProjectCrumb extends BaseCrumb
Project
object.action, BROWSE_PREFIX, NUMBER_PREFIX, request
Constructor and Description |
---|
ProjectCrumb(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 |
isShown()
Should the
BreadCrumb be shown? |
createUrl, createUrl, getAccessKey, getLabelWithAccessKeyUnderlined, getText, isAnyChildShown, isInCurrentPath, setAction, setRequest
public ProjectCrumb(javax.servlet.http.HttpServletRequest request, com.opensymphony.xwork2.Action action)
public boolean isShown()
BreadCrumb
BreadCrumb
be shown?public String getTitle()
@Nullable public String getId()
@Nullable public String getLabel()
BreadCrumb
@Nullable 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 crumbsCopyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.