Class ConditionSecondPartPropertyEditor
java.lang.Object
ru.cg.webbpm.studio.subsystems.ui_scripting.editor.AbstractConditionOneV2PropertyEditor
ru.cg.webbpm.studio.subsystems.ui_scripting.editor.ConditionSecondPartPropertyEditor
- 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
ConstructorsConstructorDescriptionConditionSecondPartPropertyEditor
(ComplexValue conditionProperty, ScriptEditorManager scriptEditorManager, PropertyValueManager propertyValueManager, ScriptContext scriptContext, Runnable onModified, ClassRef expectedReturnType) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
protected void
javafx.scene.layout.Pane
Создать UI отображение Соглашение, если label пустой то вытягить эдитор на всю ширинуprotected void
protected void
protected ValueType
void
setValueType
(ValueType type) Methods inherited from class ru.cg.webbpm.studio.subsystems.ui_scripting.editor.AbstractConditionOneV2PropertyEditor
createParameterEditor, init, setValueBox, updateProperties
-
Constructor Details
-
ConditionSecondPartPropertyEditor
public ConditionSecondPartPropertyEditor(ComplexValue conditionProperty, ScriptEditorManager scriptEditorManager, PropertyValueManager propertyValueManager, ScriptContext scriptContext, Runnable onModified, ClassRef expectedReturnType)
-
-
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
-
setValueType
-