public abstract class AbstractDynamicCellElement extends AbstractWidgetCellElement implements DynamicAttrElem
optionalAttributes, style, value
构造器和说明 |
---|
AbstractDynamicCellElement() |
限定符和类型 | 方法和说明 |
---|---|
HighlightGroup |
getHighlightGroup()
Gets highlightGroup of the element.
|
protected abstract CellElementAttribute |
getHighLightGroupAttr() |
Present |
getPresent()
Gets the attributes of Present.
|
protected abstract CellElementAttribute |
getPresentAttr() |
void |
readXML(XMLableReader reader)
读取子节点,应该会被XMLableReader.readXMLObject()调用多次
|
void |
setHighlightGroup(HighlightGroup highlightGroup)
Sets highlightGroup to the element.
|
void |
setPresent(Present present)
Sets the attributes of Present.
|
void |
writeXML(XMLPrintWriter writer)
Write XML.
|
changeAuthorityState, clone, getWidget, getWidgetAttr, setCompatibleWidget, setWidget
changeNewValueAuthorityState, cleanAuthority, clone, dealWithSaveValue4Compatible, deriveCellElement, deriveCellElement, doExcelImportWithLeftSon, doExcelImportWithUpSon, ensureAttrNotShared, equals, getCellExpandAttr, getCellGUIAttr, getCellGUIAttrAttr, getCellPageAttr, getCellPrivilegeControl, getCellWidgetAttr, getNameHyperlinkGroup, getNameHyperLinkGroupAttr, getOptionalAttributes, getPageAttr, getShowValue, getStyle, getValue, isDoneAuthority, isDoneNewValueAuthority, isExist, isReadyToDelete, lightClone, putAttr, removeAttr, setCellGUIAttr, setCellPageAttr, setCellPrivilegeControl, setNameHyperlinkGroup, setOptionalAttributes, setStyle, setValue, writeCommonResultAttrXML
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
setColumn, setColumnSpan, setRow, setRowSpan
getColumn, getColumnSpan, getRow, getRowSpan
protected abstract CellElementAttribute getHighLightGroupAttr()
public HighlightGroup getHighlightGroup()
DynamicAttrElem
getHighlightGroup
在接口中 DynamicAttrElem
public void setHighlightGroup(HighlightGroup highlightGroup)
DynamicAttrElem
setHighlightGroup
在接口中 DynamicAttrElem
protected abstract CellElementAttribute getPresentAttr()
public Present getPresent()
DynamicAttrElem
getPresent
在接口中 DynamicAttrElem
public void setPresent(Present present)
DynamicAttrElem
setPresent
在接口中 DynamicAttrElem
public void writeXML(XMLPrintWriter writer)
XMLWriter
writeXML
在接口中 XMLWriter
writeXML
在类中 AbstractWidgetCellElement
writer
- XML写入对象public void readXML(XMLableReader reader)
XMLReadable
readXML
在接口中 XMLReadable
readXML
在类中 AbstractWidgetCellElement
reader
- XML读取对象XMLableReader