|
PHP2Go Javascript Framework | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Object
|
+--Field
|
+--InputSelectorField
Defined in form.js
| Fields inherited from class Field |
fld, id, name, label, type
|
| Constructor Summary | |
InputSelectorField
(<Object> fld)
This Field child class is used with selector fields: radio buttons and checkboxes |
|
| Method Summary | |
void
|
clear()
Unchecks the input |
String
|
getValue()
Returns the value of the input. |
Boolean
|
isEmpty()
Verifies if the input is unchecked |
void
|
setChecked(<Boolean> b)
Changes the checked status of the input |
| Methods inherited from class Field |
getFormElement, getMask, setValue, enable, disable, setDisabled, focus, beforeFocus, serialize
|
| Constructor Detail |
InputSelectorField(<Object> fld)
fld - Field object
| Method Detail |
void clear()
String getValue()
Boolean isEmpty()
void setChecked(<Boolean> b)
b - New checked status
|
PHP2Go Javascript Framework | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||