Subversion Repositories eFlore/Applications.coel

Rev

Rev 130 | Only display areas with differences | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 130 Rev 136
1
package org.tela_botanica.client.vues;
1
package org.tela_botanica.client.vues;
2
 
2
 
3
import org.tela_botanica.client.interfaces.Rafraichissable;
3
import org.tela_botanica.client.interfaces.Rafraichissable;
4
 
4
 
5
import com.extjs.gxt.ui.client.widget.LayoutContainer;
5
import com.extjs.gxt.ui.client.widget.LayoutContainer;
6
 
6
 
7
 
7
 
8
public class FormsPersonneVue extends LayoutContainer implements Rafraichissable {
-
 
9
 
8
public class FormPersonneVue extends LayoutContainer implements Rafraichissable {
10
	@Override
9
 
11
	public void rafraichir(Object nouvelleDonnees) {
10
	public void rafraichir(Object nouvelleDonnees) {
12
		// TODO Auto-generated method stub
11
		// TODO Auto-generated method stub
13
		
12
		
14
	}
13
	}
15
 
14
 
16
	
15
	
17
 
16
 
18
 
17
 
19
}
18
}