Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 721 Rev 727
Line 22... Line 22...
22
import com.extjs.gxt.ui.client.widget.layout.FormLayout;
22
import com.extjs.gxt.ui.client.widget.layout.FormLayout;
23
import com.extjs.gxt.ui.client.widget.layout.RowLayout;
23
import com.extjs.gxt.ui.client.widget.layout.RowLayout;
24
import com.google.gwt.core.client.GWT;
24
import com.google.gwt.core.client.GWT;
Line 25... Line 25...
25
 
25
 
-
 
26
public class ChampMultiValeurs extends LayoutContainer {
-
 
27
	//TODO : changer le champRecapitulatif par une hashMap
-
 
28
	//TODO : autoriser la modification des champs saisis
26
public class ChampMultiValeurs extends LayoutContainer {
29
 
Line 27... Line 30...
27
	String idChampCache = null;
30
	String idChampCache = null;
Line 28... Line 31...
28
	
31