Subversion Repositories eFlore/Applications.coel

Rev

Rev 127 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 127 Rev 130
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 {
8
public class FormsPersonneVue extends LayoutContainer implements Rafraichissable {
9
 
-
 
10
	
9
 
11
	@Override
10
	@Override
12
	public void rafraichir(Object nouvelleDonnees) {
11
	public void rafraichir(Object nouvelleDonnees) {
13
		// TODO Auto-generated method stub
12
		// TODO Auto-generated method stub
14
		
13
		
15
	}
14
	}
-
 
15
 
-
 
16
	
-
 
17
 
16
 
18
 
17
}
19
}