Uses of Enum Class
com.dlsc.gemsfx.DurationPicker.LabelType
Packages that use DurationPicker.LabelType
-
Uses of DurationPicker.LabelType in com.dlsc.gemsfx
Subclasses with type arguments of type DurationPicker.LabelType in com.dlsc.gemsfxModifier and TypeClassDescriptionstatic enumThe possible types of labels used by the duration picker, seeDurationPicker.setLabelType(LabelType).Methods in com.dlsc.gemsfx that return DurationPicker.LabelTypeModifier and TypeMethodDescriptionfinal DurationPicker.LabelTypeDurationPicker.getLabelType()Gets the value of thelabelTypeproperty.static DurationPicker.LabelTypeReturns the enum constant of this class with the specified name.static DurationPicker.LabelType[]DurationPicker.LabelType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.dlsc.gemsfx that return types with arguments of type DurationPicker.LabelTypeModifier 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.Methods in com.dlsc.gemsfx with parameters of type DurationPicker.LabelTypeModifier and TypeMethodDescriptionfinal voidDurationPicker.setLabelType(DurationPicker.LabelType labelType) Sets the value of thelabelTypeproperty. -
Uses of DurationPicker.LabelType in com.dlsc.gemsfx.skins
Methods in com.dlsc.gemsfx.skins that return DurationPicker.LabelTypeModifier and TypeMethodDescriptionfinal DurationPicker.LabelTypeDurationUnitField.getLabelType()Gets the value of thelabelTypeproperty.Methods in com.dlsc.gemsfx.skins that return types with arguments of type DurationPicker.LabelTypeModifier and TypeMethodDescriptionfinal javafx.beans.property.ObjectProperty<DurationPicker.LabelType> DurationUnitField.labelTypeProperty()