|
|||||||||||
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
se.kmr.scam.editor.util.form.LabelNode
This object represents an abstract label in the abstract form view.
Field Summary |
Fields inherited from class se.kmr.scam.editor.util.form.Node |
_cat |
Constructor Summary | |
LabelNode()
Constructor for the LabelNode object |
|
LabelNode(LabelNode node)
Copy constructor for the LabelNode object |
|
LabelNode(Resource variable)
Constructor for the LabelNode object |
Method Summary | |
protected String |
getInfo()
Gets the info attribute of the LabelNode object |
boolean |
getIsRepeated()
Gets the isRepeated attribute of the LabelNode object |
Map |
getLanguageValue()
Gets the languageValue attribute of the LabelNode object |
Node |
getNewInstance()
Gets the newInstance attribute of the LabelNode object |
Collection |
getValues()
Gets the values attribute of the LabelNode object |
boolean |
isFormNode()
Gets the formNode attribute of the LabelNode object |
boolean |
isLabelNode()
Gets the labelNode attribute of the LabelNode object |
boolean |
isRepeted()
Gets the repeted attribute of the LabelNode object |
void |
setRepeted(boolean value)
Sets the repeted attribute of the LabelNode object |
void |
setValues(Collection values)
Sets the values attribute of the LabelNode object. |
String |
toString()
Description of the Method |
Methods inherited from class se.kmr.scam.editor.util.form.FormNode |
addNode, addNodes, getNamedNode, getNode, getNodes, isEdited |
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, 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 |
public LabelNode()
public LabelNode(Resource variable)
variable
- Description of the Parameterpublic LabelNode(LabelNode node)
node
- Copy this objectMethod Detail |
public Collection getValues()
public Map getLanguageValue()
public void setValues(Collection values)
values
- A collection of ValueObjectspublic boolean isRepeted()
public boolean getIsRepeated()
public void setRepeted(boolean value)
value
- The new repeted valuepublic Node getNewInstance()
getNewInstance
in class FormNode
public boolean isLabelNode()
isLabelNode
in class Node
public boolean isFormNode()
isFormNode
in class FormNode
public String toString()
toString
in class FormNode
protected String getInfo()
getInfo
in class FormNode
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |