Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 297 Rev 318
Line 3... Line 3...
3
// TODO Detecter redim et supprimer ajuster
3
// TODO Detecter redim et supprimer ajuster
Line 4... Line 4...
4
 
4
 
5
import java.util.Date;
5
import java.util.Date;
Line -... Line 6...
-
 
6
import java.util.Iterator;
6
import java.util.Iterator;
7
 
7
 
8
import org.tela_botanica.client.CarnetEnLigneMediateur;
8
import org.tela_botanica.client.interfaces.Rafraichissable;
9
import org.tela_botanica.client.interfaces.Rafraichissable;
9
import org.tela_botanica.client.modeles.Configuration;
10
import org.tela_botanica.client.modeles.Configuration;
10
import org.tela_botanica.client.modeles.EntiteGeographiqueObservation;
11
import org.tela_botanica.client.modeles.EntiteGeographiqueObservation;
Line 377... Line 378...
377
							
378
							
378
							if(Ext.isIE()) {
379
							if(Ext.isIE()) {
379
								latitude.focus();
380
								latitude.focus();
Line 380... Line 381...
380
							}
381
							}
381
							
382
							
382
							ObservationMediateur.fireResize();
383
							CarnetEnLigneMediateur.fireResize();
Line 383... Line 384...
383
						}
384
						}
384
					}) ;
385
					}) ;
Line 535... Line 536...
535
	        	panneauPremierColonne.doLayout();
536
	        	panneauPremierColonne.doLayout();
536
	        	panneauSecondeColonne.doLayout();
537
	        	panneauSecondeColonne.doLayout();
Line 537... Line 538...
537
	        	
538
	        	
538
	        	htmlCommunePanel.doLayout();
539
	        	htmlCommunePanel.doLayout();
-
 
540
	        	htmlPanel.doLayout();
-
 
541
	        	
539
	        	htmlPanel.doLayout();
542
	        	doLayout();
Line 540... Line 543...
540
	     }});
543
	     }});
Line 1817... Line 1820...
1817
	}
1820
	}
Line 1818... Line 1821...
1818
 
1821
 
1819
	public boolean communeInitialisee() {
1822
	public boolean communeInitialisee() {
1820
		return communeModifiee;
1823
		return communeModifiee;
-
 
1824
	}
-
 
1825
	
-
 
1826
	public void redimensionnerFormulaire() {
-
 
1827
		doLayout();
-
 
1828
		//panneauIntermediaire.doLayout();
1821
	}
1829
	}