public static class BreadCrumbBar.BreadCrumbActionEvent<TE> extends Event
| Modifier and Type | Field and Description |
|---|---|
static EventType<BreadCrumbBar.BreadCrumbActionEvent> |
CRUMB_ACTION
The event type that should be listened to by people interested in
knowing when the
selected crumb
has changed. |
source| Constructor and Description |
|---|
BreadCrumbActionEvent(TreeItem<TE> selectedCrumb)
Creates a new event that can subsequently be fired.
|
| Modifier and Type | Method and Description |
|---|---|
TreeItem<TE> |
getSelectedCrumb()
Returns the crumb which was the action target.
|
clone, consume, copyFor, fireEvent, getEventType, getTarget, isConsumedgetSource, toStringpublic static final EventType<BreadCrumbBar.BreadCrumbActionEvent> CRUMB_ACTION
selected crumb
has changed.