public class CommonExAttribute extends XMLCollectionElement
Title: 工作流设计工具(BPD)
Description: 一般扩展属性类
Copyright: Copyright (c) 2004
Company: itjds
attrId, ID_DELIMITER, myCollectionattributes, complexStructureatts, isCollapsed, isReadOnly, isRequired, isVisible, labelName, name, NEWLINE, OFFSET, value| 构造器和说明 |
|---|
CommonExAttribute(XMLCollection myCollection)
Construct a CommonExAttribute instance.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
afterImporting(Object obj) |
Object |
clone()
Used to create exact copy of instance of this class.
|
protected void |
fillStructure()
The classes that are derived from this class has to give its definition for this method.
|
XMLPanel |
getPanel()
Returns the panel for editing the element.
|
String |
toString()
Returns the text representation of element's 'value'.
|
void |
toXML(Node parent)
Supposed to be overriden by derived classes to implement element specific
writting to an XML file.
|
fromXML, getCollection, getID, getNode, isIDUniqueAndValid, setCollectionget, get, getChildElements, getElementsCount, getIndex, isEmpty, isValid, processAttributes, processElements, refreshLabelName, set, set, setReadOnly, toComplexType, toComplexTypeValues, toComplexValuesfromXML, getPrintDescription, getPrintDescription, isCollapsed, isReadOnly, isRequired, isValidEnter, isVisible, setCollapsed, setLabelName, setRequired, setValue, setVisible, toLabel, toName, toValuepublic CommonExAttribute(XMLCollection myCollection)
myCollection - protected void fillStructure()
XMLComplexElementtoXML method uses them to properly write an element tag to
the XML file, fromXML method uses them to properly read an element tag from the XML file,
getPanel method uses them to properly display members of this class, get and
set uses them to properly retrieve/set the elements from list, ... and so on
NOTE: The order of inserted elements is relevant for XML to be valid (members of classes derived from this class must be inserted into first mentioned list in the same order that they are within a corresponding tag for those classes within WfMC XML).
fillStructure 在类中 XMLCollectionElementpublic XMLPanel getPanel()
XMLElementgetPanel 在类中 XMLComplexElementpublic void toXML(Node parent)
XMLElementtoXML 在类中 XMLComplexElementparent - indicates how much tabulators to put before element tag.public String toString()
XMLElementtoString method of it's value member, if value is
null, returns labelName member.toString 在类中 XMLComplexElementpublic void afterImporting(Object obj)
public Object clone()
XMLElementclone 在类中 XMLCollectionElementCopyright © 2023 onecode. All rights reserved.