Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 27 Rev 30
Line 13... Line 13...
13
 
13
 
14
	/**
14
	/**
15
	 * This is the entry point method.
15
	 * This is the entry point method.
16
	 */
16
	 */
17
	public void onModuleLoad() {
-
 
18
 
-
 
19
		//ImageMediateur im = ImageMediateur.Instance();
-
 
20
 
-
 
Line 21... Line 17...
21
		//new Viewport(im.getPanneauPrincipalImage());
17
	public void onModuleLoad() {
Line 22... Line -...
22
		
-
 
23
		  CarnetEnLigneMediateur carnetEnLigneMediateur= CarnetEnLigneMediateur.Instance();
-
 
24
		  
18
		
25
		  //RootPanel.get().add(carnetEnLigneMediateur.getPanneauPrincipalCarnetEnLigne());
19
		  CarnetEnLigneMediateur carnetEnLigneMediateur= CarnetEnLigneMediateur.Instance();
Line 26... Line 20...
26
		  
20
		  
27
		  // TODO : l'utilisation du viewport rend l'application extremement lente en mode javas 
21
		  // TODO : l'utilisation du viewport rend l'application extremement lente en mode javas 
28
		  new Viewport(carnetEnLigneMediateur.getPanneauPrincipalCarnetEnLigne());
-
 
29
			
22
		  new Viewport(carnetEnLigneMediateur.getPanneauPrincipalCarnetEnLigne());
Line 30... Line 23...
30
		  // On appelle la gestion de l'identification
23
			
31
		  // Veillez d'ailleurs a ne pas appeller de services dans les constructeurs
24
		  // On appelle la gestion de l'identification