Class FloatPropertyEditor
java.lang.Object
ru.cg.webbpm.studio.subsystems.script_editor.editor.api.AbstractPropertyEditor
ru.cg.webbpm.studio.subsystems.script_editor.editor.api.base.SimplePropertyEditor<Float,NumberField<Float>>
ru.cg.webbpm.studio.subsystems.script_editor.editor.api.base.FloatPropertyEditor
- All Implemented Interfaces:
PropertyEditor
- Author:
- Kochetkov
-
Property Summary
Properties inherited from class ru.cg.webbpm.studio.subsystems.script_editor.editor.api.base.SimplePropertyEditor
value
-
Field Summary
Fields inherited from class ru.cg.webbpm.studio.subsystems.script_editor.editor.api.base.SimplePropertyEditor
control, value
Fields inherited from class ru.cg.webbpm.studio.subsystems.script_editor.editor.api.AbstractPropertyEditor
documentation, editorContext, label, metadataManager, onModified, propertyContext, propertyValue, propertyValueManager, scriptEditorManager, tooltip
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected javafx.beans.property.Property<Float>
getValueProperty
(NumberField<Float> control) Methods inherited from class ru.cg.webbpm.studio.subsystems.script_editor.editor.api.base.SimplePropertyEditor
bindListeners, createEditorPane, valueProperty
Methods inherited from class ru.cg.webbpm.studio.subsystems.script_editor.editor.api.AbstractPropertyEditor
isPropValueRequired
-
Constructor Details
-
FloatPropertyEditor
-
-
Method Details
-
getValueProperty
- Specified by:
getValueProperty
in classSimplePropertyEditor<Float,
NumberField<Float>>
-