MoreMotion Face API

Class NumberText

Object
   |
   +--MoreMotionObject
         |
         +--TextNode
               |
               +--NumberText

class NumberText
extends TextNode


Represents a NumberText. It wraps any HTML DOM element that can contains a text node as a child node. The purpose of this class is to create a text node under the wrapped DOM element and format its value as a number.
Defined in Number.js


Field Summary
 Object DS
          Decimal Separator
 Object GS
          Grouping separator
 boolean isNumberText
          
 Object needsValueCloning
          
 Object props
          NumberText Properties Object.
   
Fields inherited from class TextNode
isTextNode, textNode
   
Fields inherited from class MoreMotionObject
node, name, type, isMoreMotionObject, props
 
Constructor Summary
NumberText(node)
           
 
Method Summary
 void base(node)
          
 void init()
           Initializes this NumberText
 void setCurrencyValue(value)
          
 void setValue(value)
           Sets a text value this field object
 
Methods inherited from class TextNode
getANode, removeANode, getValue, getHref, setHref, clear
   
Methods inherited from class MoreMotionObject
saveProps, boolProp, numberProp, charProp, getIValue, setIValue
 

Field Detail

DS

Object DS

GS

Object GS

isNumberText

boolean isNumberText

needsValueCloning

Object needsValueCloning

props

Object props

Constructor Detail

NumberText

NumberText(node)

Method Detail

base

void base(node)

init

void init()

setCurrencyValue

void setCurrencyValue(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