zorba-the-geek / smartgwt

Automatically exported from code.google.com/p/smartgwt
0 stars 0 forks source link

DynamicForm: method not exposed to SmartGWT #112

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
From the API I saw that there is a method: dynamicForm.rememberValues();
that does not exist in SmartGWT but it is referenced in SmartGWT's docs api.

From SmartClient documentation (
http://www.smartclient.com/docs/6.5.1/a/b/c/go.html#method..DynamicForm.remember
Values
):

Object rememberValues ()

Make a snapshot of the current set of values, so we can reset to them
later. Creates a new object, then adds all non-method properties of values
to the new object. Use resetValues() to revert to these values. Note that
this method is automatically called when the values for this form are set
programmatically via a call to DynamicForm.setValues().

Returns:
    type: Object - copy of current form values

Original issue reported on code.google.com by mihai.ile@gmail.com on 11 Feb 2009 at 6:15

GoogleCodeExporter commented 9 years ago

Original comment by sanjiv.j...@gmail.com on 17 Feb 2009 at 5:47