|
|||||||||||
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.TextNode
This object represents an abstract text node in the abstract form view.
Field Summary |
Fields inherited from class se.kmr.scam.editor.util.form.Node |
_cat |
Constructor Summary | |
TextNode(Resource variable)
Constructor for the TextNode object |
|
TextNode(TextNode node)
Copy constructor for the TextNode object |
Method Summary | |
protected String |
getInfo()
Gets the info attribute of the TextNode object |
boolean |
getIsMultilingual()
Gets the isMultilingual attribute of the TextNode object |
int |
getMaxChars()
Gets the maxChars attribute of the TextNode object |
Node |
getNewInstance()
Gets the newInstance attribute of the TextNode object |
boolean |
isMultiLingual()
Gets the multiLingual attribute of the TextNode object |
boolean |
isTextNode()
Gets the textNode attribute of the TextNode object |
void |
setMaxChars(int num)
Sets the maxChars attribute of the TextNode object |
void |
setMultiLingual(boolean value)
Sets the multiLingual attribute of the TextNode 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, isEdited, isFormNode, isLabelNode, isMultipleBindingsAllowed, isPredefinedNode, 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 TextNode(Resource variable)
variable
- Associate this TextNode with this variable.public TextNode(TextNode node)
node
- copy this TextNodeMethod Detail |
public void setMaxChars(int num)
num
- The new maxChars valuepublic int getMaxChars()
public boolean isMultiLingual()
public boolean getIsMultilingual()
public void setMultiLingual(boolean value)
value
- The new multiLingual valuepublic Node getNewInstance()
getNewInstance
in class Node
public boolean isTextNode()
isTextNode
in class Node
public String toString()
toString
in class Node
protected String getInfo()
getInfo
in class Node
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |