277278279280281282283284285286287
public void handleReload() { try { TablePart table = this.getTable(); table.removeAll(); Date tStart = (Date) getStart().getValue(); Date tEnd = (Date) getEnd().getValue(); if (tStart != null && tEnd != null && tStart.after(tEnd)) {