|
||||||||||
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 |
getTarget()
Gets the relative url for the target which a breadcrumb points to. |
String |
getTitle()
Gets the title of the breadcrumb for user display. |
Method Detail |
---|
String getTarget()
String getTitle()
List<Breadcrumb> getBreadcrumbsTrail()
Breadcrumb
s 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 |