Class EntityGraphEditorModel
java.lang.Object
ru.cg.webbpm.studio.subsystem.database.entity_graph.editor.bean.EntityGraphEditorModel
- Author:
- Kochetkov
-
Property Summary
PropertiesTypePropertyDescriptionjavafx.beans.property.SimpleObjectProperty<ConditionGroupModel>
javafx.beans.property.SimpleObjectProperty<Binding>
javafx.beans.property.SimpleObjectProperty<Entity>
javafx.beans.property.SimpleObjectProperty<EntityGraphElement>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjavafx.collections.ObservableList<Binding>
javafx.collections.ObservableList<Entity>
Gets the value of the property graphConditionGroup.Gets the value of the property selectedBinding.Gets the value of the property selectedEntity.Gets the value of the property selectedGraphElement.javafx.beans.property.SimpleObjectProperty<ConditionGroupModel>
javafx.beans.property.SimpleObjectProperty<Binding>
javafx.beans.property.SimpleObjectProperty<Entity>
javafx.beans.property.SimpleObjectProperty<EntityGraphElement>
void
setBindingObservableList
(javafx.collections.ObservableList<Binding> bindingObservableList) void
setEntityObservableList
(javafx.collections.ObservableList<Entity> entityObservableList) void
setGraphConditionGroup
(ConditionGroupModel graphConditionGroup) Sets the value of the property graphConditionGroup.void
setSelectedBinding
(Binding selectedBinding) Sets the value of the property selectedBinding.void
setSelectedEntity
(Entity selectedEntity) Sets the value of the property selectedEntity.void
setSelectedGraphElement
(EntityGraphElement selectedGraphElement) Sets the value of the property selectedGraphElement.
-
Property Details
-
selectedEntity
- See Also:
-
selectedBinding
-
graphConditionGroup
-
selectedGraphElement
-
-
Constructor Details
-
EntityGraphEditorModel
public EntityGraphEditorModel()
-
-
Method Details
-
getSelectedEntity
Gets the value of the property selectedEntity.- Property description:
-
setSelectedEntity
Sets the value of the property selectedEntity.- Property description:
-
selectedEntityProperty
- See Also:
-
getSelectedBinding
Gets the value of the property selectedBinding.- Property description:
-
setSelectedBinding
Sets the value of the property selectedBinding.- Property description:
-
selectedBindingProperty
-
getEntityObservableList
-
setEntityObservableList
-
getBindingObservableList
-
setBindingObservableList
public void setBindingObservableList(javafx.collections.ObservableList<Binding> bindingObservableList) -
getGraphConditionGroup
Gets the value of the property graphConditionGroup.- Property description:
-
setGraphConditionGroup
Sets the value of the property graphConditionGroup.- Property description:
-
graphConditionGroupProperty
public javafx.beans.property.SimpleObjectProperty<ConditionGroupModel> graphConditionGroupProperty() -
getSelectedGraphElement
Gets the value of the property selectedGraphElement.- Property description:
-
selectedGraphElementProperty
public javafx.beans.property.SimpleObjectProperty<EntityGraphElement> selectedGraphElementProperty() -
setSelectedGraphElement
Sets the value of the property selectedGraphElement.- Property description:
-