| Line 4... |
Line 4... |
| 4 |
import org.tela_botanica.client.vues.ArbreMotsClesFiltreVue;
|
4 |
import org.tela_botanica.client.vues.ArbreMotsClesFiltreVue;
|
| 5 |
import org.tela_botanica.client.vues.observation.filtres.ArbreDateObservationFiltreVue;
|
5 |
import org.tela_botanica.client.vues.observation.filtres.ArbreDateObservationFiltreVue;
|
| 6 |
import org.tela_botanica.client.vues.observation.filtres.ArbreEntiteGeographiqueObservationFiltreVue;
|
6 |
import org.tela_botanica.client.vues.observation.filtres.ArbreEntiteGeographiqueObservationFiltreVue;
|
| 7 |
import org.tela_botanica.client.vues.observation.filtres.RechercheLibreVue;
|
7 |
import org.tela_botanica.client.vues.observation.filtres.RechercheLibreVue;
|
| Line -... |
Line 8... |
| - |
|
8 |
|
| 8 |
|
9 |
import com.gwtext.client.core.Ext;
|
| 9 |
import com.gwtext.client.widgets.Panel;
|
10 |
import com.gwtext.client.widgets.Panel;
|
| 10 |
import com.gwtext.client.widgets.layout.RowLayout;
|
11 |
import com.gwtext.client.widgets.layout.RowLayout;
|
| Line 11... |
Line 12... |
| 11 |
import com.gwtext.client.widgets.layout.RowLayoutData;
|
12 |
import com.gwtext.client.widgets.layout.RowLayoutData;
|
| Line 65... |
Line 66... |
| 65 |
this.setCollapsible(true);
|
66 |
this.setCollapsible(true);
|
| 66 |
//this.setLayout(new AnchorLayout()) ;
|
67 |
//this.setLayout(new AnchorLayout()) ;
|
| 67 |
this.setLayout(new RowLayout());
|
68 |
this.setLayout(new RowLayout());
|
| Line 68... |
Line 69... |
| 68 |
|
69 |
|
| - |
|
70 |
rechercheLibreVue = new RechercheLibreVue(observationMediateur);
|
| - |
|
71 |
|
| - |
|
72 |
if(Ext.isIE()) {
|
| - |
|
73 |
add(rechercheLibreVue);
|
| - |
|
74 |
rechercheLibreVue.setHeight(110);
|
| 69 |
rechercheLibreVue = new RechercheLibreVue(observationMediateur);
|
75 |
} else {
|
| - |
|
76 |
add(rechercheLibreVue,new RowLayoutData(75));
|
| 70 |
add(rechercheLibreVue,new RowLayoutData(75));
|
77 |
}
|
| 71 |
rechercheLibreVue.setWidth("100%") ;
|
78 |
rechercheLibreVue.setWidth("100%") ;
|
| Line 72... |
Line 79... |
| 72 |
rechercheLibreVue.setBorder(false);
|
79 |
rechercheLibreVue.setBorder(false);
|
| 73 |
|
80 |
|