519520521522523524525
} public void setColumnHeader(int row, int column, String html) { cols = titleBar.ensureRowsAndCols(row + 1, column + 1); WSCell wsc = titleBar.getTableIndex().get(row).get(column); wsc.setValue(new WSCellTitle(wsc, html)); }
444445446447448449450
456457458459460461462
475476477478479480481