Subversion Repositories eFlore/Applications.del

Compare Revisions

Ignore whitespace Rev 458 → Rev 459

/trunk/src/org/tela_botanica/del/client/vues/rechercheimages/MoteurRechercheImageVue.java
4,7 → 4,6
import com.google.gwt.event.dom.client.HasChangeHandlers;
import com.google.gwt.uibinder.client.UiBinder;
import com.google.gwt.uibinder.client.UiField;
import com.google.gwt.user.client.ui.Button;
import com.google.gwt.user.client.ui.Composite;
import com.google.gwt.user.client.ui.FlowPanel;
import com.google.gwt.user.client.ui.HasWidgets;
27,9 → 26,6
@UiField
ListBox listeProtocoles;
 
@UiField
Button triParNbVotesAscendant, triParNbVotesDescendant, triParDateAscendant, triParDateDescendant;
 
// Constructeur
public MoteurRechercheImageVue() {
initWidget(uiBinder.createAndBindUi(this));
84,19 → 80,4
composite.add(this.asWidget());
}
 
public Button getTriParNbVotesAscendant() {
return triParNbVotesAscendant;
}
 
public Button getTriParNbVotesDescendant() {
return triParNbVotesDescendant;
}
 
public Button getTriParDateAscendant() {
return triParDateAscendant;
}
 
public Button getTriParDateDescendant() {
return triParDateDescendant;
}
}