|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectse.kmr.scam.editor.util.form.Node
se.kmr.scam.editor.util.form.FormNode
This object represents an abstract form in the abstract form view.
Field Summary |
Fields inherited from class se.kmr.scam.editor.util.form.Node |
_cat |
Constructor Summary | |
protected |
FormNode()
Constructor for the FormNode object |
|
FormNode(FormNode node)
Copy constructor for the FormNode object |
|
FormNode(Resource variable)
Constructor for the FormNode object |
Method Summary | |
void |
addNode(Node node)
Adds a sub-node to the Node attribute of the FormNode object |
void |
addNodes(Collection nodes)
Adds a collection of sub-nodes to the Node attribute of the FormNode object |
protected String |
getInfo()
Gets the info attribute of the FormNode object |
Map |
getNamedNode()
Gets the mapping between named variables and nodes. |
Node |
getNewInstance()
Gets the newInstance attribute of the FormNode object |
Node |
getNode()
Gets the node attribute of the FormNode object |
Collection |
getNodes()
Gets the valueNodes attribute of the FormNode object |
boolean |
isEdited()
|
boolean |
isFormNode()
Gets the formNode attribute of the FormNode object |
String |
toString()
Description of the Method |
Methods inherited from class se.kmr.scam.editor.util.form.Node |
getDescription, getDisplayType, getId, getIsEditable, getIsFormNode, getIsLabelNode, getIsMultipleBindingsAllowed, getIsPredefinedNode, getIsTextNode, getIsVisible, getLanguage, getValidationType, getValue, getValueObject, getVariable, isEditable, isLabelNode, isMultipleBindingsAllowed, isPredefinedNode, isTextNode, isVisible, setDescriptions, setDisplayType, setEditable, setEdited, setMultipleBindingsAllowed, setValidationType, setValueObject, setVisible |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
protected FormNode()
public FormNode(Resource variable)
variable
- This object is associated with this variablepublic FormNode(FormNode node)
node
- Copy this objectMethod Detail |
public void addNode(Node node)
node
- The sub-node to be added to the Node attributepublic void addNodes(Collection nodes)
nodes
- The collection to be added to the Node attributepublic Collection getNodes()
public Node getNode()
public Map getNamedNode()
public Node getNewInstance()
getNewInstance
in class Node
public boolean isFormNode()
isFormNode
in class Node
public String toString()
toString
in class Node
protected String getInfo()
getInfo
in class Node
public boolean isEdited()
isEdited
in class Node
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |