public class BCE_ANALY extends AbstractAnalyCellElement implements BoxCE, NE
optionalAttributes, style, value
限定符和类型 | 方法和说明 |
---|---|
void |
addLeftSonBe(BE be)
增加BoxCe中子BE,之间关系为be.left或up==this
|
void |
addSonBoxCE(AbstractAnalyCellElement cell)
增加子BoxCE
|
void |
addUpSonBe(BE be)
增加BoxCe中子BE,之间关系为be.left或up==this
|
java.lang.Object |
clone()
自定义克隆方法
|
boolean |
equals(java.lang.Object o)
判断是否相等
|
int |
get_result_index() |
BE |
getBeFrom() |
BoxElement |
getBoxElement() |
java.lang.Object |
getBoxValueFormula() |
int |
getColumn() |
ColumnRow |
getColumnRowFrom() |
int |
getColumnSpan() |
NE |
getLeftNE() |
PE |
getLeftPE() |
java.util.List |
getLeftSonBes()
返回子BE
|
java.util.List<BoxCE> |
getResultBoxCE() |
int |
getRow() |
int[] |
getRows() |
int |
getRowSpan() |
AnalyCellElement |
getSonBoxCE(int index) |
int |
getSonBoxCESize() |
NE |
getUpNE() |
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, getAnalysisType, getCellGUIAttrAttr, getFlState, getHighLightGroupAttr, getNameHyperLinkGroupAttr, getPageAttr, getPresentAttr, getShowValue, getSortType, getWidgetAttr, isExist, isSelfFilter, isView, isWriter, readXML, setFlState, setPresentValue, setSelfFilter, writeXML
getHighlightGroup, getPresent, setHighlightGroup, setPresent
changeAuthorityState, getWidget, setCompatibleWidget, setWidget
changeNewValueAuthorityState, cleanAuthority, clone, deriveCellElement, deriveCellElement, doExcelImportWithLeftSon, doExcelImportWithUpSon, ensureAttrNotShared, getCellExpandAttr, getCellGUIAttr, getCellPageAttr, getCellPrivilegeControl, getCellWidgetAttr, getNameHyperlinkGroup, getOptionalAttributes, getStyle, getValue, isDoneAuthority, isDoneNewValueAuthority, isReadyToDelete, putAttr, removeAttr, setCellGUIAttr, setCellPageAttr, setCellPrivilegeControl, setNameHyperlinkGroup, setOptionalAttributes, setStyle, setValue, writeCommonResultAttrXML
getPresent
clone, deriveCellElement, deriveCellElement, doExcelImportWithLeftSon, doExcelImportWithUpSon, getCellPrivilegeControl, getShowValue, isExist, isReadyToDelete, writeCommonResultAttrXML
changeAuthorityState, changeNewValueAuthorityState, cleanAuthority, getNameHyperlinkGroup, getValue, isDoneAuthority, isDoneNewValueAuthority, setNameHyperlinkGroup, setValue
getStyle, setStyle
getCellExpandAttr, getCellGUIAttr, getCellPageAttr, setCellGUIAttr, setCellPageAttr
readXML
getValue, setValue
getAnalysisType, getSortType
getWidget, setWidget
getHighlightGroup, getPresent, setHighlightGroup, setPresent
public BCE_ANALY(java.lang.Object obj, BE from)
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 BE getBeFrom()
getBeFrom
在接口中 BoxCEProvider
getBeFrom
在接口中 BoxCE
public BoxElement getBoxElement()
getBoxElement
在接口中 AnalyCellElement
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 int getSonBoxCESize()
getSonBoxCESize
在接口中 AnalyCellElement
public AnalyCellElement getSonBoxCE(int index)
getSonBoxCE
在接口中 AnalyCellElement
public void addSonBoxCE(AbstractAnalyCellElement cell)
addSonBoxCE
在类中 AbstractAnalyCellElement
cell
- 单元格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
在类中 AbstractAnalyCellElement
java.lang.CloneNotSupportedException
- 异常public boolean equals(java.lang.Object o)
AbstractCellElement
equals
在类中 AbstractCellElement
public int[] getRows()
getRows
在接口中 BoxCEProvider
public boolean isExtend()
isExtend
在接口中 BoxCEProvider