Project

General

Profile

« Previous | Next » 

Revision 89084783

Added by Katja Luther about 5 years ago

ref #8136: add reference part for lectotype

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/name/SpecimenTypeDesignationElement.java
21 21
import eu.etaxonomy.taxeditor.ui.combo.TermComboElement;
22 22
import eu.etaxonomy.taxeditor.ui.element.AbstractFormSection;
23 23
import eu.etaxonomy.taxeditor.ui.element.CdmFormFactory;
24
import eu.etaxonomy.taxeditor.ui.element.CdmPropertyChangeEvent;
24 25
import eu.etaxonomy.taxeditor.ui.element.ICdmFormElement;
25 26
import eu.etaxonomy.taxeditor.ui.element.TextWithLabelElement;
26 27
import eu.etaxonomy.taxeditor.ui.selection.EntitySelectionElement;
......
78 79
	public void handleEvent(Object eventSource) {
79 80
		if (eventSource == combo_typeStatus) {
80 81
			getEntity().setTypeStatus(combo_typeStatus.getSelection());
82

  
83
			firePropertyChangeEvent(new CdmPropertyChangeEvent(this, null));
84

  
81 85
		}
82 86
		// TODO remove this once specimens are correctly implemented
83 87
		else if (eventSource == text_specimenTypeText) {

Also available in: Unified diff