Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 453 Rev 522
Line 65... Line 65...
65
		
65
		
66
		initialiserTousLesTpl();
66
		initialiserTousLesTpl();
Line 67... Line 67...
67
		chargerOntologie();
67
		chargerOntologie();
68
		
68
		
69
		panneauPrincipal = new ContentPanel();
69
		panneauPrincipal = new ContentPanel();
70
		panneauPrincipal.setLayout(new FlowLayout());
70
		panneauPrincipal.setLayout(new FitLayout());
Line 71... Line 71...
71
		panneauPrincipal.setHeaderVisible(false);
71
		panneauPrincipal.setHeaderVisible(false);
72
		panneauPrincipal.setBodyBorder(false);
72
		panneauPrincipal.setBodyBorder(false);
73
			
73
			
Line 74... Line 74...
74
	    entete = new Html();
74
	    entete = new Html();
75
	    entete.setId(ComposantId.ZONE_DETAIL_ENTETE);
75
	    entete.setId(ComposantId.ZONE_DETAIL_ENTETE);
76
	    panneauPrincipal.setTopComponent(entete);
-
 
-
 
76
	    panneauPrincipal.setTopComponent(entete);
77
		
77
		
78
		onglets = new TabPanel();
78
		onglets = new TabPanel();
79
		onglets.setId(ComposantId.ZONE_DETAIL_CORPS);
79
		onglets.setId(ComposantId.ZONE_DETAIL_CORPS);
80
		onglets.setHeight("100%");
80
		
-
 
81
		onglets.setBodyBorder(false);
81
		onglets.setBodyBorder(false);
82
		
82
 
83
		identificationOnglet = new TabItem(i18nC.structureInfoGeneral());
Line 83... Line 84...
83
		identificationOnglet = new TabItem(i18nC.structureInfoGeneral());
84
		identificationOnglet.setLayout(new AnchorLayout());
84
		identificationOnglet.setLayout(new AnchorLayout());
85
		identificationOnglet.setHeight("100%");