Class BeanPropertyEditor
java.lang.Object
ru.cg.webbpm.studio.subsystems.script_editor.editor.api.AbstractPropertyEditor
ru.cg.webbpm.studio.subsystems.script_editor.editor.api.base.BeanPropertyEditor
- All Implemented Interfaces:
PropertyEditor
- Direct Known Subclasses:
ProcessWithVariablesPropertyEditor
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final Alerts
protected final javafx.scene.layout.VBox
protected final javafx.scene.layout.VBox
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 TypeMethodDescriptionjavafx.scene.layout.Pane
Создать UI отображение Соглашение, если label пустой то вытягить эдитор на всю ширинуprotected void
Methods inherited from class ru.cg.webbpm.studio.subsystems.script_editor.editor.api.AbstractPropertyEditor
isPropValueRequired
-
Field Details
-
alerts
-
mainBox
protected final javafx.scene.layout.VBox mainBox -
propertiesBox
protected final javafx.scene.layout.VBox propertiesBox
-
-
Constructor Details
-
BeanPropertyEditor
-
-
Method Details
-
createEditorPane
public javafx.scene.layout.Pane createEditorPane()Description copied from interface:PropertyEditor
Создать UI отображение Соглашение, если label пустой то вытягить эдитор на всю ширину -
initChildrenNodes
protected void initChildrenNodes()
-