Go to most recent revision |
Details |
Last modification |
View Log
| RSS feed
| Rev |
Author |
Line No. |
Line |
| 127 |
gduche |
1 |
package org.tela_botanica.client.vues;
|
|
|
2 |
|
|
|
3 |
import org.tela_botanica.client.interfaces.Rafraichissable;
|
|
|
4 |
|
|
|
5 |
import com.extjs.gxt.ui.client.widget.LayoutContainer;
|
|
|
6 |
|
|
|
7 |
|
|
|
8 |
public class FormsPersonneVue extends LayoutContainer implements Rafraichissable {
|
|
|
9 |
|
|
|
10 |
|
|
|
11 |
@Override
|
|
|
12 |
public void rafraichir(Object nouvelleDonnees) {
|
|
|
13 |
// TODO Auto-generated method stub
|
|
|
14 |
|
|
|
15 |
}
|
|
|
16 |
|
|
|
17 |
}
|