MoreMotion Face API

Class TextNode

Object
   |
   +--MoreMotionObject
         |
         +--TextNode
Direct Known Subclasses:
NumberText, DateText

class TextNode
extends MoreMotionObject


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

isTextNode

boolean isTextNode

textNode

Object textNode

Constructor Detail

TextNode

TextNode(node)

Method Detail

base

void base(node)

clear

void clear()

getANode

Object getANode()

getHref

Object getHref()

getValue

Object getValue()

removeANode

void removeANode()

setHref

void setHref(value)

setValue

void setValue(value)

MoreMotion Face API

Copyright 2002 - 2008, MOR YAZILIM
Documentation generated by JSDoc on Mon Sep 29 14:52:55 2008