private void setAllLabelWith(String width) {

    /* CentreExamen field group */
    CDT.setLabelWidth(width);
    laboratoireReference.setLabelWidth(width);

    /* Examen field group */
    casTb.setLabelWidth(width);
    date.setLabelWidth(width);
    raisonDepistage.setLabelWidth(width);
    resultat.setLabelWidth(width);
    observations.setLabelWidth(width);
  }