MoreMotion Face API

Class DateBox

Object
   |
   +--MoreMotionObject
         |
         +--ProcessField
               |
               +--DateBox

class DateBox
extends ProcessField


Represents a DateBox. It wraps a TEXT INPUT element, which is used for typing in the date, and a HIDDEN INPUT element to keep the value formatted convenient to send to the server.
Defined in Date.js


Field Summary
 boolean isDateBox
          
 Object props
          DateBox Properties Object.
   
Fields inherited from class ProcessField
props, isProcessField, elm, needsValueCloning
   
Fields inherited from class MoreMotionObject
node, name, type, isMoreMotionObject, props
 
Constructor Summary
DateBox(node)
           
 
Method Summary
 void base(node)
          
 void clear()
           Empties the all wrapped input fields and sets the value of the DateBox to null.
 Object getValue()
           Returns the value of this field
 void init()
           Initializes this DateBox
 void setValue(value, valueFormat)
           Sets the value of this DateBox.
 
Methods inherited from class ProcessField
setModified, isModified, getRecord, setSubmitPrefix, appendRequestParams, focusTab, notify, runValidationHandler, checkValueIsAvailable, checkValueIsNumber, checkHasValidValue, runHandler
   
Methods inherited from class MoreMotionObject
saveProps, boolProp, numberProp, charProp, getIValue, setIValue
 

Field Detail

isDateBox

boolean isDateBox

props

Object props

Constructor Detail

DateBox

DateBox(node)

Method Detail

base

void base(node)

clear

void clear()

getValue

Object getValue()

init

void init()

setValue

void setValue(value, valueFormat)

MoreMotion Face API

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