Uses of Enum Class
com.dlsc.gemsfx.TimePicker.ClockType
Packages that use TimePicker.ClockType
-
Uses of TimePicker.ClockType in com.dlsc.gemsfx
Methods in com.dlsc.gemsfx that return TimePicker.ClockTypeModifier and TypeMethodDescriptionfinal TimePicker.ClockTypeTimePicker.getClockType()Gets the value of the property clockType.static TimePicker.ClockTypeReturns the enum constant of this class with the specified name.static TimePicker.ClockType[]TimePicker.ClockType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.dlsc.gemsfx that return types with arguments of type TimePicker.ClockTypeModifier and TypeMethodDescriptionfinal javafx.beans.property.ObjectProperty<TimePicker.ClockType>TimePicker.clockTypeProperty()The clock type determines whether the control will display 24 or 12 hours.Methods in com.dlsc.gemsfx with parameters of type TimePicker.ClockTypeModifier and TypeMethodDescriptionfinal voidTimePicker.setClockType(TimePicker.ClockType clockType) Sets the value of the property clockType.