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/NameEditorInput.java
9 9

  
10 10
package eu.etaxonomy.taxeditor.bulkeditor.input;
11 11

  
12
import java.util.ArrayList;
12 13
import java.util.Arrays;
13 14
import java.util.List;
14 15
import java.util.UUID;
......
51 52
		return instance;
52 53
	}
53 54

  
55
	@Override
56
    protected List<String> getPropertyKeys_internal() {
57
        List<String> propertyKeysInternal = new ArrayList<>();
58
        return propertyKeysInternal;
59
    }
60

  
54 61
    @Override
55 62
    public String getName() {
56 63
		return BulkEditorInputType.NAME.label;

Also available in: Unified diff