Project

General

Profile

« Previous | Next » 

Revision d924f5c6

Added by Patrick Plitzner over 10 years ago

  • converted NamedArea element

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/campanula/basicFields/EntitySelectionFieldController.java
107 107
     * @param <T>
108 108
     *            a T object.
109 109
     */
110
    public EntitySelectionFieldController(EntitySelectionField entitySelectionField, CdmFormFactory formFactory, ConversationHolder conversation, ICdmFormElement parentElement, String labelString, T entity, int mode, int style) {
110
    public EntitySelectionFieldController(EntitySelectionField entitySelectionField, CdmFormFactory formFactory, ConversationHolder conversation, ICdmFormElement parentElement, String labelString, T entity, int mode) {
111 111
        super(formFactory, parentElement);
112 112

  
113 113
        setPropertyChangeListeners(formFactory.getPropertyChangeListeners());
......
130 130
        setEntity(entity);
131 131
    }
132 132

  
133
    public EntitySelectionFieldController(EntitySelectionField entitySelectionField, CdmFormFactory formFactory, ConversationHolder conversation, ICdmFormElement parentElement, Class<T> clazz, String labelString, T entity, int mode, int style) {
134
        this(entitySelectionField, formFactory, conversation, parentElement, labelString, entity, mode, style);
133
    public EntitySelectionFieldController(EntitySelectionField entitySelectionField, CdmFormFactory formFactory, ConversationHolder conversation, ICdmFormElement parentElement, Class<T> clazz, String labelString, T entity, int mode) {
134
        this(entitySelectionField, formFactory, conversation, parentElement, labelString, entity, mode);
135 135
        this.clazz = clazz;
136 136
    }
137 137

  

Also available in: Unified diff