Project

General

Profile

« Previous | Next » 

Revision 521ddbfc

Added by Patrick Plitzner over 5 years ago

ref #7502 Refactor column generation

  • move constants and column properties to bulk editor input

View differences:

eu.etaxonomy.taxeditor.bulkeditor/src/main/java/eu/etaxonomy/taxeditor/bulkeditor/input/TaxonEditorInput.java
46 46
		return instance;
47 47
	}
48 48

  
49
    @Override
50
    protected List<String> getPropertyKeys_internal() {
51
        List<String> propertyKeysInternal = new ArrayList<>();
52
        return propertyKeysInternal;
53
    }
54

  
49 55
    @Override
50 56
	public String getName() {
51 57
		return BulkEditorInputType.TAXON.label;

Also available in: Unified diff