Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 1024 Rev 1025
Line 1... Line 1...
1
package org.tela_botanica.cel.client.gestionhistorique;
1
package org.tela_botanica.cel.client.gestionhistorique;
Line -... Line 2...
-
 
2
 
-
 
3
import org.tela_botanica.cel.client.vues.general.CelPanneauPrincipalPresenteur;
-
 
4
import org.tela_botanica.cel.client.vues.general.CelPanneauPrincipalVue;
2
 
5
 
3
import com.google.gwt.event.logical.shared.ValueChangeEvent;
6
import com.google.gwt.event.logical.shared.ValueChangeEvent;
4
import com.google.gwt.event.logical.shared.ValueChangeHandler;
7
import com.google.gwt.event.logical.shared.ValueChangeHandler;
Line 5... Line 8...
5
import com.google.gwt.user.client.ui.RootPanel;
8
import com.google.gwt.user.client.ui.RootPanel;
Line 6... Line 9...
6
 
9
 
7
public class GestionnaireHistorique implements ValueChangeHandler<String> {
-
 
-
 
10
public class GestionnaireHistorique implements ValueChangeHandler<String> {
8
 
11
 
9
	public void onValueChange(ValueChangeEvent<String> event) {
12
	public void onValueChange(ValueChangeEvent<String> event) {
10
 
13
		CelPanneauPrincipalPresenteur celPanneauPrincipalPresenteur = new CelPanneauPrincipalPresenteur(new CelPanneauPrincipalVue());
11
		RootPanel.get("navigation").clear();
14
		celPanneauPrincipalPresenteur.go(RootPanel.get());