Subversion Repositories eFlore/Applications.del

Rev

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

Rev 302 Rev 313
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
		
-
 
15
		
-
 
16
		//FIXME : mauvaise gestion du menu navigation
-
 
17
		History.newItem(ConstantesNavigation.PAGE_PRINCIPALE, true);
-
 
18
		History.fireCurrentHistoryState();
13
		History.addValueChangeHandler(new GestionnaireHistorique());
19
 
14
		History.newItem(ConstantesNavigation.PAGE_RECHERCHE_IMAGES, true);
20
		History.newItem(ConstantesNavigation.PAGE_RECHERCHE_IMAGES, true);
15
		History.fireCurrentHistoryState();
21
		History.fireCurrentHistoryState();
16
	}
22
	}