Package com.smartgwt.client.callbacks
Interface GetFieldValueCallback
public interface GetFieldValueCallback
-
Method Summary
-
Method Details
-
execute
Callback
required for the propertyDataSourceField.getFieldValue
.- Parameters:
record
- record object selected from web service response data byrecordXPath
value
- default value derived by the method described inDataSourceField.valueXPath
field
- DataSourceField definitionfieldName
- name of the DataSource field. SeeFieldName
-