Class BreadcrumbPathEvent<T>
java.lang.Object
org.pushingpixels.radiance.component.api.bcb.BreadcrumbPathEvent<T>
Event on the breadcrumb bar path.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate intThe index of the first path item that has changed.private BreadcrumbBarContentModel<T> The model that firedthisevent. -
Constructor Summary
ConstructorsConstructorDescriptionBreadcrumbPathEvent(BreadcrumbBarContentModel<T> src, int indexOfFirstChange) Creates a new breadcrumb bar path event. -
Method Summary
Modifier and TypeMethodDescriptionintReturns the index of the first path item that has changed.Returns the source model ofthisevent.
-
Field Details
-
src
The model that firedthisevent. -
indexOfFirstChange
private int indexOfFirstChangeThe index of the first path item that has changed.
-
-
Constructor Details
-
BreadcrumbPathEvent
Creates a new breadcrumb bar path event.- Parameters:
src- Event source.indexOfFirstChange- The index of the first path item that has changed.
-
-
Method Details
-
getIndexOfFirstChange
public int getIndexOfFirstChange()Returns the index of the first path item that has changed.- Returns:
- The index of the first path item that has changed.
-
getSource
Returns the source model ofthisevent.- Returns:
- The source model of
thisevent.
-