|
MoreMotion Face API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Object
|
+--MoreMotionObject
|
+--TextNode
Wrapper class of a DOM Node that contains text data.
Defined in Common.js
| Field Summary | |
Object |
textNode
The HTML TD Element node wrapped by this field object. |
| Fields inherited from class MoreMotionObject |
node, name, type, props
|
| Constructor Summary | |
TextNode(node)
|
|
| Method Summary | |
void
|
clear()
Clears text and hyperlink values of this field object. |
Object
|
getANode()
Returns the HTML A Element (Anchor) node wrapped by this field object.
|
Object
|
getChildNode(parentNode)
|
Object
|
getHref()
Returns the Hyperlink value of this field object |
Object
|
getTextValue()
Returns the text value of this field object |
Object
|
getValue()
|
void
|
removeANode()
Removes the HTML A Element (Anchor) node wrapped by this field object.
|
void
|
setHref(value)
Sets a hyperlink value to this field object. |
void
|
setTextValue(value)
Sets a text value for this field object |
void
|
setValue(value)
|
void
|
wrapElements()
|
| Methods inherited from class MoreMotionObject |
saveProps, setProp, boolProp, numberProp, charProp, getIValue, setIValue, runHandler
|
| Field Detail |
Object textNode
TD Element node wrapped by this field object.
| Constructor Detail |
TextNode(node)
| Method Detail |
void clear()
Object getANode()
A Element (Anchor) node wrapped by this field object.Object getChildNode(parentNode)
Object getHref()
Object getTextValue()
Object getValue()
void removeANode()
A Element (Anchor) node wrapped by this field object.void setHref(value)
value - The hyperlink value to set
void setTextValue(value)
void setValue(value)
void wrapElements()
|
MoreMotion Face API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||