Values
Manipulates values of the form and form fields.
Methods
| clear | clears all the fields in a specified form |
| focus | sets focus into the necessary component |
| getCleanValues | returns object with original form values |
| getDirtyValues | returns object with changed values |
| getValues | derives input values from the form |
| isDirty | checks whether changes were made within the form |
| markInvalid | marks a form control invalid |
| setDirty | marks the form as the one with changed values and vice versa |
| setValues | sets values into the inputs of a form/toolbar/property sheet control |
Events
| onAfterLoad | fires after server side loading is complete |
| onChange | fires when data in the input of related form/toolbar is changed |
| onValues | fires after values have been set within a toolbar or a form |
Properties
Back to top