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
 
构造方法摘要
ReportRow()
           
 
方法摘要
 java.lang.Object clone()
           
 bios.report.core.model.core.ICell[] getCells()
           
 bios.report.core.model.core.IGrid getGrid()
           
 java.lang.String[] getPropNames()
           
 java.lang.String[] getProps()
           
 java.lang.String getPropValue(int propId)
           
 int getRowHeight()
           
 int getRowIndex()
           
 int getType()
           
 void move(int rowInc)
           
 void resetPropValue(int propId)
           
 void setGrid(bios.report.core.model.core.IGrid grid)
           
 void setProps(java.lang.String[] props)
           
 void setPropValue(int propId, java.lang.String propValue)
           
 void setRowHeight(int height)
           
 void setRowIndex(int rowIndex)
           
 
从类 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