writer.writeAttribute("style", "overflow : visible; overflow-x : visible; overflow-y = hidden;", null);
writer.writeAttribute("class", "o_timetableView_scroller", null);
renderExpandedDayView(context, timetableView);
int colCount = 7;
new TableRenderer(clientId + Rendering.CLIENT_ID_SUFFIX_SEPARATOR + "table", 0, 0, 0, "o_timetableView_table") {
protected void encodeTFoot(ResponseWriter writer, UIComponent component) throws IOException {
writer.startElement("tfoot", component);
writer.writeAttribute("id", clientId + "::hiddenArea", null);
writer.writeAttribute("style", "display: none", null);