|
MoreMotion Face API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Object
|
+--MoreMotionObject
|
+--ProcessField
|
+--ComboBox
A ProcessField class that wraps one-line HTML <SELECT> element
that may exists inside or outside a ProcessRecord.
<select name="CITIES" mo:type="ComboBox" "mo:value"="2"
mo:props="nonBlank:true" >
<option value="1">Option 1<option>
<option value="2">Option 2<option>
</select>
Initial value is specified in the mo:value attribute. | Field Summary | |
Object |
needsValueCloning
|
| Fields inherited from class ProcessField |
props, elm, needsValueCloning
|
| Fields inherited from class MoreMotionObject |
node, name, type, props
|
| Constructor Summary | |
ComboBox(node)
|
|
| Method Summary | |
void
|
init()
|
| Methods inherited from class ProcessField |
setValue, getValue, getCaption, clear, reset, setModified, isModified, getRecord, validate, appendRequestParams, focusTab, notify, notifyEx, runValidationHandler, checkValueIsAvailable, checkValueIsNumber, checkHasValidValue
|
| Methods inherited from class MoreMotionObject |
saveProps, setProp, boolProp, numberProp, charProp, getIValue, setIValue, runHandler
|
| Field Detail |
Object needsValueCloning
| Constructor Detail |
ComboBox(node)
| Method Detail |
void init()
|
MoreMotion Face API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||