Class BpmnVariablePropertyEditorImpl
java.lang.Object
ru.cg.webbpm.studio.subsystems.script_editor.editor.api.AbstractPropertyEditor
ru.cg.webbpm.studio.subsystems.script_editor.editor.api.base.SimplePropertyEditor<String,BpmnVariableComboBox>
ru.cg.webbpm.studio.subsystems.bpmn.designer.common.editor.BpmnVariablePropertyEditorImpl
- All Implemented Interfaces:
PropertyEditor
public class BpmnVariablePropertyEditorImpl
extends SimplePropertyEditor<String,BpmnVariableComboBox>
-
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
ConstructorsConstructorDescriptionBpmnVariablePropertyEditorImpl
(String processId, BpmnManager bpmnManager, PropertyEditorContext editorContext) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
bindListeners
(javafx.beans.property.Property<String> valueProperty) protected javafx.beans.property.Property<String>
getValueProperty
(BpmnVariableComboBox control) Methods inherited from class ru.cg.webbpm.studio.subsystems.script_editor.editor.api.base.SimplePropertyEditor
createEditorPane, valueProperty
Methods inherited from class ru.cg.webbpm.studio.subsystems.script_editor.editor.api.AbstractPropertyEditor
isPropValueRequired
-
Constructor Details
-
BpmnVariablePropertyEditorImpl
public BpmnVariablePropertyEditorImpl(String processId, BpmnManager bpmnManager, PropertyEditorContext editorContext)
-
-
Method Details
-
bindListeners
- Overrides:
bindListeners
in classSimplePropertyEditor<String,
BpmnVariableComboBox>
-
getValueProperty
- Specified by:
getValueProperty
in classSimplePropertyEditor<String,
BpmnVariableComboBox>
-