|
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 | |
boolean |
isTextNode
|
Object |
textNode
The HTML TD Element node wrapped by this field object. |
Fields inherited from class MoreMotionObject |
node, name, type, isMoreMotionObject, props
|
Constructor Summary | |
TextNode(node)
|
Method Summary | |
void
|
base(node)
|
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
|
getHref()
Returns the Hyperlink value of this field object |
Object
|
getValue()
Returns the text value of this field object |
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
|
setValue(value)
Sets a text value this field object |
Methods inherited from class MoreMotionObject |
saveProps, boolProp, numberProp, charProp, getIValue, setIValue
|
Field Detail |
boolean isTextNode
Object textNode
TD
Element node wrapped by this field object.
Constructor Detail |
TextNode(node)
Method Detail |
void base(node)
node
- the DOM Element node that is wrapped by this object
void clear()
Object getANode()
A
Element (Anchor) node wrapped by this field object.Object getHref()
Object getValue()
void removeANode()
A
Element (Anchor) node wrapped by this field object.void setHref(value)
value
- The hyperlink value to set
void setValue(value)
|
MoreMotion Face API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |