public class BCE extends AbstractPageCellElement implements BoxCE
optionalAttributes, style, value| 限定符和类型 | 方法和说明 |
|---|---|
void |
addLeftSonBe(BE be)
增加BoxCe中子BE,之间关系为be.left或up==this
|
boolean |
equals(java.lang.Object o)
判断是否相等
|
int |
get_result_index() |
BE |
getBeFrom() |
java.lang.Object |
getBoxValueFormula() |
CellExpandAttr |
getCellExpandAttr() |
int |
getColumn() |
ColumnRow |
getColumnRowFrom() |
int |
getColumnSpan() |
PE |
getLeftPE() |
java.util.List |
getLeftSonBes()
返回子BE
|
Present |
getPresent() |
java.util.List<BoxCE> |
getResultBoxCE() |
int |
getRow() |
int[] |
getRows() |
int |
getRowSpan() |
PE |
getUpPE() |
boolean |
isExtend()
是否扩展
|
boolean |
isWrite()
返回是不是用于填报中的
|
java.lang.Object |
lightClone()
轻克隆
|
void |
mark_result_index(int i)
标志当前BCE在被引领BE中的位置
|
void |
setBeFrom(BE be) |
void |
setColumn(int col) |
void |
setColumnSpan(int colSpan) |
void |
setLeftSonBe(java.util.List sons)
设置子BE列表
|
void |
setRow(int row) |
void |
setRowSpan(int rowSpan) |
java.lang.String |
toString()
当前对象的字符串展示
|
dealWithSaveValue4Compatible, getCellGUIAttrAttr, getNameHyperLinkGroupAttr, getPageAttr, isView, isWriterchangeAuthorityState, changeNewValueAuthorityState, cleanAuthority, clone, clone, deriveCellElement, deriveCellElement, doExcelImportWithLeftSon, doExcelImportWithUpSon, ensureAttrNotShared, getCellGUIAttr, getCellPageAttr, getCellPrivilegeControl, getCellWidgetAttr, getNameHyperlinkGroup, getOptionalAttributes, getShowValue, getStyle, getValue, isDoneAuthority, isDoneNewValueAuthority, isExist, isReadyToDelete, putAttr, readXML, removeAttr, setCellGUIAttr, setCellPageAttr, setCellPrivilegeControl, setCompatibleWidget, setNameHyperlinkGroup, setOptionalAttributes, setStyle, setValue, writeCommonResultAttrXML, writeXMLclone, clone, deriveCellElement, deriveCellElement, doExcelImportWithLeftSon, doExcelImportWithUpSon, getCellPrivilegeControl, getShowValue, isExist, isReadyToDelete, writeCommonResultAttrXMLchangeAuthorityState, changeNewValueAuthorityState, cleanAuthority, getNameHyperlinkGroup, getValue, isDoneAuthority, isDoneNewValueAuthority, setNameHyperlinkGroup, setValuegetStyle, setStylegetCellGUIAttr, getCellPageAttr, setCellGUIAttr, setCellPageAttrreadXMLgetValue, setValuepublic BE getBeFrom()
getBeFrom 在接口中 BoxCEProvidergetBeFrom 在接口中 BoxCEpublic PE getLeftPE()
getLeftPE 在接口中 PEProvidergetLeftPE 在接口中 PEpublic PE getUpPE()
getUpPE 在接口中 PEProvidergetUpPE 在接口中 PEpublic ColumnRow getColumnRowFrom()
getColumnRowFrom 在接口中 PEpublic java.util.List<BoxCE> getResultBoxCE()
getResultBoxCE 在接口中 PEpublic int getColumn()
getColumn 在接口中 BoxCEProvidergetColumn 在接口中 CellProviderpublic int getColumnSpan()
getColumnSpan 在接口中 BoxCEProvidergetColumnSpan 在接口中 CellProviderpublic void setColumnSpan(int colSpan)
setColumnSpan 在接口中 Cellpublic int getRow()
getRow 在接口中 BoxCEProvidergetRow 在接口中 CellProviderpublic int getRowSpan()
getRowSpan 在接口中 BoxCEProvidergetRowSpan 在接口中 CellProviderpublic void setRowSpan(int rowSpan)
setRowSpan 在接口中 Cellpublic void mark_result_index(int i)
mark_result_index 在接口中 BoxCEi - 指定的indexpublic int get_result_index()
get_result_index 在接口中 BoxCEpublic java.lang.Object getBoxValueFormula()
getBoxValueFormula 在接口中 BoxCEpublic void addLeftSonBe(BE be)
addLeftSonBe 在接口中 BoxCEbe - 被添加的子BEpublic java.util.List getLeftSonBes()
getLeftSonBes 在接口中 BoxCEpublic void setLeftSonBe(java.util.List sons)
BoxCEsetLeftSonBe 在接口中 BoxCEpublic java.lang.String toString()
toString 在类中 java.lang.Objectpublic java.lang.Object lightClone()
throws java.lang.CloneNotSupportedException
lightClone 在类中 AbstractCellElementjava.lang.CloneNotSupportedExceptionpublic CellExpandAttr getCellExpandAttr()
getCellExpandAttr 在接口中 ShowAttrElemgetCellExpandAttr 在类中 AbstractCellElementpublic boolean equals(java.lang.Object o)
AbstractCellElementequals 在类中 AbstractCellElementpublic Present getPresent()
getPresent 在接口中 BoxCEpublic int[] getRows()
getRows 在接口中 BoxCEProviderpublic boolean isExtend()
isExtend 在接口中 BoxCEProvider