Class ConditionFirstPartPropertyEditor
java.lang.Object
ru.cg.webbpm.studio.subsystems.ui_scripting.editor.AbstractConditionOneV2PropertyEditor
ru.cg.webbpm.studio.subsystems.ui_scripting.editor.ConditionFirstPartPropertyEditor
- All Implemented Interfaces:
PropertyEditor
- Author:
- Alex Savelev
-
Nested Class Summary
Nested classes/interfaces inherited from class ru.cg.webbpm.studio.subsystems.ui_scripting.editor.AbstractConditionOneV2PropertyEditor
AbstractConditionOneV2PropertyEditor.ValueTypeCell
-
Constructor Summary
ConstructorsConstructorDescriptionConditionFirstPartPropertyEditor
(ComplexValue propertyValue, BpmnManager bpmnManager, BpmnEditorHelper bpmnEditorHelper, ScriptEditorManager scriptEditorManager, PropertyValueManager propertyValueManager, ScriptContext scriptContext, Runnable onModified) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
protected void
javafx.scene.layout.Pane
Создать UI отображение Соглашение, если label пустой то вытягить эдитор на всю ширинуprotected void
protected void
protected ValueType
Methods inherited from class ru.cg.webbpm.studio.subsystems.ui_scripting.editor.AbstractConditionOneV2PropertyEditor
createParameterEditor, init, setValueBox, updateProperties
-
Constructor Details
-
ConditionFirstPartPropertyEditor
public ConditionFirstPartPropertyEditor(ComplexValue propertyValue, BpmnManager bpmnManager, BpmnEditorHelper bpmnEditorHelper, ScriptEditorManager scriptEditorManager, PropertyValueManager propertyValueManager, ScriptContext scriptContext, Runnable onModified)
-
-
Method Details
-
createEditorPane
public javafx.scene.layout.Pane createEditorPane()Description copied from interface:PropertyEditor
Создать UI отображение Соглашение, если label пустой то вытягить эдитор на всю ширину -
createStaticParameterEditor
protected void createStaticParameterEditor()- Specified by:
createStaticParameterEditor
in classAbstractConditionOneV2PropertyEditor
-
createObjectParameterEditor
protected void createObjectParameterEditor()- Specified by:
createObjectParameterEditor
in classAbstractConditionOneV2PropertyEditor
-
createBpmnParameterEditor
protected void createBpmnParameterEditor()- Specified by:
createBpmnParameterEditor
in classAbstractConditionOneV2PropertyEditor
-
bindListeners
protected void bindListeners()- Specified by:
bindListeners
in classAbstractConditionOneV2PropertyEditor
-
getValueType
- Specified by:
getValueType
in classAbstractConditionOneV2PropertyEditor
-