| Line 364... |
Line 364... |
| 364 |
fieldSetIdentite.add(nbreTotalPersonneStructureChp);
|
364 |
fieldSetIdentite.add(nbreTotalPersonneStructureChp);
|
| Line 365... |
Line 365... |
| 365 |
|
365 |
|
| Line 366... |
Line 366... |
| 366 |
this.add(fieldSetIdentite);
|
366 |
this.add(fieldSetIdentite);
|
| 367 |
|
- |
|
| 368 |
//+-----------------------------------------------------------------------------------------------------------+
|
- |
|
| 369 |
// Fieldset DESCRIPTION
|
- |
|
| 370 |
FieldSet fieldSetDescription = new FieldSet();
|
- |
|
| 371 |
fieldSetDescription.setHeadingHtml("Description");
|
- |
|
| 372 |
fieldSetDescription.setCollapsible(true);
|
- |
|
| 373 |
fieldSetDescription.setLayout(Formulaire.creerFormLayout(120, LabelAlign.LEFT));
|
- |
|
| 374 |
|
- |
|
| 375 |
descriptionChp = new TextArea();
|
- |
|
| 376 |
descriptionChp.setTabIndex(tabIndex++);
|
- |
|
| 377 |
descriptionChp.setFieldLabel("Description");
|
- |
|
| 378 |
fieldSetDescription.add(descriptionChp, new FormData(550, 0));
|
- |
|
| 379 |
|
- |
|
| 380 |
conditionAccesChp = new TextArea();
|
- |
|
| 381 |
conditionAccesChp.setTabIndex(tabIndex++);
|
- |
|
| 382 |
conditionAccesChp.setFieldLabel("Conditions d'accès");
|
- |
|
| 383 |
fieldSetDescription.add(conditionAccesChp, new FormData(550, 0));
|
- |
|
| 384 |
|
- |
|
| 385 |
conditionUsageChp = new TextArea();
|
- |
|
| 386 |
conditionUsageChp.setTabIndex(tabIndex++);
|
- |
|
| 387 |
conditionUsageChp.setFieldLabel("Conditions d'usage");
|
- |
|
| 388 |
fieldSetDescription.add(conditionUsageChp, new FormData(550, 0));
|
- |
|
| 389 |
|
- |
|
| 390 |
this.add(fieldSetDescription);
|
- |
|
| 391 |
|
367 |
|
| 392 |
//+-----------------------------------------------------------------------------------------------------------+
|
368 |
//+-----------------------------------------------------------------------------------------------------------+
|
| 393 |
// Fieldset ADRESSE
|
369 |
// Fieldset ADRESSE
|
| 394 |
LayoutContainer principalFdAdresse = new LayoutContainer();
|
370 |
LayoutContainer principalFdAdresse = new LayoutContainer();
|
| Line 510... |
Line 486... |
| 510 |
|
486 |
|
| Line 511... |
Line 487... |
| 511 |
fieldSetTelMail.setLayout(Formulaire.creerFormLayout(null, LabelAlign.LEFT));
|
487 |
fieldSetTelMail.setLayout(Formulaire.creerFormLayout(null, LabelAlign.LEFT));
|
| 512 |
|
488 |
|
| 513 |
telChp = new TextField<String>();
|
489 |
telChp = new TextField<String>();
|
| 514 |
telChp.setTabIndex(tabIndex++);
|
490 |
telChp.setTabIndex(tabIndex++);
|
| Line 515... |
Line 491... |
| 515 |
telChp.setFieldLabel("Téléphone fixe");
|
491 |
telChp.setFieldLabel("Téléphone");
|
| 516 |
gaucheFdTelMail.add(telChp, new FormData("95%"));
|
492 |
gaucheFdTelMail.add(telChp, new FormData("95%"));
|
| 517 |
|
493 |
|
| Line 534... |
Line 510... |
| 534 |
principalFdTelMail.add(gaucheFdTelMail, new ColumnData(.5));
|
510 |
principalFdTelMail.add(gaucheFdTelMail, new ColumnData(.5));
|
| 535 |
principalFdTelMail.add(droiteFdTelMail, new ColumnData(.5));
|
511 |
principalFdTelMail.add(droiteFdTelMail, new ColumnData(.5));
|
| 536 |
fieldSetTelMail.add(principalFdTelMail);
|
512 |
fieldSetTelMail.add(principalFdTelMail);
|
| Line 537... |
Line 513... |
| 537 |
|
513 |
|
| - |
|
514 |
this.add(fieldSetTelMail);
|
| - |
|
515 |
|
| - |
|
516 |
//+-----------------------------------------------------------------------------------------------------------+
|
| - |
|
517 |
// Fieldset DESCRIPTION
|
| - |
|
518 |
FieldSet fieldSetDescription = new FieldSet();
|
| - |
|
519 |
fieldSetDescription.setHeadingHtml("Description");
|
| - |
|
520 |
fieldSetDescription.setCollapsible(true);
|
| - |
|
521 |
fieldSetDescription.setLayout(Formulaire.creerFormLayout(120, LabelAlign.LEFT));
|
| - |
|
522 |
|
| - |
|
523 |
descriptionChp = new TextArea();
|
| - |
|
524 |
descriptionChp.setTabIndex(tabIndex++);
|
| - |
|
525 |
descriptionChp.setFieldLabel("Description");
|
| - |
|
526 |
fieldSetDescription.add(descriptionChp, new FormData(550, 0));
|
| - |
|
527 |
|
| - |
|
528 |
conditionAccesChp = new TextArea();
|
| - |
|
529 |
conditionAccesChp.setTabIndex(tabIndex++);
|
| - |
|
530 |
conditionAccesChp.setFieldLabel("Conditions d'accès");
|
| - |
|
531 |
fieldSetDescription.add(conditionAccesChp, new FormData(550, 0));
|
| - |
|
532 |
|
| - |
|
533 |
conditionUsageChp = new TextArea();
|
| - |
|
534 |
conditionUsageChp.setTabIndex(tabIndex++);
|
| - |
|
535 |
conditionUsageChp.setFieldLabel("Conditions d'usage");
|
| - |
|
536 |
fieldSetDescription.add(conditionUsageChp, new FormData(550, 0));
|
| - |
|
537 |
|
| 538 |
this.add(fieldSetTelMail);
|
538 |
this.add(fieldSetDescription);
|
| Line 539... |
Line 539... |
| 539 |
}
|
539 |
}
|
| 540 |
|
540 |
|
| 541 |
private native String getTemplatePays() /*-{
|
541 |
private native String getTemplatePays() /*-{
|