public class WriteCellHTMLWriterAdapter extends WriteCellWriter implements CellHTMLWriterAdapter
cellGUIAttr, cellHeight, cellWidth, heavy, isUseLightHeavyTD, repo, reportIndex, reportSettings, resTag, tableID
构造器和说明 |
---|
WriteCellHTMLWriterAdapter() |
限定符和类型 | 方法和说明 |
---|---|
JSONObject |
getCellWidgetJson(CellElement ce) |
void |
setCellDimension(java.awt.Dimension dimension) |
void |
setReportIndex(int index) |
void |
setRepository(Repository repo) |
boolean |
showUseHeavy(CellElement cell)
是否需要重方式输出格子
|
void |
updateCell(CellElement cell) |
void |
writeCellValue(CellElement ce,
java.lang.Object rawValue,
Tag contentTag) |
addEditAttr2Tag, dealWithHyperlinkGroup, displayNormalText, getDisplayValue, getHeightOfValueWrapper, getWidgetOfCell, isVisible, processNoneWidget, processOtherAttributes, processWidget, setShowWidgetAttr, shouldBeDisplayAsVerticalText, shouldDrawBackground, skipValueWrapper
columnRowPosition, getColumnRowOfBox, processFormula, processUnwrappedRawValue, shouldDrawContent, writeFMInfo, writeLocationID
anyElse, calculateRawValue, calculateRawValue, cell2Tag, dealBeforeDrawContent, dealContent, dealWithEmptyHeight, dealWithValue4Formula, displayVerticalText, drawContent, getHtmlValue, getRawValue, getReportIndex, getTableID, getTitleTag, isHeavy, isQuickModel, isUseLightHeavyTD, makeSureCellGUIAttrNotEmpty, mayHideTailRows, painterAsImage, retriveCellElementPositions, setHeavy, setQuickModel, setTableID, setTablePosition, setUseLightHeavyTD, unwrapLobs, widget2Config, widget2ConfigWithJSONStyle
public void setCellDimension(java.awt.Dimension dimension)
setCellDimension
在接口中 CellHTMLWriterAdapter
public void updateCell(CellElement cell)
updateCell
在接口中 CellHTMLWriterAdapter
public boolean showUseHeavy(CellElement cell)
CellHtmlWriter
showUseHeavy
在类中 CellHtmlWriter
cell
- 格子public void writeCellValue(CellElement ce, java.lang.Object rawValue, Tag contentTag)
writeCellValue
在接口中 CellHTMLWriterAdapter
public void setRepository(Repository repo)
setRepository
在接口中 CellHTMLWriterAdapter
public void setReportIndex(int index)
setReportIndex
在接口中 CellHTMLWriterAdapter
public JSONObject getCellWidgetJson(CellElement ce) throws JSONException
getCellWidgetJson
在接口中 CellHTMLWriterAdapter
JSONException