Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 1292 Rev 1318
Line 28... Line 28...
28
	public ProxyValeur(String nomListe) {
28
	public ProxyValeur(String nomListe) {
29
		super();
29
		super();
30
		this.nomListe = nomListe;
30
		this.nomListe = nomListe;
31
	}
31
	}
Line 32... Line -...
32
	
-
 
33
	@Override
32
	
34
	  public void load(TransformateurJSONaModelData reader, Object loadConfig, AsyncCallback callback, String recherche) {
33
	  public void load(TransformateurJSONaModelData reader, Object loadConfig, AsyncCallback callback, String recherche) {
35
		  this.reader = reader;
34
		  this.reader = reader;
36
		  this.callback = callback;
35
		  this.callback = callback;
Line 37... Line 36...
37
		  this.loadConfig = loadConfig;
36
		  this.loadConfig = loadConfig;
38
 
37
 
39
		  BasePagingLoadConfig lc = (BasePagingLoadConfig)loadConfig;
38
		  BasePagingLoadConfig lc = (BasePagingLoadConfig)loadConfig;
Line 40... Line -...
40
		  mediateur.obtenirListeValeurEtRafraichir(this, nomListe, true, recherche, lc.getOffset(), lc.getLimit());
-
 
41
	  }
39
		  mediateur.obtenirListeValeurEtRafraichir(this, nomListe, true, recherche, lc.getOffset(), lc.getLimit(), null);
42
 
40
	  }
43
 
41
 
44
	@Override
42
 
45
	@SuppressWarnings("unchecked")
43
	@SuppressWarnings("unchecked")