Forms
Name | Description |
---|---|
AcceptForm | Causes the values contained in form to be transfered to the object that is bound to the Form. |
ClearFormElement | Clears the value in the specified FormElement. |
InvalidateFormElement | Invalidates the specified FormElement. |
SetFormOptions | Clears the FormField's options, and then sets the options from a map of name/value pairs contained in Options input parameter. |
UpdateFormWithObject | Updates the specified Form with the corresponding property values contained in Object. |
UpdateObjectWithForm | Updates the specified Object with the corresponding property values contained in the specified Form. |