Project

General

Profile

Download (667 Bytes) Statistics
| Branch: | Tag: | Revision:
1
package eu.etaxonomy.taxeditor.ui.selection;
2

    
3
import eu.etaxonomy.cdm.model.taxon.Classification;
4
import eu.etaxonomy.taxeditor.ui.element.CdmFormFactory;
5
import eu.etaxonomy.taxeditor.ui.element.ICdmFormElement;
6

    
7
public class ClassificationSelectionElement extends EntitySelectionElement<Classification> {
8

    
9
	public ClassificationSelectionElement(CdmFormFactory formFactory,//ConversationHolder conversation, #
10
	        ICdmFormElement parentElement,
11
			Class<Classification> clazz, String labelString,
12
			Classification entity, int mode, int style) {
13
		super(formFactory, //conversation,
14
		        parentElement, clazz, labelString, entity,
15
				mode, style);
16

    
17
	}
18

    
19
}
(1-1/7)