Uses of Class
ru.cg.webbpm.studio.platform.api.ui.NumberField
Packages that use NumberField
Package
Description
-
Uses of NumberField in ru.cg.webbpm.studio.platform.api.ui
Methods in ru.cg.webbpm.studio.platform.api.ui that return NumberFieldModifier and TypeMethodDescriptionstatic NumberField<BigDecimal>
NumberField.bigDecimalField()
static NumberField<Double>
NumberField.doubleField()
static NumberField<Float>
NumberField.floatField()
static NumberField<Integer>
NumberField.integerField()
static NumberField<Long>
NumberField.longField()
NumberField.setAllowFractional
(boolean allowFractional) -
Uses of NumberField in ru.cg.webbpm.studio.platform.api.ui.editor_field
Constructors in ru.cg.webbpm.studio.platform.api.ui.editor_field with parameters of type NumberField -
Uses of NumberField in ru.cg.webbpm.studio.subsystems.script_editor.editor.api.base
Methods in ru.cg.webbpm.studio.subsystems.script_editor.editor.api.base with parameters of type NumberFieldModifier and TypeMethodDescriptionprotected javafx.beans.property.Property<Double>
DoublePropertyEditor.getValueProperty
(NumberField<Double> control) protected javafx.beans.property.Property<Float>
FloatPropertyEditor.getValueProperty
(NumberField<Float> control) protected javafx.beans.property.Property<Integer>
IntegerPropertyEditor.getValueProperty
(NumberField<Integer> control)