Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 12 Rev 27
Line 7... Line 7...
7
import org.tela_botanica.client.observation.ObservationMediateur;
7
import org.tela_botanica.client.observation.ObservationMediateur;
8
import org.tela_botanica.client.vues.EtatConnexionVue;
8
import org.tela_botanica.client.vues.EtatConnexionVue;
9
import org.tela_botanica.client.vues.FormulaireDeConnexionVue;
9
import org.tela_botanica.client.vues.FormulaireDeConnexionVue;
Line 10... Line 10...
10
 
10
 
-
 
11
import com.google.gwt.user.client.Window;
11
import com.google.gwt.user.client.Window;
12
import com.google.gwt.user.client.ui.TabPanel;
-
 
13
import com.gwtext.client.widgets.Panel;
12
import com.gwtext.client.widgets.Panel;
14
import com.gwtext.client.widgets.layout.FitLayout;
Line 13... Line 15...
13
import com.gwtext.client.widgets.layout.VerticalLayout;
15
import com.gwtext.client.widgets.layout.VerticalLayout;
14
 
16
 
15
/**
17
/**
Line 46... Line 48...
46
	/**
48
	/**
47
	 * panneau a onglet pour les observation et les images
49
	 * panneau a onglet pour les observation et les images
48
	 */ 
50
	 */ 
Line 49... Line 51...
49
	
51
	
Line 50... Line 52...
50
	
52
	
51
	private Panel ongletsObservationsImages=null;
53
	private com.gwtext.client.widgets.TabPanel ongletsObservationsImages=null;
52
	
54
	
Line 53... Line 55...
53
	
55
	
Line 54... Line 56...
54
	/**
56
	/**
55
	 * Indicateur d'etat de la connexion utilisateur
57
	 * Indicateur d'etat de la connexion utilisateur
56
	 */
58
	 */
57
	
59
	
58
	private EtatConnexionVue etatConnexionVue=null;
60
	private EtatConnexionVue etatConnexionVue=null;
Line 139... Line 141...
139
		
141
		
Line 140... Line 142...
140
		
142
		
Line 141... Line 143...
141
 
143
 
Line 142... Line 144...
142
		// Le panneau à onglet qui contient les 2 applications Observation et Images 
144
		// Le panneau à onglet qui contient les 2 applications Observation et Images 
Line 143... Line 145...
143
		
145
		
144
		ongletsObservationsImages = new Panel();
146
		ongletsObservationsImages = new com.gwtext.client.widgets.TabPanel();
Line 145... Line 147...
145
		
147
		
146
		panneauPrincipalCarnetEnLigne.add(etatConnexionVue);
148
		panneauPrincipalCarnetEnLigne.add(etatConnexionVue);
147
		
-
 
148
	
149
		
Line 149... Line 150...
149
 
150
	
150
		//	on ajoute le panneau a onglet au panneau principal
-
 
-
 
151
 
-
 
152
		//	on ajoute le panneau a onglet au panneau principal
151
		
153
		
152
		panneauPrincipalCarnetEnLigne.add(ongletsObservationsImages);
-
 
153
 
154
		panneauPrincipalCarnetEnLigne.add(ongletsObservationsImages);