public class BCE_WRITE extends AbstractWriteCellElement implements BoxCE
| 限定符和类型 | 字段和说明 |
|---|---|
protected BC |
bc |
optionalAttributes, style, value| 限定符和类型 | 方法和说明 |
|---|---|
void |
addLeftSonBe(BE be)
增加BoxCe中子BE,之间关系为be.left或up==this
|
void |
addUpSonBe(BE be)
增加BoxCe中子BE,之间关系为be.left或up==this
|
java.lang.Object |
clone()
自定义克隆方法
|
void |
doExcelImportWithLeftSon(ResultECReport curReport,
CellElement ce,
int topCol,
int topRow,
int span)
excel导入
|
void |
doExcelImportWithUpSon(ResultECReport curReport,
CellElement ce,
int topCol,
int topRow,
int span)
excel导入
|
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
|
java.util.List<BoxCE> |
getResultBoxCE() |
int |
getRow() |
int[] |
getRows() |
int |
getRowSpan() |
PE |
getUpPE() |
java.util.List |
getUpSonBes()
返回子BE
|
boolean |
isExtend()
是否扩展
|
boolean |
isWrite()
返回是不是用于填报中的
|
java.lang.Object |
lightClone()
轻克隆
|
void |
mark_result_index(int i)
标志当前BoxCE在被引领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, getCellInsertPolicyAttrAttr, getHighLightGroupAttr, getNameHyperLinkGroupAttr, getOriValue, getPageAttr, getPresentAttr, getShowValue, getWidgetAttr, isColDel, isDel, isExist, isNewInsert, isReadyToDelete, isView, isWriter, readXML, resetOriValue, setColDel, setDel, setNewInsert, setOriValue, setPresentValue, writeXMLgetCellInsertPolicyAttr, setCellInsertPolicyAttrgetHighlightGroup, getPresent, setHighlightGroup, setPresentchangeAuthorityState, getWidget, setCompatibleWidget, setWidgetchangeNewValueAuthorityState, cleanAuthority, clone, deriveCellElement, deriveCellElement, ensureAttrNotShared, getCellGUIAttr, getCellPageAttr, getCellPrivilegeControl, getCellWidgetAttr, getNameHyperlinkGroup, getOptionalAttributes, getStyle, getValue, isDoneAuthority, isDoneNewValueAuthority, putAttr, removeAttr, setCellGUIAttr, setCellPageAttr, setCellPrivilegeControl, setNameHyperlinkGroup, setOptionalAttributes, setStyle, setValue, writeCommonResultAttrXMLgetPresentclone, deriveCellElement, deriveCellElement, getCellPrivilegeControl, getShowValue, isExist, isReadyToDelete, writeCommonResultAttrXMLchangeAuthorityState, changeNewValueAuthorityState, cleanAuthority, getNameHyperlinkGroup, getValue, isDoneAuthority, isDoneNewValueAuthority, setNameHyperlinkGroup, setValuegetStyle, setStylegetCellGUIAttr, getCellPageAttr, setCellGUIAttr, setCellPageAttrreadXMLgetValue, setValuegetValuegetWidget, setWidgetgetHighlightGroup, getPresent, setHighlightGroup, setPresentgetCellInsertPolicyAttr, setCellInsertPolicyAttrprotected BC bc
public BCE_WRITE(java.lang.Object obj,
BE from)
public BE getBeFrom()
getBeFrom 在接口中 BoxCEProvidergetBeFrom 在接口中 BoxCEpublic void addLeftSonBe(BE be)
addLeftSonBe 在接口中 BoxCEbe - 被添加的子BEpublic java.util.List getLeftSonBes()
getLeftSonBes 在接口中 BoxCEpublic void setLeftSonBe(java.util.List sons)
BoxCEsetLeftSonBe 在接口中 BoxCEpublic void addUpSonBe(BE be)
be - 被添加的子BEpublic java.util.List getUpSonBes()
public 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 - 位置public int get_result_index()
get_result_index 在接口中 BoxCEpublic java.lang.Object getBoxValueFormula()
getBoxValueFormula 在接口中 BoxCEpublic void doExcelImportWithLeftSon(ResultECReport curReport, CellElement ce, int topCol, int topRow, int span)
doExcelImportWithLeftSon 在接口中 CellElementdoExcelImportWithLeftSon 在类中 AbstractCellElementcurReport - 模板ce - 格子topCol - 起始列topRow - 起始行span - 跨度public void doExcelImportWithUpSon(ResultECReport curReport, CellElement ce, int topCol, int topRow, int span)
doExcelImportWithUpSon 在接口中 CellElementdoExcelImportWithUpSon 在类中 AbstractCellElementcurReport - 模板ce - 格子topCol - 起始列topRow - 起始行span - 跨度public java.lang.String toString()
toString 在类中 java.lang.Objectpublic java.lang.Object lightClone()
throws java.lang.CloneNotSupportedException
lightClone 在类中 AbstractCellElementjava.lang.CloneNotSupportedException - 异常public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
AbstractCellElementclone 在接口中 CellElementclone 在类中 AbstractWriteCellElementjava.lang.CloneNotSupportedException - 异常public boolean equals(java.lang.Object o)
AbstractCellElementequals 在类中 AbstractCellElementpublic int[] getRows()
getRows 在接口中 BoxCEProviderpublic boolean isExtend()
isExtend 在接口中 BoxCEProviderpublic CellExpandAttr getCellExpandAttr()
getCellExpandAttr 在接口中 ShowAttrElemgetCellExpandAttr 在类中 AbstractCellElement