Subversion Repositories eFlore/Applications.del

Rev

Rev 1335 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1335 Rev 1833
Line 15... Line 15...
15
	}
15
	}
Line 16... Line 16...
16
 
16
 
Line 17... Line 17...
17
	private static Binder binder = GWT.create(Binder.class);
17
	private static Binder binder = GWT.create(Binder.class);
18
 
18
 
Line 19... Line 19...
19
	@UiField
19
	@UiField
20
	HTMLPanel tableauPropositions, tableauPropositionInitiale, zonePropositions, tableauPropositionRetenue, lignePropositionRetenue;
20
	HTMLPanel tableauPropositions, zonePropositions;
21
 
21
 
Line 22... Line 22...
22
	public HTMLPanel getTableauPropositions() {
22
	public HTMLPanel getTableauPropositions() {
23
		return tableauPropositions;
23
		return tableauPropositions;
24
	}
-
 
25
 
24
	}
Line 26... Line 25...
26
	public ObservationDeterminationVue() {
25
 
27
		initWidget(binder.createAndBindUi(this));
26
	public ObservationDeterminationVue() {
28
		toggleTableauPropositionRetenue();
27
		initWidget(binder.createAndBindUi(this));
Line 51... Line 50...
51
 
50
 
52
	@Override
51
	@Override
53
	public void viderTableau() {
52
	public void viderTableau() {
54
		tableauPropositions.clear();
53
		tableauPropositions.clear();
55
	}
-
 
56
 
-
 
57
	@Override
-
 
58
	public HasWidgets getTableauPropositionInitiale() {
-
 
59
		return tableauPropositionInitiale;
-
 
Line 60... Line 54...
60
	}
54
	}
61
	
55
	
62
	public void masquerPropositions() {
56
	public void masquerPropositions() {
63
		this.zonePropositions.setVisible(false);
-
 
64
	}
-
 
65
 
-
 
66
	@Override
-
 
67
	public void viderTableauPropositionInitiale() {
-
 
68
		tableauPropositionInitiale.clear();
-
 
69
	
-
 
70
	}
-
 
71
	
-
 
72
	@Override
-
 
73
	public void viderTableauPropositionRetenue() {
-
 
74
		tableauPropositionRetenue.clear();		
-
 
75
	}
-
 
76
 
-
 
77
	@Override
-
 
78
	public HasWidgets getTableauPropositionRetenue() {
-
 
79
		return tableauPropositionRetenue;
-
 
80
	}
-
 
81
 
-
 
82
	@Override
-
 
83
	public void toggleTableauPropositionRetenue() {
-
 
84
		lignePropositionRetenue.setVisible(!lignePropositionRetenue.isVisible());
-
 
85
		
57
		this.zonePropositions.setVisible(false);