Project

General

Profile

« Previous | Next » 

Revision 84746052

Added by Andreas Kohlbecker almost 6 years ago

PopupViewRegistration to manage view popupview and target field - fixing problems

View differences:

src/main/java/eu/etaxonomy/vaadin/ui/navigation/NavigationManagerBean.java
200 200
	}
201 201

  
202 202
	@Override
203
    public Field<?> targetFieldOf(ApplicationView parentView, PopupView popupView){
204
	    return popupViewRegistration.get(parentView, popupView);
203
    public Field<?> targetFieldOf(PopupView popupView){
204
	    return popupViewRegistration.get(popupView);
205 205
	}
206 206

  
207 207
    @EventBusListenerMethod

Also available in: Unified diff