|
MoreMotion Face API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object | +--MoreMotionObject | +--ProcessField | +--HiddenBox
Wrapper class of a HTML <INPUT type="hidden">
Element that exists in a Process Block.
<input
name="pf_ID" type="hidden"
mo:type="HiddenBox" mo:field="true" mo:name="NAME" mo:iValue=""
/>
The name attribute of the element should have a "pf_"
prefix to indicate
that it is a ProcessField.
Field Summary | |
boolean |
isHiddenBox
|
Fields inherited from class ProcessField |
props, isProcessField, elm, needsValueCloning
|
Fields inherited from class MoreMotionObject |
node, name, type, isMoreMotionObject, props
|
Constructor Summary | |
HiddenBox(node)
|
Method Summary | |
void
|
base(node)
|
void
|
validate()
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 |
setValue, getValue, clear, 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 |
boolean isHiddenBox
Constructor Detail |
HiddenBox(node)
Method Detail |
void base(node)
node
- the DOM Element node that is wrapped by this field
void validate()
|
MoreMotion Face API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |