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/UserEditorInput.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.Comparator;
14 15
import java.util.List;
......
47 48
		return instance;
48 49
	}
49 50

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

  
50 57
    @Override
51 58
	public String getName() {
52 59
		return BulkEditorInputType.USER.label;

Also available in: Unified diff