|
MoreMotion Face API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Object
|
+--MoreMotionObject
|
+--TextNode
|
+--DateText
Represents a DateText. 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 date.
Defined in Date.js
| Field Summary | |
boolean |
isDateText
|
Object |
needsValueCloning
|
Object |
props
DateText Properties Object. |
| Fields inherited from class TextNode |
isTextNode, textNode
|
| Fields inherited from class MoreMotionObject |
node, name, type, isMoreMotionObject, props
|
| Constructor Summary | |
DateText(node)
|
|
| Method Summary | |
void
|
base(node)
|
void
|
init()
Initializes this DateText |
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, setProp, boolProp, numberProp, charProp, getIValue, setIValue
|
| Field Detail |
boolean isDateText
Object needsValueCloning
Object props
| value | The value of the DateText |
| valueFormat | The format of the value. See Date Formatting Symbols |
| displayFormat | The representation format of the date value. See Date Formatting Symbols |
| defaultDate | The default date value to be used when value property is empty |
| Constructor Detail |
DateText(node)
node - the DOM Element node that is wrapped by this object
| Method Detail |
void base(node)
node - the DOM Element node that is wrapped by this object
void init()
void setValue(value)
|
MoreMotion Face API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||