Subversion Repositories eFlore/Applications.del

Rev

Rev 178 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 178 Rev 184
Line 82... Line 82...
82
		History.fireCurrentHistoryState();
82
		History.fireCurrentHistoryState();
83
	}
83
	}
Line 84... Line 84...
84
 
84
 
85
	private void doRechercheImage(List<Image> images) {
85
	private void doRechercheImage(List<Image> images) {
86
		CacheClient.getInstance().setImages(images);
86
		CacheClient.getInstance().setImages(images);
87
		History.newItem(ConstantesNavigation.PAGE_RECHERCHE_IMAGES, true);
87
		History.newItem(ConstantesNavigation.PAGE_RESULTAT_RECHERCHE_IMAGES, true);
88
		History.fireCurrentHistoryState();
88
		History.fireCurrentHistoryState();
Line 89... Line 89...
89
	}
89
	}
90
 
90
 
91
	private void doChangementProtocole(Protocole protocole) {
91
	private void doChangementProtocole(Protocole protocole) {
92
		CacheClient.getInstance().setProtocoleCourant(protocole);
92
		CacheClient.getInstance().setProtocoleCourant(protocole);
93
		History.newItem(ConstantesNavigation.PAGE_RECHERCHE_IMAGES, true);
93
		History.newItem(ConstantesNavigation.PAGE_RESULTAT_RECHERCHE_IMAGES, true);
Line 94... Line 94...
94
		History.fireCurrentHistoryState();
94
		History.fireCurrentHistoryState();