|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Breadcrumb
Represents a single item in a breadcrumb chain, like the 'Dashboard' link at the start.
| Method Summary | |
|---|---|
List<Breadcrumb> |
getBreadcrumbsTrail()
Gets all the breadcrumbs trail (including itself) required for display. |
String |
getDisplayTitle()
Gets the display title of the breadcrumb for user display. |
String |
getTarget()
Gets the relative url for the target which a breadcrumb points to. |
String |
getTitle()
Gets the i18n key for the title of the breadcrumb. |
String |
getTooltip()
Gets the breadcrumb's tooltip. |
| Method Detail |
|---|
String getTarget()
String getTitle()
getDisplayTitle() for
titles that don't need to be translated.
String getDisplayTitle()
String getTooltip()
List<Breadcrumb> getBreadcrumbsTrail()
Breadcrumbs with this object being the last item.
List of breadcrumbs for display
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||