Subversion Repositories eFlore/Applications.coel

Compare Revisions

Ignore whitespace Rev 1240 → Rev 1248

/branches/v1.0-syrah/src/org/tela_botanica/client/vues/Formulaire.java
108,7 → 108,6
public SelectionListener<ButtonEvent> creerEcouteurValidation() {
SelectionListener<ButtonEvent> ecouteur = new SelectionListener<ButtonEvent>() {
@Override
public void componentSelected(ButtonEvent ce) {
String code = ((Button) ce.getComponent()).getData("code");
312,7 → 311,6
public static Listener<BaseEvent> creerEcouteurChampObligatoire() {
return new Listener<BaseEvent>() {
@Override
public void handleEvent(BaseEvent be) {
Field<?> champ = null;
boolean etreVide = true;