Project

General

Profile

« Previous | Next » 

Revision 333b3e62

Added by Andreas Kohlbecker about 6 years ago

fix #7205 using ToManyRelatedEntitiesListSelect create edit button in TaxonNamePopupEditor

  • includes commit relared to ref #7204

View differences:

src/main/java/eu/etaxonomy/vaadin/mvp/AbstractPopupEditor.java
542 542
        isBeanLoaded = true;
543 543
    }
544 544

  
545
    /**
546
     * Passes the beanInstantiator to the presenter method {@link AbstractEditorPresenter#setBeanInstantiator(BeanInstantiator)}
547
     *
548
     * @param beanInstantiator
549
     */
545 550
    public final void setBeanInstantiator(BeanInstantiator<DTO> beanInstantiator) {
546 551
        getPresenter().setBeanInstantiator(beanInstantiator);
547 552
    }

Also available in: Unified diff