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