bios.report.api.model
类 ReportRow
java.lang.Object
bios.report.api.model.ReportRow
- 所有已实现的接口:
- bios.report.core.model.core.IGridElement, bios.report.core.model.core.IPropSource, bios.report.core.model.core.IRow, java.io.Serializable, java.lang.Cloneable
public class ReportRow
- extends java.lang.Object
- implements bios.report.core.model.core.IRow
行模型,设计器
- 作者:
- Bijetsoft.com
- 另请参见:
- 序列化表格
从接口 bios.report.core.model.core.IRow 继承的字段 |
PROP_ALIGN, PROP_BREAK, PROP_COLOR, PROP_DEFAULT_VALUES, PROP_FILLIN_ADD, PROP_FILLIN_REMOVE, PROP_FOLD, PROP_HEIGHT, PROP_IS_CDATA, PROP_NAMES, PROP_PAGEHEADER, PROP_SORT, PROP_TYPE, PROP_VISIBLE |
从类 java.lang.Object 继承的方法 |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReportRow
public ReportRow()
getGrid
public bios.report.core.model.core.IGrid getGrid()
- 指定者:
- 接口
bios.report.core.model.core.IGridElement
中的 getGrid
getType
public int getType()
- 指定者:
- 接口
bios.report.core.model.core.IRow
中的 getType
setGrid
public void setGrid(bios.report.core.model.core.IGrid grid)
- 指定者:
- 接口
bios.report.core.model.core.IGridElement
中的 setGrid
getPropValue
public java.lang.String getPropValue(int propId)
- 指定者:
- 接口
bios.report.core.model.core.IPropSource
中的 getPropValue
resetPropValue
public void resetPropValue(int propId)
- 指定者:
- 接口
bios.report.core.model.core.IPropSource
中的 resetPropValue
setPropValue
public void setPropValue(int propId,
java.lang.String propValue)
- 指定者:
- 接口
bios.report.core.model.core.IPropSource
中的 setPropValue
getRowIndex
public int getRowIndex()
- 指定者:
- 接口
bios.report.core.model.core.IRow
中的 getRowIndex
setRowIndex
public void setRowIndex(int rowIndex)
- 指定者:
- 接口
bios.report.core.model.core.IRow
中的 setRowIndex
move
public void move(int rowInc)
- 指定者:
- 接口
bios.report.core.model.core.IRow
中的 move
getRowHeight
public int getRowHeight()
- 指定者:
- 接口
bios.report.core.model.core.IRow
中的 getRowHeight
getPropNames
public java.lang.String[] getPropNames()
- 指定者:
- 接口
bios.report.core.model.core.IPropSource
中的 getPropNames
getProps
public java.lang.String[] getProps()
- 指定者:
- 接口
bios.report.core.model.core.IPropSource
中的 getProps
setProps
public void setProps(java.lang.String[] props)
setRowHeight
public void setRowHeight(int height)
getCells
public bios.report.core.model.core.ICell[] getCells()
- 指定者:
- 接口
bios.report.core.model.core.IRow
中的 getCells
clone
public java.lang.Object clone()
- 指定者:
- 接口
bios.report.core.model.core.IRow
中的 clone
- 覆盖:
- 类
java.lang.Object
中的 clone