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/occurrence/GeoScopePolyKeyDetailSection.java
70 70
		return "Add a geo scope";
71 71
	}
72 72

  
73
    /**
74
     * {@inheritDoc}
75
     */
76
    @Override
77
    public NamedArea addExisting() {
78
        return null;
79
    }
80

  
81
    /**
82
     * {@inheritDoc}
83
     */
84
    @Override
85
    public boolean allowAddExisting() {
86
        return false;
87
    }
88

  
73 89
}

Also available in: Unified diff