public class RedefinableHeader extends XMLComplexElement
attributes, complexStructureatts, isCollapsed, isReadOnly, isRequired, isVisible, labelName, name, NEWLINE, OFFSET, value| 构造器和说明 |
|---|
RedefinableHeader(XMLComplexElement packageOrWProcess)
Creates a new instance of the class.
|
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
afterImporting() |
Object |
clone()
Used to create exact copy of instance of this class.
|
protected void |
fillStructure()
Defines the super-class method.
|
void |
fromXML(Node node)
Supposed to be overriden by derived classes to implement element specific
reading from an XML file.
|
XMLPanel |
getPanel()
Uses a trick to set the cloned instance of responsibles to be edited, so that canceling of changes to the
responsible collection can be handled - the real instance of responsibles is set to the cloned instance within
the isValidData method.
|
boolean |
isValidEnter(XMLPanel groupPanel)
This method is called only if user doesn't press Cancel button within the dialog for editing RedefinableHeader
properties, so the changes to the real collection of Responsibles are applied here.
|
void |
toXML(Node parent)
Overrides super-class method to realize this class specific writting to XML file.
|
get, get, getChildElements, getElementsCount, getIndex, getNode, isEmpty, isValid, processAttributes, processElements, refreshLabelName, set, set, setReadOnly, toComplexType, toComplexTypeValues, toComplexValues, toStringfromXML, getPrintDescription, getPrintDescription, isCollapsed, isReadOnly, isRequired, isVisible, setCollapsed, setLabelName, setRequired, setValue, setVisible, toLabel, toName, toValuepublic RedefinableHeader(XMLComplexElement packageOrWProcess)
protected void fillStructure()
fillStructure 在类中 XMLComplexElementpublic void toXML(Node parent) throws DOMException
toXML 在类中 XMLComplexElementparent - indicates how much tabulators to put before element tag.DOMExceptionpublic void fromXML(Node node)
XMLElementfromXML 在类中 XMLComplexElementnode - The content retrieved from XML file, that represents tag for
this element.protected void afterImporting()
public XMLPanel getPanel()
getPanel 在类中 XMLComplexElementpublic boolean isValidEnter(XMLPanel groupPanel)
isValidEnter 在类中 XMLElementgroupPanel - The panel for editing parameters.public Object clone()
XMLElementclone 在类中 XMLComplexElementCopyright © 2023 onecode. All rights reserved.