序列化表格


软件包 bios.report.api.exception

bios.report.api.exception.CustomDataSetException 继承 java.lang.RuntimeException 实现 Serializable

bios.report.api.exception.ReportException 继承 java.lang.Exception 实现 Serializable


软件包 bios.report.api.model

bios.report.api.model.ReportCell 继承 java.lang.Object 实现 Serializable

序列化字段

type

int type

rowIndex

int rowIndex

colIndex

int colIndex

rowSpan

int rowSpan

colSpan

int colSpan

grid

ReportGrid grid

props

java.lang.String[] props

borders

java.util.List<E>[] borders

bios.report.api.model.ReportColumn 继承 java.lang.Object 实现 Serializable

序列化字段

colIndex

int colIndex

grid

bios.report.core.model.core.IGrid grid

props

java.lang.String[] props

bios.report.api.model.ReportGrid 继承 java.lang.Object 实现 Serializable

序列化字段

rowCount

int rowCount

colCount

int colCount

props

java.lang.String[] props

matrix

bios.report.core.model.utils.Matrix matrix

bios.report.api.model.ReportPage 继承 java.lang.Object 实现 Serializable

序列化字段

props

java.lang.String[] props

bios.report.api.model.ReportRow 继承 java.lang.Object 实现 Serializable

序列化字段

rowIndex

int rowIndex

grid

bios.report.core.model.core.IGrid grid

props

java.lang.String[] props