Interface JBreadcrumbBar.BreadcrumbBarElement
-
- Enclosing class:
- JBreadcrumbBar<T>
public static interface JBreadcrumbBar.BreadcrumbBarElementBase interface for elements in breadcrumb bar.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetIndex()Returns the index ofthiselement.StringgetText()Returns the text presentation ofthiselement.
-
-
-
Method Detail
-
getText
String getText()
Returns the text presentation ofthiselement.- Returns:
- The text presentation of
thiselement.
-
getIndex
int getIndex()
Returns the index ofthiselement.- Returns:
- The index of
thiselement.
-
-