public interface CellHTMLWriterAdapter
限定符和类型 | 方法和说明 |
---|---|
JSONObject |
getCellWidgetJson(CellElement cell) |
void |
setCellDimension(java.awt.Dimension dimension) |
void |
setReportIndex(int index) |
void |
setRepository(Repository repo) |
void |
updateCell(CellElement cell) |
void |
writeCellValue(CellElement ce,
java.lang.Object rawValue,
Tag contentTag) |
void setCellDimension(java.awt.Dimension dimension)
void updateCell(CellElement cell)
void writeCellValue(CellElement ce, java.lang.Object rawValue, Tag contentTag)
void setRepository(Repository repo)
void setReportIndex(int index)
JSONObject getCellWidgetJson(CellElement cell) throws JSONException
JSONException