◆ getDocument()
Document org.turro.financials.relation.RelationshipViewer.getDocument |
( |
| ) |
|
◆ notifyChange()
void org.turro.financials.relation.RelationshipViewer.notifyChange |
( |
| ) |
|
◆ setDocument()
void org.turro.financials.relation.RelationshipViewer.setDocument |
( |
Document |
document | ) |
|
◆ updateGraph()
void org.turro.financials.relation.RelationshipViewer.updateGraph |
( |
| ) |
|
Definition at line 55 of file RelationshipViewer.java.
56 getChildren().clear();
57 if(document !=
null && document.
getContract() !=
null) {
59 appendChild(
new RelationshipColumn(dd, getRelationMode(dd)));
List< DocumentDefinition > getWorkflow()
ContractDefinition getContractDefinition()
The documentation for this class was generated from the following file: