public class TreeHTMLWriter extends HTMLWriter
限定符和类型 | 字段和说明 |
---|---|
static java.lang.String |
HIDDEN_HEIGHT_TAG |
static java.lang.String |
HIDDEN_WIDTH_TAG |
static java.lang.String |
TREE_CACHE_DOM |
构造器和说明 |
---|
TreeHTMLWriter() |
限定符和类型 | 方法和说明 |
---|---|
protected Tag |
_clipReport2Html(WebReportCase reportCase,
java.awt.Rectangle clip,
int reportIndex,
CellHtmlWriter cellWriter,
Repository repo,
boolean containRepeatCell,
boolean addHiddenTRAhead)
默认为调用父类的方法,提取出来为了子类重写。
|
protected void |
afterClipFinished(WebReportCase reportCase,
java.awt.Rectangle clip,
Repository repo,
Tag[] trs,
Tag tag,
CellHtmlWriter cellWriter) |
void |
clearTreeInfo()
清理文件
|
protected Tag |
clipReport2Html(WebReportCase reportCase,
java.awt.Rectangle clip,
int reportIndex,
CellHtmlWriter cellWriter,
Repository repo,
boolean containRepeatCell,
boolean addBlankTR,
boolean addHiddenTRAhead,
java.lang.String ids) |
protected void |
dealWithTdTag(Tag td,
java.awt.Rectangle clip,
int columnIndex,
int rowIndex) |
protected void |
dealWithTrTag(Tag tr,
int rowIndex) |
protected Tag |
superClipReport2Html(WebReportCase reportCase,
java.awt.Rectangle clip,
int reportIndex,
CellHtmlWriter cellWriter,
Repository repo,
boolean containRepeatCell,
boolean addHiddenTRAhead) |
_GENERATE_ID, clipReport2Html, clipReport2Html, clipReport2Html, clipReport2Html, clipReport2Html, createTableTag, fillBlankTD, fillBlankTR, fillFrozenContentTD, getInstance, writeFrozenContent, writeFrozenContent, writeFrozenContentWithCenterCornerNW, writeNewLine, writeReportToHtml
public static java.lang.String HIDDEN_WIDTH_TAG
public static java.lang.String HIDDEN_HEIGHT_TAG
public static final java.lang.String TREE_CACHE_DOM
protected Tag clipReport2Html(WebReportCase reportCase, java.awt.Rectangle clip, int reportIndex, CellHtmlWriter cellWriter, Repository repo, boolean containRepeatCell, boolean addBlankTR, boolean addHiddenTRAhead, java.lang.String ids)
clipReport2Html
在类中 HTMLWriter
protected void afterClipFinished(WebReportCase reportCase, java.awt.Rectangle clip, Repository repo, Tag[] trs, Tag tag, CellHtmlWriter cellWriter)
protected Tag _clipReport2Html(WebReportCase reportCase, java.awt.Rectangle clip, int reportIndex, CellHtmlWriter cellWriter, Repository repo, boolean containRepeatCell, boolean addHiddenTRAhead)
protected Tag superClipReport2Html(WebReportCase reportCase, java.awt.Rectangle clip, int reportIndex, CellHtmlWriter cellWriter, Repository repo, boolean containRepeatCell, boolean addHiddenTRAhead)
protected void dealWithTrTag(Tag tr, int rowIndex)
dealWithTrTag
在类中 HTMLWriter
protected void dealWithTdTag(Tag td, java.awt.Rectangle clip, int columnIndex, int rowIndex)
dealWithTdTag
在类中 HTMLWriter
public void clearTreeInfo()