Project

General

Profile

« Previous | Next » 

Revision 2ba67e3f

Added by Cherian Mathew almost 9 years ago

EditConceptRelationshipComposite : updated ui, added save + cancel + drag&drop functionality
ConceptRelationshipComposite : using the EditConceptRelationshipComposite
StatusComposite : set drag&drop mode
ConceptRelationshipPresenter, EditConceptRelationshipPresenter : moved create, update, edit methods to EditConceptRelationshipPresenter
ConceptRelationshipPresenterTest, EditConceptRelationshipPresenterTest(xml) : moved tests to EditConceptRelationshipPresenterTest

View differences:

src/main/java/eu/etaxonomy/cdm/vaadin/jscomponent/D3ConceptRelationshipTree.java
56 56

  
57 57
    }
58 58

  
59
    public void updateConceptRelationshipTree(Taxon fromTaxon) throws JSONException {
59

  
60
    public void update(Taxon fromTaxon) throws JSONException {
60 61
        Set<TaxonRelationship> relationsFromThisTaxon = fromTaxon.getRelationsFromThisTaxon();
61 62

  
62 63
        Map<TaxonRelationshipType, List<Taxon>> relToTaxonMap = new HashMap<TaxonRelationshipType, List<Taxon>>();
......
107 108
        }
108 109

  
109 110

  
110
        setConceptRelationshipTree(fromTaxonJO.toString());;
111
        setConceptRelationshipTree(fromTaxonJO.toString());
111 112
    }
112 113

  
113 114
    public void setConceptRelationshipTree(String conceptRelationshipTree) {

Also available in: Unified diff