Uses of Enum
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 theclockTypeproperty.static TimePicker.ClockTypeReturns 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.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.