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, writeXML
getCellInsertPolicyAttr, setCellInsertPolicyAttr
getHighlightGroup, getPresent, setHighlightGroup, setPresent
changeAuthorityState, getWidget, setCompatibleWidget, setWidget
changeNewValueAuthorityState, cleanAuthority, clone, deriveCellElement, deriveCellElement, ensureAttrNotShared, getCellGUIAttr, getCellPageAttr, getCellPrivilegeControl, getCellWidgetAttr, getNameHyperlinkGroup, getOptionalAttributes, getStyle, getValue, isDoneAuthority, isDoneNewValueAuthority, putAttr, removeAttr, setCellGUIAttr, setCellPageAttr, setCellPrivilegeControl, setNameHyperlinkGroup, setOptionalAttributes, setStyle, setValue, writeCommonResultAttrXML
getPresent
clone, deriveCellElement, deriveCellElement, getCellPrivilegeControl, getShowValue, isExist, isReadyToDelete, writeCommonResultAttrXML
changeAuthorityState, changeNewValueAuthorityState, cleanAuthority, getNameHyperlinkGroup, getValue, isDoneAuthority, isDoneNewValueAuthority, setNameHyperlinkGroup, setValue
getStyle, setStyle
getCellGUIAttr, getCellPageAttr, setCellGUIAttr, setCellPageAttr
readXML
getValue, setValue
getValue
getWidget, setWidget
getHighlightGroup, getPresent, setHighlightGroup, setPresent
getCellInsertPolicyAttr, setCellInsertPolicyAttr
protected BC bc
public BCE_WRITE(java.lang.Object obj, BE from)
public BE getBeFrom()
getBeFrom
在接口中 BoxCEProvider
getBeFrom
在接口中 BoxCE
public void addLeftSonBe(BE be)
addLeftSonBe
在接口中 BoxCE
be
- 被添加的子BEpublic java.util.List getLeftSonBes()
getLeftSonBes
在接口中 BoxCE
public void setLeftSonBe(java.util.List sons)
BoxCE
setLeftSonBe
在接口中 BoxCE
public void addUpSonBe(BE be)
be
- 被添加的子BEpublic java.util.List getUpSonBes()
public PE getLeftPE()
getLeftPE
在接口中 PEProvider
getLeftPE
在接口中 PE
public PE getUpPE()
getUpPE
在接口中 PEProvider
getUpPE
在接口中 PE
public ColumnRow getColumnRowFrom()
getColumnRowFrom
在接口中 PE
public java.util.List<BoxCE> getResultBoxCE()
getResultBoxCE
在接口中 PE
public int getColumn()
getColumn
在接口中 BoxCEProvider
getColumn
在接口中 CellProvider
public int getColumnSpan()
getColumnSpan
在接口中 BoxCEProvider
getColumnSpan
在接口中 CellProvider
public void setColumnSpan(int colSpan)
setColumnSpan
在接口中 Cell
public int getRow()
getRow
在接口中 BoxCEProvider
getRow
在接口中 CellProvider
public int getRowSpan()
getRowSpan
在接口中 BoxCEProvider
getRowSpan
在接口中 CellProvider
public void setRowSpan(int rowSpan)
setRowSpan
在接口中 Cell
public void mark_result_index(int i)
mark_result_index
在接口中 BoxCE
i
- 位置public int get_result_index()
get_result_index
在接口中 BoxCE
public java.lang.Object getBoxValueFormula()
getBoxValueFormula
在接口中 BoxCE
public void doExcelImportWithLeftSon(ResultECReport curReport, CellElement ce, int topCol, int topRow, int span)
doExcelImportWithLeftSon
在接口中 CellElement
doExcelImportWithLeftSon
在类中 AbstractCellElement
curReport
- 模板ce
- 格子topCol
- 起始列topRow
- 起始行span
- 跨度public void doExcelImportWithUpSon(ResultECReport curReport, CellElement ce, int topCol, int topRow, int span)
doExcelImportWithUpSon
在接口中 CellElement
doExcelImportWithUpSon
在类中 AbstractCellElement
curReport
- 模板ce
- 格子topCol
- 起始列topRow
- 起始行span
- 跨度public java.lang.String toString()
toString
在类中 java.lang.Object
public java.lang.Object lightClone() throws java.lang.CloneNotSupportedException
lightClone
在类中 AbstractCellElement
java.lang.CloneNotSupportedException
- 异常public java.lang.Object clone() throws java.lang.CloneNotSupportedException
AbstractCellElement
clone
在接口中 CellElement
clone
在类中 AbstractWriteCellElement
java.lang.CloneNotSupportedException
- 异常public boolean equals(java.lang.Object o)
AbstractCellElement
equals
在类中 AbstractCellElement
public int[] getRows()
getRows
在接口中 BoxCEProvider
public boolean isExtend()
isExtend
在接口中 BoxCEProvider
public CellExpandAttr getCellExpandAttr()
getCellExpandAttr
在接口中 ShowAttrElem
getCellExpandAttr
在类中 AbstractCellElement