Hi,
We are using SmartGWT Version: v9.0p_2013-07-24/PowerEdition Deployment (built 2013-07-24).
We want to use Reflection in our code, please suggest the API available in SmartGWT client side.
I tried using below code but it throws me error.
Reflection.invokeStaticMethod(lstrClassName, lstrMethodName, arrMethodParameters);
Error:-
No source code is available for type com.isomorphic.base.Reflection; did you forget to inherit a required module?
Thanks,
Deepak Singh
We are using SmartGWT Version: v9.0p_2013-07-24/PowerEdition Deployment (built 2013-07-24).
We want to use Reflection in our code, please suggest the API available in SmartGWT client side.
I tried using below code but it throws me error.
Reflection.invokeStaticMethod(lstrClassName, lstrMethodName, arrMethodParameters);
Error:-
No source code is available for type com.isomorphic.base.Reflection; did you forget to inherit a required module?
Thanks,
Deepak Singh
Comment