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
Back to top