Project

General

Profile

« Previous | Next » 

Revision b0ce5b17

Added by Patrick Plitzner over 10 years ago

merged trunk into branch

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/occurrence/FieldObservationDetailElement.java
1 1
// $Id$
2 2
/**
3 3
* Copyright (C) 2007 EDIT
4
* European Distributed Institute of Taxonomy 
4
* European Distributed Institute of Taxonomy
5 5
* http://www.e-taxonomy.eu
6
* 
6
*
7 7
* The contents of this file are subject to the Mozilla Public License Version 1.1
8 8
* See LICENSE.TXT at the top of this package for the full license terms.
9 9
*/
......
29 29
 * @version 1.0
30 30
 */
31 31
public class FieldObservationDetailElement extends AbstractCdmDetailElement<DerivedUnitFacade> {
32
	
32

  
33 33
	private TextWithLabelElement text_ecology;
34 34

  
35 35
	private TextWithLabelElement text_plantDescription;
......
43 43
	private TermComboElement<DefinedTerm> combo_sex;
44 44

  
45 45
	private TermComboElement<DefinedTerm> combo_lifeStage;
46
	
46

  
47 47
	/**
48 48
	 * <p>Constructor for FieldObservationDetailElement.</p>
49 49
	 *
......
54 54
			ICdmFormElement formElement) {
55 55
		super(formFactory, formElement);
56 56
	}
57
		
57

  
58 58
	/** {@inheritDoc} */
59 59
	@Override
60 60
	protected void createControls(ICdmFormElement formElement,
......
64 64
		// Disable for now
65 65
//		text_fieldObjectDefinition = formFactory.createTextWithLabelElement(formElement, "Field Object Definition", entity.getFieldObjectDefinition(CdmStore.getDefaultLanguage()), style);
66 66
		text_fieldNotes = formFactory.createTextWithLabelElement(formElement, "Field Notes", entity.getFieldNotes(), style);
67
		
67

  
68 68
		number_individualCount = formFactory.createNumberTextWithLabelElement(formElement, "Individual Count", entity.getIndividualCount(), style);
69 69
		//FIXME:3.3MC----
70 70
		// Need to make sure that the hard coded terms in DefinedTerm have a term type (currently null)

Also available in: Unified diff