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.CYCLEThe only valid EventType for the CycleEvent.private final javafx.beans.property.ObjectProperty<javafx.event.EventHandler<ListSpinner.CycleEvent>> ListSpinner.iOnCycleObjectPropertyMethods 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 theonCycleproperty.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 TypeMethodDescriptionvoidListSpinner.setOnCycle(javafx.event.EventHandler<ListSpinner.CycleEvent> value) Sets the value of theonCycleproperty.ListSpinner.withOnCycle(javafx.event.EventHandler<ListSpinner.CycleEvent> value)