| Line 23... |
Line 23... |
| 23 |
import com.extjs.gxt.ui.client.widget.layout.ColumnData;
|
23 |
import com.extjs.gxt.ui.client.widget.layout.ColumnData;
|
| 24 |
import com.extjs.gxt.ui.client.widget.layout.ColumnLayout;
|
24 |
import com.extjs.gxt.ui.client.widget.layout.ColumnLayout;
|
| 25 |
import com.extjs.gxt.ui.client.widget.layout.FormLayout;
|
25 |
import com.extjs.gxt.ui.client.widget.layout.FormLayout;
|
| 26 |
import com.extjs.gxt.ui.client.widget.layout.RowLayout;
|
26 |
import com.extjs.gxt.ui.client.widget.layout.RowLayout;
|
| 27 |
import com.google.gwt.core.client.GWT;
|
27 |
import com.google.gwt.core.client.GWT;
|
| - |
|
28 |
import com.google.gwt.user.client.Window;
|
| Line 28... |
Line 29... |
| 28 |
|
29 |
|
| 29 |
public class ChampMultiValeurs extends LayoutContainer {
|
30 |
public class ChampMultiValeurs extends LayoutContainer {
|
| 30 |
//TODO : changer le champRecapitulatif par une hashMap
|
31 |
//TODO : changer le champRecapitulatif par une hashMap
|
| Line 69... |
Line 70... |
| 69 |
|
70 |
|
| 70 |
public ChampMultiValeurs(String label, int largeurTotale) {
|
71 |
public ChampMultiValeurs(String label, int largeurTotale) {
|
| 71 |
initialiserChampMultiValeur(label, largeurTotale);
|
72 |
initialiserChampMultiValeur(label, largeurTotale);
|
| Line 72... |
Line 73... |
| 72 |
}
|
73 |
}
|
| 73 |
|
74 |
|
| 74 |
public ChampMultiValeurs(boolean estMultiType, String label, int largeurTotale) {
|
75 |
public ChampMultiValeurs(boolean estMultiType, String label, int largeurTotale, int largeurType) {
|
| 75 |
this.estMultiType = estMultiType;
|
76 |
this.estMultiType = estMultiType;
|
| Line 76... |
Line 77... |
| 76 |
initialiserChampMultiValeur(label, largeurTotale);
|
77 |
initialiserChampMultiValeur(label, largeurTotale);
|