Class Breadcrumbs.BreadCrumbActionEvent<T>

java.lang.Object
java.util.EventObject
javafx.event.Event
atlantafx.base.controls.Breadcrumbs.BreadCrumbActionEvent<T>
All Implemented Interfaces:
Serializable, Cloneable
Enclosing class:
Breadcrumbs<T>

public static class Breadcrumbs.BreadCrumbActionEvent<T> extends javafx.event.Event
An Event which is fired when a bread crumb was activated.
See Also:
  • Field Details

    • CRUMB_ACTION

      public static final javafx.event.EventType<Breadcrumbs.BreadCrumbActionEvent<?>> CRUMB_ACTION
      Represents the event type that should be listened to by people who are interested in knowing when the selected crumb has changed. This is accomplished through listening to the selected crumb property.
  • Constructor Details

    • BreadCrumbActionEvent

      public BreadCrumbActionEvent(Breadcrumbs.BreadCrumbItem<T> selectedCrumb)
      Creates a new event that can subsequently be fired.
      Parameters:
      selectedCrumb - The currently selected crumb.
  • Method Details