Class AnyPropertyEditorWithOperations
java.lang.Object
ru.cg.webbpm.studio.subsystems.ui_scripting.editor.AnyPropertyEditorWithOperations
- All Implemented Interfaces:
PropertyEditor
- Author:
- Alex Savelev
-
Constructor Summary
ConstructorsConstructorDescriptionAnyPropertyEditorWithOperations
(ComplexValue conditionProperty, PropertyValue staticValue, String label, String tooltip, String documentation, ScriptEditorManager scriptEditorManager, PropertyValueManager propertyValueManager, ScriptContext scriptContext, Runnable onModified) -
Method Summary
Modifier and TypeMethodDescriptionjavafx.scene.layout.Pane
Создать UI отображение Соглашение, если label пустой то вытягить эдитор на всю ширинуprotected void
-
Constructor Details
-
AnyPropertyEditorWithOperations
public AnyPropertyEditorWithOperations(ComplexValue conditionProperty, PropertyValue staticValue, String label, String tooltip, String documentation, ScriptEditorManager scriptEditorManager, PropertyValueManager propertyValueManager, ScriptContext scriptContext, Runnable onModified)
-
-
Method Details
-
createEditorPane
public javafx.scene.layout.Pane createEditorPane()Description copied from interface:PropertyEditor
Создать UI отображение Соглашение, если label пустой то вытягить эдитор на всю ширину- Specified by:
createEditorPane
in interfacePropertyEditor
-
updateValueType
protected void updateValueType()
-