Uses of Enum
com.dlsc.gemsfx.TimePicker.ClockType
-
Uses of TimePicker.ClockType in com.dlsc.gemsfx
Modifier and TypeMethodDescriptionfinal TimePicker.ClockType
TimePicker.getClockType()
Gets the value of theclockType
property.static TimePicker.ClockType
Returns the enum constant of this type with the specified name.static TimePicker.ClockType[]
TimePicker.ClockType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionfinal javafx.beans.property.ObjectProperty<TimePicker.ClockType>
TimePicker.clockTypeProperty()
The clock type determines whether the control will display 24 or 12 hours.Modifier and TypeMethodDescriptionfinal void
TimePicker.setClockType
(TimePicker.ClockType clockType) Sets the value of theclockType
property.