public interface WebReportCase extends ElementGetter
限定符和类型 | 方法和说明 |
---|---|
int |
getColumnPixWidth(int index)
获取指定索引的列的宽度,单位:像素
|
int |
getColumnWidth(int index,
int span) |
DynamicNumberList |
getColumnWidthDynamicPixList() |
int |
getColWidth() |
int |
getIdxByRow(int row)
获取行对应的序号
|
int[] |
getMinColWidths() |
ElementGetter |
getPackee() |
int |
getRowByIdx(int idx)
获取序号对应的行
|
int |
getRowHeight() |
DynamicNumberList |
getRowHeightDynamicPixList() |
int |
getRowPixHeight(int index)
获取指定索引的行的高度,单位:像素
|
int |
getRowPixHeight(int index,
int span) |
boolean |
isShowWidgets()
判断是否直接显示控件
|
void |
setFirstSelectedFlag(Tag resTag) |
void |
setPackee(ElementGetter packee) |
void |
setShowWidgets(boolean showWidgets) |
getReportPageAttr
cellIterator, getColumnCount, getColumnWidth, getRow, getRowCount, getRowHeight
floatIterator
int getRowPixHeight(int index)
index
- 行索引int getColumnPixWidth(int index)
index
- 列索引int getRowByIdx(int idx)
idx
- 序号int getIdxByRow(int row)
row
- 行数int getColWidth()
int getRowHeight()
int getColumnWidth(int index, int span)
int getRowPixHeight(int index, int span)
DynamicNumberList getColumnWidthDynamicPixList()
DynamicNumberList getRowHeightDynamicPixList()
int[] getMinColWidths()
void setFirstSelectedFlag(Tag resTag)
boolean isShowWidgets()
void setShowWidgets(boolean showWidgets)
ElementGetter getPackee()
void setPackee(ElementGetter packee)