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, setCellInsertPolicyAttrgetHighlightGroup, 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, lightClone, putAttr, removeAttr, setCellGUIAttr, setCellPageAttr, setCellPrivilegeControl, setNameHyperlinkGroup, setOptionalAttributes, setStyle, setValue, writeCommonResultAttrXMLfinalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetValueclone, deriveCellElement, deriveCellElement, doExcelImportWithLeftSon, doExcelImportWithUpSon, getCellPrivilegeControl, writeCommonResultAttrXMLsetColumn, setColumnSpan, setRow, setRowSpangetColumn, getColumnSpan, getRow, getRowSpanchangeAuthorityState, changeNewValueAuthorityState, cleanAuthority, getNameHyperlinkGroup, getValue, isDoneAuthority, isDoneNewValueAuthority, setNameHyperlinkGroup, setValuegetStyle, setStylegetCellExpandAttr, getCellGUIAttr, getCellPageAttr, setCellGUIAttr, setCellPageAttrgetWidget, setWidgetgetHighlightGroup, getPresent, setHighlightGroup, setPresentgetCellInsertPolicyAttr, setCellInsertPolicyAttrpublic java.lang.Object getOriValue()
getOriValue 在接口中 WriteCellAblepublic void setOriValue(java.lang.Object oriValue)
setOriValue 在接口中 WriteCellAblepublic void resetOriValue()
resetOriValue 在接口中 WriteCellAblepublic boolean isExist()
isExist 在接口中 CellElementisExist 在类中 AbstractCellElementpublic java.lang.Object getShowValue()
getShowValue 在接口中 CellElementgetShowValue 在类中 AbstractCellElementpublic void setPresentValue(java.lang.Object presentValue)
setPresentValue 在接口中 PresentValueElempublic boolean isDel()
isDel 在接口中 WriteCellAblepublic boolean isReadyToDelete()
isReadyToDelete 在接口中 CellElementisReadyToDelete 在类中 AbstractCellElementpublic void setDel(boolean del)
setDel 在接口中 WriteCellAblepublic boolean isColDel()
isColDel 在接口中 WriteCellElementpublic void setColDel(boolean coldel)
setColDel 在接口中 WriteCellElementpublic boolean isNewInsert()
isNewInsert 在接口中 WriteCellAblepublic void setNewInsert(boolean newInsert)
setNewInsert 在接口中 WriteCellAbleprotected CellElementAttribute getHighLightGroupAttr()
protected CellElementAttribute getPresentAttr()
getPresentAttr 在类中 AbstractDynamicCellElementprotected CellElementAttribute getWidgetAttr()
getWidgetAttr 在类中 AbstractWidgetCellElementprotected CellElementAttribute getCellGUIAttrAttr()
getCellGUIAttrAttr 在类中 AbstractCellElementprotected CellElementAttribute getNameHyperLinkGroupAttr()
protected CellElementAttribute getPageAttr()
getPageAttr 在类中 AbstractCellElementprotected CellElementAttribute getCellInsertPolicyAttrAttr()
public void writeXML(XMLPrintWriter writer)
XMLWriterwriteXML 在接口中 XMLWriterwriteXML 在类中 AbstractInsertCellElementwriter - XML写入对象protected java.lang.Object dealWithSaveValue4Compatible(java.lang.Object value)
public void readXML(XMLableReader reader)
XMLReadablereadXML 在接口中 XMLReadablereadXML 在类中 AbstractInsertCellElementreader - XML读取对象XMLableReaderpublic java.lang.Object clone()
throws java.lang.CloneNotSupportedException
AbstractCellElementclone 在接口中 CellElementclone 在类中 AbstractWidgetCellElementjava.lang.CloneNotSupportedException - 异常public boolean isWriter()
isWriter 在接口中 ResultCellElementpublic boolean isView()
isView 在接口中 ResultCellElement