Class BpmnVariablePropertyEditorWithOperations
java.lang.Object
ru.cg.webbpm.studio.subsystems.script_editor.editor.api.AbstractPropertyEditor
ru.cg.webbpm.studio.subsystems.bpmn.designer.common.editor.FrontendBpmnVariablePropertyEditor
ru.cg.webbpm.studio.subsystems.ui_scripting.editor.BpmnVariablePropertyEditorWithOperations
- All Implemented Interfaces:
PropertyEditor
- Author:
- Alex Savelev
-
Field Summary
Fields inherited from class ru.cg.webbpm.studio.subsystems.bpmn.designer.common.editor.FrontendBpmnVariablePropertyEditor
comboBox
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
ConstructorsConstructorDescriptionBpmnVariablePropertyEditorWithOperations
(PropertyEditorContext editorContext, ComplexValue conditionProperty, BpmnManager bpmnManager, String processId) -
Method Summary
Modifier and TypeMethodDescriptionjavafx.scene.layout.Pane
Создать UI отображение Соглашение, если label пустой то вытягить эдитор на всю ширинуprotected void
Methods inherited from class ru.cg.webbpm.studio.subsystems.script_editor.editor.api.AbstractPropertyEditor
isPropValueRequired
-
Constructor Details
-
BpmnVariablePropertyEditorWithOperations
public BpmnVariablePropertyEditorWithOperations(PropertyEditorContext editorContext, ComplexValue conditionProperty, BpmnManager bpmnManager, String processId)
-
-
Method Details
-
createEditorPane
public javafx.scene.layout.Pane createEditorPane()Description copied from interface:PropertyEditor
Создать UI отображение Соглашение, если label пустой то вытягить эдитор на всю ширину- Specified by:
createEditorPane
in interfacePropertyEditor
- Overrides:
createEditorPane
in classFrontendBpmnVariablePropertyEditor
-
updateValueType
protected void updateValueType()
-