Class SimpleConditionValueEditor<T>
java.lang.Object
ru.cg.webbpm.studio.subsystem.database.entity_graph.editor.api.condition.SimpleConditionValueEditor<T>
- All Implemented Interfaces:
ConditionValueEditor
- Direct Known Subclasses:
BooleanTypeEditor
,BpmnVariableTypeEditor
,ColumnVariableTypeEditor
,DateTimeTypeEditor
,NumberTypeEditor
,RuntimeVariableTypeEditor
,StringTypeEditor
-
Property Summary
Properties -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected javafx.scene.Node
protected final String
protected javafx.beans.property.SimpleStringProperty
-
Constructor Summary
Constructors -
Method Summary
-
Property Details
-
value
public javafx.beans.property.SimpleStringProperty valueProperty- Specified by:
valueProperty
in interfaceConditionValueEditor
-
-
Field Details
-
initJsonValue
-
control
protected javafx.scene.Node control -
value
protected javafx.beans.property.SimpleStringProperty value
-
-
Constructor Details
-
SimpleConditionValueEditor
-
-
Method Details
-
getEditor
public javafx.scene.Node getEditor()- Specified by:
getEditor
in interfaceConditionValueEditor
-
property
-
createControl
protected abstract javafx.scene.Node createControl() -
valueProperty
public javafx.beans.property.SimpleStringProperty valueProperty()- Specified by:
valueProperty
in interfaceConditionValueEditor
-