The cell content element must be used to render below the value, usually as a text node.
Default implementation renders the specified value inside the first text node found below the specified cell content element.
@param table the target table. @param row the row position. @param col the column position. @param value the value to render. @param cellContentElem the cell content element. This elementis a hint, if provided, should be obtained by calling {@link ElementTableStructure#getCellContentElement(ElementTable,int,int,Element)}. @param isNew true if this is the first time the markup is rendered. Default implementation ignores this parameter.
|
|
|
|