public class CommonMultiAttribute extends PluginElement
Title: 工作流设计工具(BPD)
Description: 多选项扩展面板
Copyright: Copyright (c) 2007
Company: itjds
| 限定符和类型 | 字段和说明 |
|---|---|
static int |
CHECKBOX_TYPE |
static int |
TEXTAREA_TYPE |
static String |
TYPE_NAME |
contextMapattributes, complexStructureatts, isCollapsed, isReadOnly, isRequired, isVisible, labelName, name, NEWLINE, OFFSET, value| 构造器和说明 |
|---|
CommonMultiAttribute(com.ds.config.BPDPlugin plugin) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
afterImporting() |
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.
|
void |
loadProperties() |
void |
toXML(Node parent)
Supposed to be overriden by derived classes to implement element specific
writting to an XML file.
|
clone, getBpdElement, getContextMap, getProperty, getPropertyKeys, getServerUrl, getType, parExpression, setBpdElement, setContextMap, setProperty, setTypefromXML, 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 static final int TEXTAREA_TYPE
public static final int CHECKBOX_TYPE
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 在类中 XMLComplexElementpublic void toXML(Node parent)
XMLElementtoXML 在类中 PluginElementparent - indicates how much tabulators to put before element tag.public void afterImporting()
throws PluginException
afterImporting 在类中 PluginElementPluginExceptionpublic XMLPanel getPanel()
XMLElementgetPanel 在类中 XMLComplexElementpublic void loadProperties()
throws PluginException
loadProperties 在类中 PluginElementPluginExceptionCopyright © 2023 onecode. All rights reserved.