This is the complete list of members for Form, including all inherited members.
| $errors | Form | protected |
| $fileds | Form | protected |
| $log | Form | protected |
| $prefix | Form | protected |
| $validator | Form | protected |
| __clone() | Form | |
| __construct($prefix=[]) | Form | |
| addCharField($fieldName, $fieldLabel='') | Form | |
| addCheckboxField($fieldName, $fieldLabel='') | Form | |
| addDateFiled($fieldName, $fieldLabel='') | Form | |
| addDateTimeFiled($fieldName, $fieldLabel='') | Form | |
| addEmailField($fieldName, $fieldLabel='') | Form | |
| addFiled(BaseField $filed) | Form | |
| addFileField($fieldName, $fieldLabel='') | Form | |
| addFloatField($fieldName, $fieldLabel='') | Form | |
| addFloatRangeField($fieldName, $minValue, $maxValue, $fieldLabel='') | Form | |
| addFormError($errorMessage) | Form | |
| addHiddenField($fieldName, $fieldLabel='') | Form | |
| addIdField($fieldName, $fieldLabel='') | Form | |
| addImageField($fieldName, $fieldLabel='') | Form | |
| addIntegerField($fieldName, $fieldLabel='') | Form | |
| addIntegerRangeField($fieldName, $minValue, $maxValue, $fieldLabel='') | Form | |
| addPasswordField($fieldName, $fieldLabel='') | Form | |
| addPhoneField($fieldName, $fieldLabel='') | Form | |
| addRadioListField($fieldName, $fieldLabel='') | Form | |
| addSelectField($fieldName, $fieldLabel='') | Form | |
| addTextField($fieldName, $fieldLabel='') | Form | |
| addTransientField($fieldName, $fieldLabel='') | Form | |
| edit($object, $accessType=self::EDIT_FLUSH_ACCESS_PROPERTIES) | Form | |
| EDIT_FLUSH_ACCESS_GETTERS_SETTERS | Form | |
| EDIT_FLUSH_ACCESS_PROPERTIES | Form | |
| flush($object, $accessType=self::EDIT_FLUSH_ACCESS_PROPERTIES) | Form | |
| getField($name) | Form | |
| getFileds() | Form | |
| getFormErrors() | Form | |
| getPrefix() | Form | |
| getValues() | Form | |
| hasErrors() | Form | |
| hasFormErrors() | Form | |
| haveField($name) | Form | |
| removeField($key) | Form | |
| setPrefix(array $prefix) | Form | |
| setValidator($validator) | Form | |
| setValues($array) | Form | |
| validate() | Form |