final HtmlTableCell curricularYearCell = groupRow.createCell();
curricularYearCell.setText("Ano Curricular");
curricularYearCell.setClasses(getGradeCellClass());
curricularYearCell.setColspan(1);
final HtmlTableCell executionYearCell = groupRow.createCell();
executionYearCell.setText("Ano Lectivo");
executionYearCell.setClasses(getGradeCellClass());
executionYearCell.setColspan(2);
executionYearCell.setRowspan(2);