Uses of Class
com.dlsc.pickerfx.TimeFormat
| Package | Description |
|---|---|
| com.dlsc.pickerfx |
-
Uses of TimeFormat in com.dlsc.pickerfx
Methods in com.dlsc.pickerfx that return TimeFormat Modifier and Type Method Description TimeFormatLocalTimePicker. getTimeFormat()Gets the value of the property timeFormat.static TimeFormatTimeFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static TimeFormat[]TimeFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.dlsc.pickerfx that return types with arguments of type TimeFormat Modifier and Type Method Description javafx.beans.property.ObjectProperty<TimeFormat>LocalTimePicker. timeFormatProperty()Specifies whether we want to display time in 24 hour time format or 12 hour time format with AM and PM indicator.Methods in com.dlsc.pickerfx with parameters of type TimeFormat Modifier and Type Method Description voidLocalTimePicker. setTimeFormat(TimeFormat timeFormat)Sets the value of the property timeFormat.