}
});
gFactorCheckBox = new CheckBox();
pcTable.setWidget(rowIdxPcGfactor, 0, gFactorCheckBox);
gFactorCheckBox.setChecked(true);
gFactorCheckBox.setText(c.gFactor());
gFactorCheckBox.addClickListener(new ClickListener() {
public void onClick(final Widget sender) {
Utils.setEnabledAllInColumnsButFirst(pcTable, rowIdxPcGfactor, gFactorCheckBox.isChecked());
}
});