Project

General

Profile

« Previous | Next » 

Revision df3a895a

Added by Katja Luther over 2 years ago

ref #9821: renderContent needs to overrite

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/AbstractEntityCollectionSection.java
230 230
	/**
231 231
	 * Create the elements to be shown in this section client area
232 232
	 */
233
	private void renderContent(boolean forceExpansion){
233
	protected void renderContent(boolean forceExpansion){
234 234
		Collection<ELEMENT> collection = getCollection(getEntity());
235 235

  
236 236
		if(collection == null || collection.isEmpty()){
eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/description/DescriptionElementSourceSection.java
74 74
            firePropertyChangeEvent(this);
75 75
        }
76 76
	}
77
    
78
    private void renderContent(boolean forceExpansion){
77
    @Override
78
    protected void renderContent(boolean forceExpansion){
79 79
		Collection<OriginalSourceBase> collectionElement = getCollectionElement(getEntity());
80 80
		Collection<OriginalSourceBase> collectionDescription = getCollectionDescription(getEntity());
81 81

  

Also available in: Unified diff