Project

General

Profile

« Previous | Next » 

Revision f3bb4cae

Added by Andreas Kohlbecker about 7 years ago

ref #6169 very basic Reference editor experiment

View differences:

src/main/java/eu/etaxonomy/vaadin/mvp/AbstractPresenter.java
8 8
import com.vaadin.spring.annotation.ViewScope;
9 9

  
10 10
import eu.etaxonomy.cdm.api.application.CdmRepository;
11
import eu.etaxonomy.vaadin.ui.NavigationManager;
11 12

  
12 13
/**
13 14
 * AbstractPresenter is the base class of all presenter components. Presenter's
......
36 37
	@Qualifier("cdmRepository")
37 38
	private CdmRepository repo;
38 39

  
40
	@Autowired
41
	private NavigationManager navigationManager;
42

  
39 43
	/**
40 44
	 * @return the repo
41 45
	 */
......
75 79

  
76 80
	}
77 81

  
82
    /**
83
     * @return the navigationManager
84
     */
85
    public NavigationManager getNavigationManager() {
86
        return navigationManager;
87
    }
88

  
78 89
}

Also available in: Unified diff