Subversion Repositories eFlore/Applications.del

Compare Revisions

Ignore whitespace Rev 406 → Rev 407

/trunk/src/org/tela_botanica/del/client/composants/moteurrecherche/MoteurRecherchePresenteur.java
64,6 → 64,8
public HasText getDate();
 
public void chargerValeursRecherchePrecedente(InformationsRecherche informationsRecherche);
public void focusSaisie();
}
 
private final Vue vue;
99,6 → 101,7
afficherRequeteEtLancerRecherche();
autoCompletionNomTaxonsPresenteur.go(vue.getTaxon());
composite.add(vue.asWidget());
vue.focusSaisie();
}
 
@Override