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, writeXMLgetHighlightGroup, getPresent, setHighlightGroup, setPresentchangeAuthorityState, getWidget, setCompatibleWidget, setWidgetchangeNewValueAuthorityState, 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, writeCommonResultAttrXMLgetPresentclone, deriveCellElement, deriveCellElement, doExcelImportWithLeftSon, doExcelImportWithUpSon, getCellPrivilegeControl, getShowValue, isExist, isReadyToDelete, writeCommonResultAttrXMLchangeAuthorityState, changeNewValueAuthorityState, cleanAuthority, getNameHyperlinkGroup, getValue, isDoneAuthority, isDoneNewValueAuthority, setNameHyperlinkGroup, setValuegetStyle, setStylegetCellExpandAttr, getCellGUIAttr, getCellPageAttr, setCellGUIAttr, setCellPageAttrreadXMLgetValue, setValuegetAnalysisType, getSortTypegetWidget, setWidgetgetHighlightGroup, getPresent, setHighlightGroup, setPresentpublic BCE_ANALY(java.lang.Object obj,
BE from)
public 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 BE getBeFrom()
getBeFrom 在接口中 BoxCEProvidergetBeFrom 在接口中 BoxCEpublic BoxElement getBoxElement()
getBoxElement 在接口中 AnalyCellElementpublic 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 int getSonBoxCESize()
getSonBoxCESize 在接口中 AnalyCellElementpublic AnalyCellElement getSonBoxCE(int index)
getSonBoxCE 在接口中 AnalyCellElementpublic void addSonBoxCE(AbstractAnalyCellElement cell)
addSonBoxCE 在类中 AbstractAnalyCellElementcell - 单元格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 在类中 AbstractAnalyCellElementjava.lang.CloneNotSupportedException - 异常public boolean equals(java.lang.Object o)
AbstractCellElementequals 在类中 AbstractCellElementpublic int[] getRows()
getRows 在接口中 BoxCEProviderpublic boolean isExtend()
isExtend 在接口中 BoxCEProvider