public interface IRelationEditor
Modifier and Type | Method and Description |
---|---|
Relation |
getRelation()
Replies the currently edited relation
|
Relation |
getRelationSnapshot()
Replies the state of the edited relation when the editor has been launched.
|
boolean |
isDirtyRelation()
Replies true if the currently edited relation has been changed elsewhere.
|
void |
reloadDataFromRelation()
Reloads data from relation.
|
void |
setRelation(Relation relation)
Sets the currently edited relation.
|
Relation getRelation()
void setRelation(Relation relation)
getRelationSnapshot()
relation
- the relationRelation getRelationSnapshot()
boolean isDirtyRelation()
void reloadDataFromRelation()