public class BlockActivity extends XMLComplexElement
attributes, complexStructureatts, isCollapsed, isReadOnly, isRequired, isVisible, labelName, name, NEWLINE, OFFSET, value| 构造器和说明 |
|---|
BlockActivity()
Creates a new instance of the class.
|
BlockActivity(Activity act)
带活动参数的构造器
|
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
afterImporting()
Called after importing of XML file to set the proper WorkflowProcess object for subflow reference, and proper
DataField objects for ActualParameters references, according on it's IDs read from XML.
|
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.
|
String |
getAttrId() |
XMLPanel |
getPanel()
Uses a trick to set the cloned instance of actual parameters to be edited, so that canceling of changes to the
actual parameter collection can be handled - the real instance of actual parameters is set to the cloned instance
within the isValidData method.
|
void |
toXML(Node parent)
Supposed to be overriden by derived classes to implement element specific
writting to an XML file.
|
clone, get, get, getChildElements, getElementsCount, getIndex, getNode, isEmpty, isValid, processAttributes, processElements, refreshLabelName, set, set, setReadOnly, toComplexType, toComplexTypeValues, toComplexValues, toStringfromXML, getPrintDescription, getPrintDescription, isCollapsed, isReadOnly, isRequired, isValidEnter, isVisible, setCollapsed, setLabelName, setRequired, setValue, setVisible, toLabel, toName, toValuepublic BlockActivity()
public BlockActivity(Activity act)
act - public String getAttrId()
protected void fillStructure()
fillStructure 在类中 XMLComplexElementpublic void toXML(Node parent) throws DOMException
XMLElementtoXML 在类中 XMLComplexElementparent - indicates how much tabulators to put before element tag.DOMExceptionprotected void afterImporting()
public XMLPanel getPanel()
getPanel 在类中 XMLComplexElementpublic void fromXML(Node node)
XMLElementfromXML 在类中 XMLComplexElementnode - The content retrieved from XML file, that represents tag for
this element.Copyright © 2023 onecode. All rights reserved.