final Label labelDegreeAc = new Label("\u00B0");
cingTable.setWidget(rowIdxCingAcMax, 4, labelDegreeAc);
checkBoxAcMax = new CheckBox();
cingTable.setWidget(rowIdxCingAcMax, 0, checkBoxAcMax);
checkBoxAcMax.setChecked(true);
checkBoxAcMax.setHTML(c.Maximum_violatio());
textBoxAcRmsPoor = new TextBox();
cingTable.setWidget(rowIdxCingAcRms, 1, textBoxAcRmsPoor);
textBoxAcRmsPoor.setStyleName("orange");
textBoxAcRmsPoor.setText(CRV_AC_RMSALL_POOR);
textBoxAcRmsPoor.setWidth("3em");