Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 53 Rev 55
Line 16... Line 16...
16
	/**
16
	/**
17
	 * This is the entry point method.
17
	 * This is the entry point method.
18
	 */
18
	 */
19
	public void onModuleLoad() {
19
	public void onModuleLoad() {
Line 20... Line -...
20
 
-
 
21
		//ImageMediateur im = ImageMediateur.Instance();
-
 
22
 
-
 
23
		//new Viewport(im.getPanneauPrincipalImage());
-
 
24
		
20
		
25
		  CarnetEnLigneMediateur carnetEnLigneMediateur= CarnetEnLigneMediateur.Instance();
-
 
26
		  //ImageMediateur im = ImageMediateur.Instance() ;
-
 
27
		  // TODO : l'utilisation du viewport rend l'application extremement lente en mode javas
-
 
28
		 RootPanel.get().add(carnetEnLigneMediateur.getPanneauPrincipalCarnetEnLigne());
21
		  CarnetEnLigneMediateur carnetEnLigneMediateur= CarnetEnLigneMediateur.Instance();
29
		// new Viewport(carnetEnLigneMediateur.getPanneauPrincipalCarnetEnLigne()) ;
-
 
30
		  
-
 
31
 
-
 
32
		  // TODO : l'utilisation du viewport rend l'application extremement lente en mode javas 
-
 
33
		//  new Viewport(carnetEnLigneMediateur.getPanneauPrincipalCarnetEnLigne());
-
 
Line 34... Line 22...
34
			
22
		  new Viewport(carnetEnLigneMediateur.getPanneauPrincipalCarnetEnLigne()) ;
35
 
23
		  
Line 36... Line 24...
36
		  // On appelle la gestion de l'identification
24
		  // On appelle la gestion de l'identification