程序包 | 说明 |
---|---|
com.fr.report.cell |
定义了各种单元格元素和悬浮元素
|
com.fr.report.cell.cellattr |
这个包中定义了和单元格相关的类,
单元格GUI属性(
CellGUIAttr )类,
公式(Formula )类. |
com.fr.report.cellcase |
报表块中的单元格
|
com.fr.report.core |
报表的核心功能实现
|
com.fr.report.core.cal | |
com.fr.report.enhancement.engine.write.wrapper.util | |
com.fr.view.core.cal | |
com.fr.write.core.cal |
限定符和类型 | 接口和说明 |
---|---|
interface |
AnalyCellElement |
interface |
CellElement |
interface |
FormCellElement |
interface |
ResultCellElement |
interface |
TemplateCellElement |
interface |
WriteCellElement |
限定符和类型 | 类和说明 |
---|---|
class |
AbstractAnalyCellElement |
class |
AbstractAnalyCellElementFull |
class |
AbstractCellElement |
class |
AbstractDynamicCellElement |
class |
AbstractExpandCellElement |
class |
AbstractFormCellElement |
class |
AbstractInsertCellElement |
class |
AbstractPageCellElement |
class |
AbstractWidgetCellElement |
class |
AbstractWriteCellElement |
class |
ADHOCCalCellElement |
class |
ADHOCCellElement |
class |
ADHOCDefaultCellElement |
class |
ADHOCFilterAndGroupCellElement |
class |
ADHOCFilterAndGroupResultCellElement |
class |
DefaultFormCellElement |
class |
DefaultPageCellElement |
class |
DefaultTemplateCellElement |
class |
DefaultViewCellElement |
class |
DefaultWriteCellElement |
static class |
EditCellCaseCreator.EditCellELement |
限定符和类型 | 方法和说明 |
---|---|
abstract int |
CellHelper.getIndex(Cell cell) |
abstract int |
CellHelper.getOppositeIndex(Cell cell) |
abstract int |
CellHelper.getOppositeSpan(Cell cell) |
abstract int |
CellHelper.getSpan(Cell cell) |
限定符和类型 | 类和说明 |
---|---|
class |
FormPageExportCellElement |
class |
PageExportCellElement |
限定符和类型 | 方法和说明 |
---|---|
Cell |
DefaultCellCase.get(int column,
int row) |
Cell |
CellCase.get(int col,
int row)
get Cell from position (column, row)
|
Cell |
DefaultCellCase.removeCell(int column,
int row) |
Cell |
CellCase.removeCell(int column,
int row)
remove Cell from position (column, row)
|
限定符和类型 | 方法和说明 |
---|---|
boolean |
DefaultCellCase.__liftCellElement(Cell ce) |
void |
DefaultCellCase.__nailCellElement(Cell ce) |
void |
DefaultCellCase.add(Cell ce,
boolean override) |
void |
CellCase.add(Cell ce,
boolean override)
add Cell to CellCase
|
限定符和类型 | 方法和说明 |
---|---|
Cell |
SupportAddCellCaseContainer.get(int col,
int row) |
Cell |
SupportAddCellCaseContainer.removeCell(int column,
int row) |
限定符和类型 | 方法和说明 |
---|---|
void |
SupportAddCellCaseContainer.add(Cell ce,
boolean override) |
限定符和类型 | 接口和说明 |
---|---|
interface |
BoxCE |
interface |
BoxCE_Extend |
限定符和类型 | 类和说明 |
---|---|
class |
BCE |
class |
BCE_Extend |
class |
BCE_Extend_Form |
class |
BCE_Form |
限定符和类型 | 方法和说明 |
---|---|
Cell |
SE.Box2DCase.get(int column,
int row)
******************************************************
BoxCase是一个CellCase因此需要实现CellCase的方法
*******************************************************
|
Cell |
SE.Box2DCase.removeCell(int column,
int row) |
限定符和类型 | 方法和说明 |
---|---|
void |
SE.Box2DCase.add(Cell cell,
boolean override) |
限定符和类型 | 类和说明 |
---|---|
class |
SplitWriteCellElement
跨块拆分的格子
|
限定符和类型 | 类和说明 |
---|---|
class |
BCE_ANALY |
class |
BCE_Extend_ANALY |
限定符和类型 | 类和说明 |
---|---|
class |
BCE_Extend_WRITE |
class |
BCE_Insert |
class |
BCE_WRITE |