item.appendChild(listcell);
}
private void appendExtraEffortListcell(Listitem item, Capacity capacity) {
Listcell listcell = new Listcell();
listcell.appendChild(new Label(_(capacity.getExtraEffortString())));
item.appendChild(listcell);
}
private void appendExceptionTypeListcell(Listitem item,
CalendarException calendarException) {