Project

General

Profile

« Previous | Next » 

Revision f1a1f6de

Added by Cherian Mathew almost 9 years ago

ConceptRelationshipComposite, ConceptRelationshipView : using source from event to set primary composite
LeafNodeTaxonContainer : checking for nulls
SelectionEvent : added source object as member
StatusComposite : adding component as source instead of in the list of objects
D3ConceptRelationshipTree, ConceptRelationshipPresenterTest (.xml) : added method to compute abbreviated name
d3.conceptrelationshiptree_connector.js : updated text with from taxon position below and differentiation with italics and color

View differences:

src/main/java/eu/etaxonomy/cdm/vaadin/component/StatusComposite.java
434 434

  
435 435
                    }
436 436
                    CdmVaadinSessionUtilities.getCurrentSelectionService()
437
                    .fireSelectionEvent(new SelectionEvent(Arrays.asList(taxonIun, getSelectedClassificationUuid()), StatusComposite.class), true);
437
                    .fireSelectionEvent(new SelectionEvent(Arrays.asList(taxonIun), StatusComposite.this), true);
438 438
                }
439 439
            }
440 440
        });

Also available in: Unified diff