public abstract class AbstractWebReportCase extends java.lang.Object implements WebReportCase
限定符和类型 | 字段和说明 |
---|---|
protected boolean |
isShowWidgets |
protected ElementGetter |
packee |
构造器和说明 |
---|
AbstractWebReportCase(ElementGetter getter) |
限定符和类型 | 方法和说明 |
---|---|
java.util.Iterator |
cellIterator()
返回单元格的一个迭代
|
java.util.Iterator |
floatIterator()
悬浮元素迭代器
|
int |
getColumnCount()
获取列的总数
|
FU |
getColumnWidth(int column)
获取指定列的宽度
|
int |
getColumnWidth(int index,
int span) |
DynamicNumberList |
getColumnWidthDynamicPixList() |
int |
getColWidth() |
int |
getIdxByRow(int row)
获取行对应的序号
|
int[] |
getMinColWidths()
获取最小列宽数组
|
ElementGetter |
getPackee() |
ReportPageAttrProvider |
getReportPageAttr()
Gets element-case page attributes.
|
java.util.Iterator |
getRow(int rowIndex)
获取指定行的列遍历器
|
int |
getRowByIdx(int idx)
获取序号对应的行
|
int |
getRowCount()
获取行总数
|
int |
getRowHeight() |
FU |
getRowHeight(int row)
获取指定行的高度
|
DynamicNumberList |
getRowHeightDynamicPixList() |
int |
getRowPixHeight(int index,
int span) |
boolean |
isShowWidgets()
判断是否直接显示控件
|
void |
setPackee(ElementGetter packee) |
void |
setShowWidgets(boolean showWidgets) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getColumnPixWidth, getRowPixHeight, setFirstSelectedFlag
protected ElementGetter packee
protected boolean isShowWidgets
public AbstractWebReportCase(ElementGetter getter)
public ElementGetter getPackee()
getPackee
在接口中 WebReportCase
public void setPackee(ElementGetter packee)
setPackee
在接口中 WebReportCase
public java.util.Iterator cellIterator()
cellIterator
在接口中 CellElementCaseGetter
public int getColumnCount()
CellElementCaseGetter
getColumnCount
在接口中 CellElementCaseGetter
public FU getColumnWidth(int column)
CellElementCaseGetter
getColumnWidth
在接口中 CellElementCaseGetter
public ReportPageAttrProvider getReportPageAttr()
ElementGetter
getReportPageAttr
在接口中 ElementGetter
public java.util.Iterator getRow(int rowIndex)
CellElementCaseGetter
getRow
在接口中 CellElementCaseGetter
public int getRowCount()
CellElementCaseGetter
getRowCount
在接口中 CellElementCaseGetter
public FU getRowHeight(int row)
CellElementCaseGetter
getRowHeight
在接口中 CellElementCaseGetter
public int[] getMinColWidths()
getMinColWidths
在接口中 WebReportCase
public java.util.Iterator floatIterator()
floatIterator
在接口中 FloatElementCaseGetter
public int getColWidth()
getColWidth
在接口中 WebReportCase
public int getRowHeight()
getRowHeight
在接口中 WebReportCase
public int getRowByIdx(int idx)
WebReportCase
getRowByIdx
在接口中 WebReportCase
idx
- 序号public int getIdxByRow(int row)
WebReportCase
getIdxByRow
在接口中 WebReportCase
row
- 行数public int getColumnWidth(int index, int span)
getColumnWidth
在接口中 WebReportCase
public int getRowPixHeight(int index, int span)
getRowPixHeight
在接口中 WebReportCase
public DynamicNumberList getColumnWidthDynamicPixList()
getColumnWidthDynamicPixList
在接口中 WebReportCase
public DynamicNumberList getRowHeightDynamicPixList()
getRowHeightDynamicPixList
在接口中 WebReportCase
public boolean isShowWidgets()
isShowWidgets
在接口中 WebReportCase
public void setShowWidgets(boolean showWidgets)
setShowWidgets
在接口中 WebReportCase