|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BreadCrumb
An interface that represents a single item in a series of breadcrumbs
Method Summary | |
---|---|
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? |
Method Detail |
---|
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 tree
Collection
of BreadCrumb
objects. Collections.emptyList()
if no child crumbsString getAccessKey()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |