|
||||||||||
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 | |
---|---|
java.lang.String |
getAccessKey()
Returns a key as an access key |
java.util.Collection<BreadCrumb> |
getChildCrumbs()
Returns the children crumbs. |
java.lang.String |
getLabel()
Returns the visible label for the bread crumb |
java.lang.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 java.lang.String getLabel()
java.lang.ClassCastException
- possible if isShown()
doesn't hold true@Nullable java.lang.String getUrl()
java.lang.ClassCastException
- possible if isShown()
doesn't hold truejava.util.Collection<BreadCrumb> getChildCrumbs()
isShown()
and then it'll follow down that crumb tree
Collection
of BreadCrumb
objects. Collections.emptyList()
if no child crumbsjava.lang.String getAccessKey()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |