Uses of Enum
com.dlsc.gemsfx.TimePicker.Format
-
Uses of TimePicker.Format in com.dlsc.gemsfx
Modifier 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.Modifier and TypeMethodDescriptionfinal javafx.beans.property.ObjectProperty<TimePicker.Format>
TimePicker.formatProperty()
The format used by the picker, e.g.Modifier and TypeMethodDescriptionfinal void
TimePicker.setFormat
(TimePicker.Format timeUnit) Sets the value of theformat
property.