Subversion Repositories eFlore/Applications.del

Compare Revisions

Regard whitespace Rev 444 → Rev 445

/trunk/src/org/tela_botanica/del/client/composants/moteurrecherche/MoteurRechercheVue.java
97,18 → 97,8
recherchePrincipale.setText(valeurRecherche);
}
 
public void chargerValeursRechercheSimplePrecedente(InformationsRecherche informationsRecherche) {
 
this.nettoyer();
if (informationsRecherche.getRechercheLibre() != null && !informationsRecherche.getRechercheLibre().equals("")) {
public void chargerValeursRecherchePrecedente(InformationsRecherche informationsRecherche) {
getRecherchePrincipale().setText(informationsRecherche.getRechercheLibre());
}
afficherLigneInfoRecherche(informationsRecherche);
}
 
public void chargerValeursRecherchePrecedente(InformationsRecherche informationsRecherche) {
informationsRecherche.setRechercheLibre(null);
getRecherchePrincipale().setText("");
getDepartement().setText(informationsRecherche.getDepartement());
getCommune().setText(informationsRecherche.getCommune());
getFamille().setText(informationsRecherche.getFamille());
163,8 → 153,6
texteRecherchePrecedente.append(I18n.getVocabulary().date() + ":" + informationRecherche.getDate() + " ");
}
recherchePrecedente.setText(texteRecherchePrecedente.toString());
}