public class Join extends XMLComplexElement
| 限定符和类型 | 字段和说明 |
|---|---|
XMLAttribute |
attrType |
attributes, complexStructureatts, isCollapsed, isReadOnly, isRequired, isVisible, labelName, name, NEWLINE, OFFSET, value| 构造器和说明 |
|---|
Join()
Creates a new instance of the class.
|
| 限定符和类型 | 方法和说明 |
|---|---|
Object |
clone()
Used to create exact copy of instance of this class.
|
protected void |
fillStructure()
Defines the super-class method.
|
XMLPanel |
getPanel()
Prepares the panel with a combo box to choose the one of allowed join types.
|
String |
getType() |
boolean |
isEmpty()
The join is empty if user didn't select AND or XOR.
|
void |
refreshLabelName() |
void |
setValue(String val) |
void |
toXML(Node parent)
Supposed to be overriden by derived classes to implement element specific
writting to an XML file.
|
fromXML, get, get, getChildElements, getElementsCount, getIndex, getNode, isValid, processAttributes, processElements, set, set, setReadOnly, toComplexType, toComplexTypeValues, toComplexValues, toStringfromXML, getPrintDescription, getPrintDescription, isCollapsed, isReadOnly, isRequired, isValidEnter, isVisible, setCollapsed, setLabelName, setRequired, setValue, setVisible, toLabel, toName, toValuepublic XMLAttribute attrType
protected void fillStructure()
fillStructure 在类中 XMLComplexElementpublic String getType()
public boolean isEmpty()
isEmpty 在类中 XMLComplexElementpublic XMLPanel getPanel()
getPanel 在类中 XMLComplexElementpublic Object clone()
clone 在类中 XMLComplexElementpublic void refreshLabelName()
refreshLabelName 在类中 XMLComplexElementpublic void toXML(Node parent)
XMLElementtoXML 在类中 XMLComplexElementparent - indicates how much tabulators to put before element tag.public void setValue(String val)
Copyright © 2023 onecode. All rights reserved.