Uses of Enum Class
com.dlsc.gemsfx.TimePicker.ClockType
Packages that use TimePicker.ClockType
-
Uses of TimePicker.ClockType in com.dlsc.gemsfx
Subclasses with type arguments of type TimePicker.ClockType in com.dlsc.gemsfxModifier and TypeClassDescriptionstatic enumThe time picker control supports 12 and 24 hour times. 12 hour times require an additional field for the user to enter am / pm.Methods in com.dlsc.gemsfx that return TimePicker.ClockTypeModifier and TypeMethodDescriptionfinal TimePicker.ClockTypeTimePicker.getClockType()Gets the value of theclockTypeproperty.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 theclockTypeproperty.