Project

General

Profile

« Previous | Next » 

Revision df1b7e8c

Added by Lutz Suhrbier almost 13 years ago

Compiliert unter RAP, und scheint unter RCP soweit zu laufen.

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/occurrence/GatheringEventDetailElement.java
14 14

  
15 15
import eu.etaxonomy.cdm.api.facade.DerivedUnitFacade;
16 16
import eu.etaxonomy.taxeditor.preference.Resources;
17
import eu.etaxonomy.taxeditor.singlesource.ui.forms.NumberWithLabelElementFacade;
18
import eu.etaxonomy.taxeditor.singlesource.ui.forms.TextWithLabelElementFacade;
17 19
import eu.etaxonomy.taxeditor.store.StoreUtil;
18 20
import eu.etaxonomy.taxeditor.ui.forms.CdmFormFactory;
19 21
import eu.etaxonomy.taxeditor.ui.forms.CdmFormFactory.EntityDetailType;
20
import eu.etaxonomy.taxeditor.ui.forms.CdmPropertyChangeEvent;
21 22
import eu.etaxonomy.taxeditor.ui.forms.ICdmFormElement;
22
import eu.etaxonomy.taxeditor.ui.forms.NumberWithLabelElement;
23
import eu.etaxonomy.taxeditor.ui.forms.TextWithLabelElement;
24 23
import eu.etaxonomy.taxeditor.ui.section.AbstractCdmDetailElement;
25 24

  
26 25
/**
......
35 34
public class GatheringEventDetailElement extends
36 35
		AbstractCdmDetailElement<DerivedUnitFacade> {
37 36

  
38
	private NumberWithLabelElement number_absoluteElevationError;
37
	private NumberWithLabelElementFacade number_absoluteElevationError;
39 38

  
40
	private NumberWithLabelElement number_absoluteElevationMinimum;
39
	private NumberWithLabelElementFacade number_absoluteElevationMinimum;
41 40

  
42
	private NumberWithLabelElement number_absoluteElevationMaximum;
41
	private NumberWithLabelElementFacade number_absoluteElevationMaximum;
43 42

  
44
	private TextWithLabelElement text_collectingMethod;
43
	private TextWithLabelElementFacade text_collectingMethod;
45 44

  
46
	private NumberWithLabelElement number_distanceToGround;
45
	private NumberWithLabelElementFacade number_distanceToGround;
47 46

  
48
	private NumberWithLabelElement number_distanceToWaterSurface;
47
	private NumberWithLabelElementFacade number_distanceToWaterSurface;
49 48

  
50
	private TextWithLabelElement text_gatheringEventDescription;
49
	private TextWithLabelElementFacade text_gatheringEventDescription;
51 50

  
52 51
	private CollectingAreasDetailSection section_collectingAreas;
53 52

  

Also available in: Unified diff