Subversion Repositories eFlore/Applications.del

Rev

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

Rev 315 Rev 529
Line 1... Line 1...
1
package org.tela_botanica.del.client;
1
package org.tela_botanica.del.client;
Line 2... Line 2...
2
 
2
 
3
import org.tela_botanica.del.client.gestionhistorique.ConstantesNavigation;
3
import org.tela_botanica.del.client.gestionhistorique.ConstantesNavigation;
Line -... Line 4...
-
 
4
import org.tela_botanica.del.client.gestionhistorique.GestionnaireHistorique;
-
 
5
 
4
import org.tela_botanica.del.client.gestionhistorique.GestionnaireHistorique;
6
import org.tela_botanica.del.client.config.Config;
5
 
7
 
Line 6... Line 8...
6
import com.google.gwt.core.client.EntryPoint;
8
import com.google.gwt.core.client.EntryPoint;
7
import com.google.gwt.user.client.History;
9
import com.google.gwt.user.client.History;
8
 
10
 
9
public class Del implements EntryPoint {
11
public class Del implements EntryPoint {
10
 
12
	
11
	@Override
-
 
12
	public void onModuleLoad() {
-
 
13
		History.addValueChangeHandler(new GestionnaireHistorique());
-
 
14
		
13
	@Override
15
		
14
	public void onModuleLoad() {
16
 
15
		History.addValueChangeHandler(new GestionnaireHistorique());
17
		History.newItem(ConstantesNavigation.PAGE_RECHERCHE_IMAGES, true);
16
		History.newItem(ConstantesNavigation.PAGE_RECHERCHE_IMAGES, true);