Uses of Enum
com.dlsc.gemsfx.DurationPicker.LabelType
-
Uses of DurationPicker.LabelType in com.dlsc.gemsfx
Modifier and TypeMethodDescriptionfinal DurationPicker.LabelType
DurationPicker.getLabelType()
Gets the value of thelabelType
property.static DurationPicker.LabelType
Returns the enum constant of this type with the specified name.static DurationPicker.LabelType[]
DurationPicker.LabelType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionfinal javafx.beans.property.ObjectProperty<DurationPicker.LabelType>
DurationPicker.labelTypeProperty()
The label type determines if the control will show no labels, short labels (e.g.Modifier and TypeMethodDescriptionfinal void
DurationPicker.setLabelType
(DurationPicker.LabelType labelType) Sets the value of thelabelType
property. -
Uses of DurationPicker.LabelType in com.dlsc.gemsfx.skins
Modifier and TypeMethodDescriptionfinal DurationPicker.LabelType
DurationUnitField.getLabelType()
Gets the value of thelabelType
property.Modifier and TypeMethodDescriptionfinal javafx.beans.property.ObjectProperty<DurationPicker.LabelType>
DurationUnitField.labelTypeProperty()