Searched refs:tdAttributes (Results 1 – 1 of 1) sorted by relevance
35 String tdAttributes = "", divAttributes = "", divStyle = ""; in renderRowsAndAppend() local37 tdAttributes += attributeString("class", cell.cssClass); in renderRowsAndAppend()40 tdAttributes += attributeString("rowspan", Integer.toString(cell.rowSpan)); in renderRowsAndAppend()43 tdAttributes += attributeString("colspan", Integer.toString(cell.colSpan)); in renderRowsAndAppend()59 htmlBuffer.append("<td " + tdAttributes + ">"); in renderRowsAndAppend()