Uses of Enum
com.dlsc.gemsfx.TimePicker.Format
Packages that use TimePicker.Format
-
Uses of TimePicker.Format in com.dlsc.gemsfx
Methods in com.dlsc.gemsfx that return TimePicker.FormatModifier and TypeMethodDescriptionfinal TimePicker.Format
TimePicker.getFormat()
Gets the value of theformat
property.static TimePicker.Format
Returns the enum constant of this type with the specified name.static TimePicker.Format[]
TimePicker.Format.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.FormatModifier and TypeMethodDescriptionfinal javafx.beans.property.ObjectProperty<TimePicker.Format>
TimePicker.formatProperty()
The format used by the picker, e.g.Methods in com.dlsc.gemsfx with parameters of type TimePicker.FormatModifier and TypeMethodDescriptionfinal void
TimePicker.setFormat
(TimePicker.Format timeUnit) Sets the value of theformat
property.