Subversion Repositories eFlore/Applications.del

Rev

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

Rev 1038 Rev 1122
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
	protected HTMLPanel tableauPropositions, tableauPropositionOriginale, zonePropositions;
20
	protected HTMLPanel zoneRss, tableauPropositions, tableauPropositionOriginale, zonePropositions;
21
 
21
 
Line 63... Line 63...
63
	}
63
	}
Line 64... Line 64...
64
 
64
 
65
	@Override
65
	@Override
66
	public void viderTableauPropositionOriginale() {
66
	public void viderTableauPropositionOriginale() {
-
 
67
		tableauPropositionOriginale.clear();
-
 
68
	
-
 
69
	}
-
 
70
	
-
 
71
	public HasWidgets getZoneRss() {
67
		tableauPropositionOriginale.clear();
72
		return zoneRss;
68
	}
73
	}