Subversion Repositories eFlore/Applications.del

Rev

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

Rev 12 Rev 14
Line 1... Line 1...
1
package org.tela_botanica.del.client.vues.searchobservations;
1
package org.tela_botanica.del.client.vues.rechercheobservations;
Line 2... Line 2...
2
 
2
 
3
import java.util.ArrayList;
3
import java.util.ArrayList;
Line 4... Line 4...
4
import java.util.List;
4
import java.util.List;
Line 11... Line 11...
11
import com.google.gwt.user.client.ui.HorizontalPanel;
11
import com.google.gwt.user.client.ui.HorizontalPanel;
12
import com.google.gwt.user.client.ui.Panel;
12
import com.google.gwt.user.client.ui.Panel;
13
import com.google.gwt.user.client.ui.TextBox;
13
import com.google.gwt.user.client.ui.TextBox;
14
import com.google.gwt.user.client.ui.VerticalPanel;
14
import com.google.gwt.user.client.ui.VerticalPanel;
Line 15... Line 15...
15
 
15
 
Line 16... Line 16...
16
public class ObservationSearchView extends Composite {
16
public class ObservationRechercheVue extends Composite {
Line 17... Line 17...
17
 
17
 
Line 47... Line 47...
47
 
47
 
48
	public TextBox getTextBox() {
48
	public TextBox getTextBox() {
49
		return textBox;
49
		return textBox;
Line 50... Line 50...
50
	}
50
	}
Line 51... Line 51...
51
 
51
 
52
	protected ObservationSearchView() {
52
	protected ObservationRechercheVue() {
Line 53... Line 53...
53
 
53