public class SimpleBreadcrumb extends AbstractBreadcrumb
cssClass, displayTitle, filterTrailingBreadcrumb, MAX_BREADCRUMBS, target, title, tooltip
Constructor and Description |
---|
SimpleBreadcrumb(String i18nKey,
String path)
Constructs a simple breadcrumb with no parent and the given text and URL.
|
SimpleBreadcrumb(String i18nKey,
String path,
Breadcrumb parent)
Constructs a simple breadcrumb with the provided parent and the given text and URL.
|
Modifier and Type | Method and Description |
---|---|
protected Breadcrumb |
getParent()
Gets the parent breadcrumb.
|
filterTrailingBreadcrumb, getBreadcrumbsTrail, getCssClass, getDisplayTitle, getMyCrumbs, getTarget, getTitle, getTooltip, setCssClass, setFilterTrailingBreadcrumb, toString
public SimpleBreadcrumb(String i18nKey, String path)
i18nKey
- eg "people.directory.name"path
- eg "/peopledirectory.action"public SimpleBreadcrumb(String i18nKey, String path, Breadcrumb parent)
i18nKey
- eg "people.directory.name"path
- eg "/peopledirectory.action"parent
- the parent breadcrumbprotected Breadcrumb getParent()
AbstractBreadcrumb
getParent
in class AbstractBreadcrumb
Copyright © 2003–2021 Atlassian. All rights reserved.