Project

General

Profile

« Previous | Next » 

Revision 2ba67e3f

Added by Cherian Mathew about 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/view/IConceptRelationshipComponentListener.java
9 9
*/
10 10
package eu.etaxonomy.cdm.vaadin.view;
11 11

  
12
import java.util.UUID;
13

  
14 12
import org.json.JSONException;
15 13

  
14
import eu.etaxonomy.cdm.vaadin.container.IdUuidName;
15

  
16 16
/**
17 17
 * @author cmathew
18 18
 * @date 9 Apr 2015
......
24 24
     * @param taxonUuid
25 25
     * @throws JSONException
26 26
     */
27
    public void refreshRelationshipView(UUID taxonUuid) throws JSONException;
27
    public void refreshRelationshipView(IdUuidName taxonUuid) throws JSONException;
28

  
28 29

  
29 30
}

Also available in: Unified diff