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/GroupEditorInput.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;
......
49 50
		return instance;
50 51
	}
51 52

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

  
52 59
    @Override
53 60
	public String getName() {
54 61
		return BulkEditorInputType.GROUP.label;

Also available in: Unified diff