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