Class IntegerPropertyEditor
java.lang.Object
ru.cg.webbpm.studio.subsystems.script_editor.editor.api.AbstractPropertyEditor
ru.cg.webbpm.studio.subsystems.script_editor.editor.api.base.SimplePropertyEditor<Integer,NumberField<Integer>>
ru.cg.webbpm.studio.subsystems.script_editor.editor.api.base.IntegerPropertyEditor
- All Implemented Interfaces:
PropertyEditor
user: Ildar date: 14.04.15
-
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<Integer>
getValueProperty
(NumberField<Integer> 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
-
IntegerPropertyEditor
-
-
Method Details
-
getValueProperty
- Specified by:
getValueProperty
in classSimplePropertyEditor<Integer,
NumberField<Integer>>
-