Interface ValuesCallback
- 
- All Superinterfaces:
 com.smartgwt.client.util.ValueCallback
public interface ValuesCallback extends com.smartgwt.client.util.ValueCallbackA value callback to handle multiple values- Since:
 - 8.7.1
 - Author:
 - Marco Meschieri - LogicalDOC
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidexecute(Map<String,Object> values) 
 -