Class CheckBox
Object
|
+--MoreMotionObject
|
+--ProcessField
|
+--CheckBox
- class
CheckBox
- extends ProcessField
A ProcessField class that wraps a HTML <INPUT type="checkbox"> element
that may exists inside or outside a ProcessRecord.
<input name="NAME" type="hidden" mo:type="HiddenBox" />
This element always submit a value that is either true or false.
Defined in Process.js
|
Method Summary |
Object
|
getValue()
Returns the value of this field
|
Boolean
|
isModified()
Returns true if this Process Field is modified by the user
false otherwise.
|
void
|
setRecordNumber(recnum)
|
void
|
setValue(value)
Sets the value of this field.
|
void
|
validate(index)
Validates this Process Field with the built-in validation methods that are applicable to the type
of the Process Field.
|
| Methods inherited from class ProcessField |
getCaption, clear, reset, setModified, getRecord, appendRequestParams, focusTab, notify, notifyEx, runValidationHandler, checkValueIsAvailable, checkValueIsNumber, checkHasValidValue
|
CheckBox
CheckBox(node)
getValue
Object getValue()
Returns the value of this field
isModified
Boolean isModified()
Returns true if this Process Field is modified by the user
false otherwise.
setRecordNumber
void setRecordNumber(recnum)
setValue
void setValue(value)
Sets the value of this field.
Parameters:
value - The value to set to the field.
validate
void validate(index)
Copyright 2002 - 2011, MOR YAZILIM
Documentation generated by
JSDoc on Fri Mar 4 11:53:29 2011