Project

General

Profile

« Previous | Next » 

Revision 72060b99

Added by Patrick Plitzner almost 9 years ago

Show abbreviated title cache for authors and refernce in taxon details
view

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/reference/NomenclaturalReferenceDetailElement.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
 */
......
22 22
 * <p>
23 23
 * NomenclaturalReferenceDetailElement class.
24 24
 * </p>
25
 * 
25
 *
26 26
 * @author n.hoffmann
27 27
 * @created Mar 12, 2010
28 28
 * @version 1.0
......
37 37
	 * <p>
38 38
	 * Constructor for NomenclaturalReferenceDetailElement.
39 39
	 * </p>
40
	 * 
40
	 *
41 41
	 * @param cdmFormFactory
42 42
	 *            a {@link eu.etaxonomy.taxeditor.ui.element.CdmFormFactory}
43 43
	 *            object.
......
57 57
	protected void createControls(ICdmFormElement formElement,
58 58
			TaxonNameBase entity, int style) {
59 59
		selection_nomenclaturalReference = formFactory
60
				.createSelectionElement(Reference.class,
60
				.createSelectionElementWithAbbreviatedTitle(Reference.class,
61 61
						getConversationHolder(), formElement, "Reference",
62 62
						(Reference) entity.getNomenclaturalReference(),
63 63
						EntitySelectionElement.ALL, style);

Also available in: Unified diff