Subversion Repositories eFlore/Applications.del

Rev

Rev 236 | Rev 313 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 236 Rev 302
Line 9... Line 9...
9
public class Del implements EntryPoint {
9
public class Del implements EntryPoint {
Line 10... Line 10...
10
 
10
 
11
	@Override
11
	@Override
12
	public void onModuleLoad() {
12
	public void onModuleLoad() {
13
		History.addValueChangeHandler(new GestionnaireHistorique());
-
 
14
		History.newItem(ConstantesNavigation.PAGE_PRINCIPALE, true);
-
 
15
		History.fireCurrentHistoryState();
-
 
16
 
13
		History.addValueChangeHandler(new GestionnaireHistorique());
17
		History.newItem(ConstantesNavigation.PAGE_RECHERCHE_IMAGES, true);
14
		History.newItem(ConstantesNavigation.PAGE_RECHERCHE_IMAGES, true);
18
		History.fireCurrentHistoryState();
15
		History.fireCurrentHistoryState();
19
	}
16
	}