Class AbstractConditionOneV2PropertyEditor
java.lang.Object
ru.cg.webbpm.studio.subsystems.ui_scripting.editor.AbstractConditionOneV2PropertyEditor
- All Implemented Interfaces:
PropertyEditor
- Direct Known Subclasses:
ConditionFirstPartPropertyEditor
,ConditionSecondPartPropertyEditor
- Author:
- Alex Savelev
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract void
protected abstract void
protected abstract void
protected void
createParameterEditor
(ValueType valueType) protected abstract void
protected abstract ValueType
protected void
init
(javafx.scene.control.ComboBox<ValueType> typeComboBox, ComplexValue conditionPart) protected void
setValueBox
(javafx.scene.layout.HBox valueBox, javafx.scene.Node node) protected void
updateProperties
(ValueType valueType, ComplexValue conditionPart) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface ru.cg.webbpm.studio.subsystems.script_editor.editor.api.PropertyEditor
createEditorPane
-
Constructor Details
-
AbstractConditionOneV2PropertyEditor
public AbstractConditionOneV2PropertyEditor()
-
-
Method Details
-
createStaticParameterEditor
protected abstract void createStaticParameterEditor() -
createObjectParameterEditor
protected abstract void createObjectParameterEditor() -
createBpmnParameterEditor
protected abstract void createBpmnParameterEditor() -
bindListeners
protected abstract void bindListeners() -
getValueType
-
createParameterEditor
-
init
protected void init(javafx.scene.control.ComboBox<ValueType> typeComboBox, ComplexValue conditionPart) -
updateProperties
-
setValueBox
protected void setValueBox(javafx.scene.layout.HBox valueBox, javafx.scene.Node node)
-