Interface ValuesCallback
-
- All Superinterfaces:
com.smartgwt.client.util.ValueCallback
public interface ValuesCallback extends com.smartgwt.client.util.ValueCallback
A 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 void
execute(Map<String,Object> values)
-