Uses of Class
atlantafx.base.controls.Breadcrumbs.BreadCrumbActionEvent
Packages that use Breadcrumbs.BreadCrumbActionEvent
-
Uses of Breadcrumbs.BreadCrumbActionEvent in atlantafx.base.controls
Fields in atlantafx.base.controls with type parameters of type Breadcrumbs.BreadCrumbActionEventModifier and TypeFieldDescriptionstatic final javafx.event.EventType
<Breadcrumbs.BreadCrumbActionEvent<?>> 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.protected final javafx.beans.property.ObjectProperty
<javafx.event.EventHandler<Breadcrumbs.BreadCrumbActionEvent<T>>> Breadcrumbs.onCrumbAction
Methods in atlantafx.base.controls that return types with arguments of type Breadcrumbs.BreadCrumbActionEventModifier and TypeMethodDescriptionfinal javafx.event.EventHandler
<Breadcrumbs.BreadCrumbActionEvent<T>> Breadcrumbs.getOnCrumbAction()
Gets the value of theonCrumbAction
property.final javafx.beans.property.ObjectProperty
<javafx.event.EventHandler<Breadcrumbs.BreadCrumbActionEvent<T>>> Breadcrumbs.onCrumbActionProperty()
Represents the EventHandler that is called when a user selects a bread crumb.Method parameters in atlantafx.base.controls with type arguments of type Breadcrumbs.BreadCrumbActionEventModifier and TypeMethodDescriptionfinal void
Breadcrumbs.setOnCrumbAction
(javafx.event.EventHandler<Breadcrumbs.BreadCrumbActionEvent<T>> value) Sets the value of theonCrumbAction
property.