final Label labelAngDrRms = new Label("\u00C5");
cingTable.setWidget(rowIdxCingDrRms, 4, labelAngDrRms);
checkBoxDrRms = new CheckBox();
cingTable.setWidget(rowIdxCingDrRms, 0, checkBoxDrRms);
checkBoxDrRms.setChecked(true);
checkBoxDrRms.setHTML(c.Rms_violatio());
textBoxAcMaxPoor = new TextBox();
cingTable.setWidget(rowIdxCingAcMax, 1, textBoxAcMaxPoor);
textBoxAcMaxPoor.setStyleName("orange");
textBoxAcMaxPoor.setText(CRV_AC_MAXALL_POOR);
textBoxAcMaxPoor.setWidth("3em");