public abstract class AbstractAnalyCellElement extends AbstractDynamicCellElement implements AnalyCellElement
optionalAttributes, style, value| 构造器和说明 |
|---|
AbstractAnalyCellElement() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addSonBoxCE(AbstractAnalyCellElement cell)
添加子单元格元素
|
java.lang.Object |
clone()
自定义克隆方法
|
protected java.lang.Object |
dealWithSaveValue4Compatible(java.lang.Object value) |
int |
getAnalysisType() |
protected CellElementAttribute |
getCellGUIAttrAttr() |
int |
getFlState() |
protected CellElementAttribute |
getHighLightGroupAttr() |
protected CellElementAttribute |
getNameHyperLinkGroupAttr() |
protected CellElementAttribute |
getPageAttr() |
protected CellElementAttribute |
getPresentAttr() |
java.lang.Object |
getShowValue() |
int |
getSortType() |
protected CellElementAttribute |
getWidgetAttr() |
boolean |
isExist()
是否存在
|
boolean |
isSelfFilter()
是否自适应
|
boolean |
isView()
是否是数据分析属性
|
boolean |
isWriter()
是否是填报属性
|
void |
readXML(XMLableReader reader)
读取子节点,应该会被XMLableReader.readXMLObject()调用多次
|
void |
setFlState(int flState) |
void |
setPresentValue(java.lang.Object presentValue) |
void |
setSelfFilter(boolean selfFilter) |
void |
writeXML(XMLPrintWriter writer)
Write XML.
|
getHighlightGroup, getPresent, setHighlightGroup, setPresentchangeAuthorityState, getWidget, setCompatibleWidget, setWidgetchangeNewValueAuthorityState, cleanAuthority, clone, deriveCellElement, deriveCellElement, doExcelImportWithLeftSon, doExcelImportWithUpSon, ensureAttrNotShared, equals, getCellExpandAttr, getCellGUIAttr, getCellPageAttr, getCellPrivilegeControl, getCellWidgetAttr, getNameHyperlinkGroup, getOptionalAttributes, getStyle, getValue, isDoneAuthority, isDoneNewValueAuthority, isReadyToDelete, lightClone, putAttr, removeAttr, setCellGUIAttr, setCellPageAttr, setCellPrivilegeControl, setNameHyperlinkGroup, setOptionalAttributes, setStyle, setValue, writeCommonResultAttrXMLfinalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetBoxElement, getSonBoxCE, getSonBoxCESizeclone, deriveCellElement, deriveCellElement, doExcelImportWithLeftSon, doExcelImportWithUpSon, getCellPrivilegeControl, isReadyToDelete, writeCommonResultAttrXMLsetColumn, setColumnSpan, setRow, setRowSpangetColumn, getColumnSpan, getRow, getRowSpanchangeAuthorityState, changeNewValueAuthorityState, cleanAuthority, getNameHyperlinkGroup, getValue, isDoneAuthority, isDoneNewValueAuthority, setNameHyperlinkGroup, setValuegetStyle, setStylegetCellExpandAttr, getCellGUIAttr, getCellPageAttr, setCellGUIAttr, setCellPageAttrgetWidget, setWidgetgetHighlightGroup, getPresent, setHighlightGroup, setPresentpublic int getFlState()
getFlState 在接口中 AnalyCellElementpublic void setFlState(int flState)
setFlState 在接口中 AnalyCellElementpublic void setPresentValue(java.lang.Object presentValue)
setPresentValue 在接口中 PresentValueElempublic java.lang.Object getShowValue()
getShowValue 在接口中 CellElementgetShowValue 在类中 AbstractCellElementpublic boolean isExist()
isExist 在接口中 CellElementisExist 在类中 AbstractCellElementpublic boolean isSelfFilter()
isSelfFilter 在接口中 AnalyCellElementpublic void setSelfFilter(boolean selfFilter)
setSelfFilter 在接口中 AnalyCellElementpublic void addSonBoxCE(AbstractAnalyCellElement cell)
cell - 单元格元素public int getAnalysisType()
getAnalysisType 在接口中 AEpublic int getSortType()
getSortType 在接口中 AEpublic void writeXML(XMLPrintWriter writer)
XMLWriterwriteXML 在接口中 XMLWriterwriteXML 在类中 AbstractDynamicCellElementwriter - XML写入对象protected java.lang.Object dealWithSaveValue4Compatible(java.lang.Object value)
public void readXML(XMLableReader reader)
XMLReadablereadXML 在接口中 XMLReadablereadXML 在类中 AbstractDynamicCellElementreader - XML读取对象XMLableReaderprotected CellElementAttribute getHighLightGroupAttr()
protected CellElementAttribute getPresentAttr()
getPresentAttr 在类中 AbstractDynamicCellElementprotected CellElementAttribute getWidgetAttr()
getWidgetAttr 在类中 AbstractWidgetCellElementprotected CellElementAttribute getCellGUIAttrAttr()
getCellGUIAttrAttr 在类中 AbstractCellElementprotected CellElementAttribute getNameHyperLinkGroupAttr()
protected CellElementAttribute getPageAttr()
getPageAttr 在类中 AbstractCellElementpublic java.lang.Object clone()
throws java.lang.CloneNotSupportedException
AbstractCellElementclone 在接口中 CellElementclone 在类中 AbstractWidgetCellElementjava.lang.CloneNotSupportedException - 异常public boolean isWriter()
isWriter 在接口中 ResultCellElementpublic boolean isView()
isView 在接口中 ResultCellElement