Uses of Class
jfxtras.scene.control.ListSpinner.CycleEvent
Packages that use ListSpinner.CycleEvent
-
Uses of ListSpinner.CycleEvent in jfxtras.scene.control
Fields in jfxtras.scene.control with type parameters of type ListSpinner.CycleEventModifier and TypeFieldDescriptionstatic final javafx.event.EventType
<ListSpinner.CycleEvent> ListSpinner.CycleEvent.CYCLE
The only valid EventType for the CycleEvent.private final javafx.beans.property.ObjectProperty
<javafx.event.EventHandler<ListSpinner.CycleEvent>> ListSpinner.iOnCycleObjectProperty
Methods in jfxtras.scene.control that return types with arguments of type ListSpinner.CycleEventModifier and TypeMethodDescriptionjavafx.event.EventHandler
<ListSpinner.CycleEvent> ListSpinner.getOnCycle()
Gets the value of theonCycle
property.javafx.beans.property.ObjectProperty
<javafx.event.EventHandler<ListSpinner.CycleEvent>> ListSpinner.onCycleProperty()
OnCycle: callback for when the list cycles to the other end in cyclic mode (for example to increase a year when a month ListSpinner skips from December to January)Method parameters in jfxtras.scene.control with type arguments of type ListSpinner.CycleEventModifier and TypeMethodDescriptionvoid
ListSpinner.setOnCycle
(javafx.event.EventHandler<ListSpinner.CycleEvent> value) Sets the value of theonCycle
property.ListSpinner.withOnCycle
(javafx.event.EventHandler<ListSpinner.CycleEvent> value)