Project

General

Profile

« Previous | Next » 

Revision f5b66699

Added by Patrick Plitzner over 7 years ago

ref #6333 Add generic support for entity collection sections to allow
adding existing entities

  • this is done by two abstract methods allowAddExisting() and addExisting()

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/name/ProtologueSection.java
138 138
	public TaxonBase getTaxonBase() {
139 139
		return taxonBase;
140 140
	}
141

  
142
    /**
143
     * {@inheritDoc}
144
     */
145
    @Override
146
    public DescriptionElementBase addExisting() {
147
        return null;
148
    }
149

  
150
    /**
151
     * {@inheritDoc}
152
     */
153
    @Override
154
    public boolean allowAddExisting() {
155
        return false;
156
    }
141 157
}

Also available in: Unified diff