X-Git-Url: https://dev.e-taxonomy.eu/gitweb/taxeditor.git/blobdiff_plain/50e767597be5e589523a9d065ea2d4921ba7b89f..1c69b0d01165dcae51f1f45667c202e0d15b960d:/eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/reference/NomenclaturalReferenceDetailElement.java diff --git a/eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/reference/NomenclaturalReferenceDetailElement.java b/eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/reference/NomenclaturalReferenceDetailElement.java index b97620569..b6741a0dd 100644 --- a/eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/reference/NomenclaturalReferenceDetailElement.java +++ b/eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/reference/NomenclaturalReferenceDetailElement.java @@ -1,9 +1,8 @@ -// $Id$ /** * Copyright (C) 2007 EDIT - * European Distributed Institute of Taxonomy + * European Distributed Institute of Taxonomy * http://www.e-taxonomy.eu - * + * * The contents of this file are subject to the Mozilla Public License Version 1.1 * See LICENSE.TXT at the top of this package for the full license terms. */ @@ -12,8 +11,8 @@ package eu.etaxonomy.taxeditor.ui.section.reference; import eu.etaxonomy.cdm.model.name.TaxonNameBase; import eu.etaxonomy.cdm.model.reference.Reference; -import eu.etaxonomy.taxeditor.ui.campanula.compatibility.ICdmFormElement; import eu.etaxonomy.taxeditor.ui.element.CdmFormFactory; +import eu.etaxonomy.taxeditor.ui.element.ICdmFormElement; import eu.etaxonomy.taxeditor.ui.element.TextWithLabelElement; import eu.etaxonomy.taxeditor.ui.section.AbstractCdmDetailElement; import eu.etaxonomy.taxeditor.ui.selection.EntitySelectionElement; @@ -22,7 +21,7 @@ import eu.etaxonomy.taxeditor.ui.selection.EntitySelectionElement; *

* NomenclaturalReferenceDetailElement class. *

- * + * * @author n.hoffmann * @created Mar 12, 2010 * @version 1.0 @@ -37,7 +36,7 @@ public class NomenclaturalReferenceDetailElement extends *

* Constructor for NomenclaturalReferenceDetailElement. *

- * + * * @param cdmFormFactory * a {@link eu.etaxonomy.taxeditor.ui.element.CdmFormFactory} * object. @@ -57,7 +56,7 @@ public class NomenclaturalReferenceDetailElement extends protected void createControls(ICdmFormElement formElement, TaxonNameBase entity, int style) { selection_nomenclaturalReference = formFactory - .createSelectionElement(Reference.class, + .createSelectionElementWithAbbreviatedTitle(Reference.class, getConversationHolder(), formElement, "Reference", (Reference) entity.getNomenclaturalReference(), EntitySelectionElement.ALL, style);