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_ACTIONRepresents 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.onCrumbActionMethods 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 theonCrumbActionproperty.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 voidBreadcrumbs.setOnCrumbAction(javafx.event.EventHandler<Breadcrumbs.BreadCrumbActionEvent<T>> value) Sets the value of theonCrumbActionproperty.