public interface BreadCrumb
| Modifier and Type | Method and Description |
|---|---|
String |
getAccessKey()
Returns a key as an access key
|
Collection<BreadCrumb> |
getChildCrumbs()
Returns the children crumbs.
|
String |
getLabel()
Returns the visible label for the bread crumb
|
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? |
boolean isShown()
BreadCrumb be shown?boolean isCurrentPage()
BreadCrumb should be selected@Nullable String getLabel()
ClassCastException - possible if isShown() doesn't hold true@Nullable String getUrl()
ClassCastException - possible if isShown() doesn't hold trueCollection<BreadCrumb> getChildCrumbs()
isShown() and then it'll follow down that crumb treeCollection of BreadCrumb objects. Collections.emptyList() if no child crumbsString getAccessKey()
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.