Subversion Repositories eFlore/Applications.del

Rev

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

Rev 135 Rev 184
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
		// displays init page
-
 
16
		// CacheClient.getInstance().setCurrentObservation(MockDatasource.getInstance().getObservationCourante());
-
 
17
		// History.newItem(ConstantesNavigation.PAGE_COMPARAISON_EFLORE, true);
13
		History.addValueChangeHandler(new GestionnaireHistorique());
18
		History.newItem(ConstantesNavigation.PAGE_PRINCIPALE, true);
-
 
19
 
14
		History.newItem(ConstantesNavigation.PAGE_PRINCIPALE, true);
20
		History.fireCurrentHistoryState();
15
		History.fireCurrentHistoryState();
21
	}
16
	}