java.lang.Object
java.util.EventObject
javafx.event.Event
jfxtras.scene.control.ListSpinner.CycleEvent
- All Implemented Interfaces:
Serializable
,Cloneable
- Enclosing class:
ListSpinner<T>
public static class ListSpinner.CycleEvent
extends javafx.event.Event
CycleEvent
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final javafx.event.EventType
<ListSpinner.CycleEvent> The only valid EventType for the CycleEvent.(package private) ListSpinner.CycleDirection
private Object
private Object
Fields inherited from class javafx.event.Event
ANY, consumed, eventType, NULL_SOURCE_TARGET, target
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class javafx.event.Event
clone, consume, copyFor, fireEvent, getEventType, getTarget, isConsumed
Methods inherited from class java.util.EventObject
getSource, toString
-
Field Details
-
CYCLE
The only valid EventType for the CycleEvent. -
oldIdx
-
newIdx
-
cycleDirection
ListSpinner.CycleDirection cycleDirection
-
-
Constructor Details
-
CycleEvent
public CycleEvent() -
CycleEvent
- Parameters:
source
-target
-
-
-
Method Details
-
getOldIdx
-
getNewIdx
-
cycledDown
public boolean cycledDown() -
cycledUp
public boolean cycledUp()
-