Project

General

Profile

« Previous | Next » 

Revision 07ff3d01

Added by Cherian Mathew over 11 years ago

added event handling for abbr label text field

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/vocabulary/NamedAreaDetailElement.java
64 64
			getEntity().setTitleCache(null);
65 65
		} else if (eventSource == text_description) {
66 66
			
67
			Representation representation = getEntity().getRepresentation(Language.DEFAULT());
68
			representation.setText(text_description.getText());
67
			getEntity().getRepresentation(Language.DEFAULT()).setText(text_description.getText());
69 68
			
70 69
		} else if (eventSource == uri_uri) {
71 70
			
......
75 74
				
76 75
				e.printStackTrace();
77 76
			}
77
		} else if (eventSource == text_abbreviatedLabel) {
78
			getEntity().getRepresentation(Language.DEFAULT()).setAbbreviatedLabel(text_abbreviatedLabel.getText());
78 79
		} else if (eventSource == timePeriod_validPeriod) {
79 80
			getEntity().setValidPeriod(timePeriod_validPeriod.getTimePeriod());
80 81
		} else if (eventSource == combo_namedAreaType) {

Also available in: Unified diff