public abstract class AbstractWriteCellElement extends AbstractInsertCellElement implements WriteCellElement
optionalAttributes, style, value
构造器和说明 |
---|
AbstractWriteCellElement() |
限定符和类型 | 方法和说明 |
---|---|
java.lang.Object |
clone()
自定义克隆方法
|
protected java.lang.Object |
dealWithSaveValue4Compatible(java.lang.Object value) |
protected CellElementAttribute |
getCellGUIAttrAttr() |
protected CellElementAttribute |
getCellInsertPolicyAttrAttr() |
protected CellElementAttribute |
getHighLightGroupAttr() |
protected CellElementAttribute |
getNameHyperLinkGroupAttr() |
java.lang.Object |
getOriValue() |
protected CellElementAttribute |
getPageAttr() |
protected CellElementAttribute |
getPresentAttr() |
java.lang.Object |
getShowValue() |
protected CellElementAttribute |
getWidgetAttr() |
boolean |
isColDel()
是否是删除列
|
boolean |
isDel()
是否是删除
|
boolean |
isExist()
是否存在
|
boolean |
isNewInsert()
是否是新插入行
|
boolean |
isReadyToDelete()
是否准备删除
|
boolean |
isView()
是否是数据分析属性
|
boolean |
isWriter()
是否是填报属性
|
void |
readXML(XMLableReader reader)
读取子节点,应该会被XMLableReader.readXMLObject()调用多次
|
void |
resetOriValue()
是否重置
|
void |
setColDel(boolean coldel) |
void |
setDel(boolean del) |
void |
setNewInsert(boolean newInsert) |
void |
setOriValue(java.lang.Object oriValue) |
void |
setPresentValue(java.lang.Object presentValue) |
void |
writeXML(XMLPrintWriter writer)
Write XML.
|
getCellInsertPolicyAttr, setCellInsertPolicyAttr
getHighlightGroup, getPresent, setHighlightGroup, setPresent
changeAuthorityState, getWidget, setCompatibleWidget, setWidget
changeNewValueAuthorityState, cleanAuthority, clone, deriveCellElement, deriveCellElement, doExcelImportWithLeftSon, doExcelImportWithUpSon, ensureAttrNotShared, equals, getCellExpandAttr, getCellGUIAttr, getCellPageAttr, getCellPrivilegeControl, getCellWidgetAttr, getNameHyperlinkGroup, getOptionalAttributes, getStyle, getValue, isDoneAuthority, isDoneNewValueAuthority, lightClone, putAttr, removeAttr, setCellGUIAttr, setCellPageAttr, setCellPrivilegeControl, setNameHyperlinkGroup, setOptionalAttributes, setStyle, setValue, writeCommonResultAttrXML
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getValue
clone, deriveCellElement, deriveCellElement, doExcelImportWithLeftSon, doExcelImportWithUpSon, getCellPrivilegeControl, writeCommonResultAttrXML
setColumn, setColumnSpan, setRow, setRowSpan
getColumn, getColumnSpan, getRow, getRowSpan
changeAuthorityState, changeNewValueAuthorityState, cleanAuthority, getNameHyperlinkGroup, getValue, isDoneAuthority, isDoneNewValueAuthority, setNameHyperlinkGroup, setValue
getStyle, setStyle
getCellExpandAttr, getCellGUIAttr, getCellPageAttr, setCellGUIAttr, setCellPageAttr
getWidget, setWidget
getHighlightGroup, getPresent, setHighlightGroup, setPresent
getCellInsertPolicyAttr, setCellInsertPolicyAttr
public java.lang.Object getOriValue()
getOriValue
在接口中 WriteCellAble
public void setOriValue(java.lang.Object oriValue)
setOriValue
在接口中 WriteCellAble
public void resetOriValue()
resetOriValue
在接口中 WriteCellAble
public boolean isExist()
isExist
在接口中 CellElement
isExist
在类中 AbstractCellElement
public java.lang.Object getShowValue()
getShowValue
在接口中 CellElement
getShowValue
在类中 AbstractCellElement
public void setPresentValue(java.lang.Object presentValue)
setPresentValue
在接口中 PresentValueElem
public boolean isDel()
isDel
在接口中 WriteCellAble
public boolean isReadyToDelete()
isReadyToDelete
在接口中 CellElement
isReadyToDelete
在类中 AbstractCellElement
public void setDel(boolean del)
setDel
在接口中 WriteCellAble
public boolean isColDel()
isColDel
在接口中 WriteCellElement
public void setColDel(boolean coldel)
setColDel
在接口中 WriteCellElement
public boolean isNewInsert()
isNewInsert
在接口中 WriteCellAble
public void setNewInsert(boolean newInsert)
setNewInsert
在接口中 WriteCellAble
protected CellElementAttribute getHighLightGroupAttr()
protected CellElementAttribute getPresentAttr()
getPresentAttr
在类中 AbstractDynamicCellElement
protected CellElementAttribute getWidgetAttr()
getWidgetAttr
在类中 AbstractWidgetCellElement
protected CellElementAttribute getCellGUIAttrAttr()
getCellGUIAttrAttr
在类中 AbstractCellElement
protected CellElementAttribute getNameHyperLinkGroupAttr()
protected CellElementAttribute getPageAttr()
getPageAttr
在类中 AbstractCellElement
protected CellElementAttribute getCellInsertPolicyAttrAttr()
public void writeXML(XMLPrintWriter writer)
XMLWriter
writeXML
在接口中 XMLWriter
writeXML
在类中 AbstractInsertCellElement
writer
- XML写入对象protected java.lang.Object dealWithSaveValue4Compatible(java.lang.Object value)
public void readXML(XMLableReader reader)
XMLReadable
readXML
在接口中 XMLReadable
readXML
在类中 AbstractInsertCellElement
reader
- XML读取对象XMLableReader
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
AbstractCellElement
clone
在接口中 CellElement
clone
在类中 AbstractWidgetCellElement
java.lang.CloneNotSupportedException
- 异常public boolean isWriter()
isWriter
在接口中 ResultCellElement
public boolean isView()
isView
在接口中 ResultCellElement