Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Reflection support in SmartGWT

    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

    #2
    Please read the Reflection overview in the "docs" package in SmartGWT JavaDoc.

    Comment

    Working...
    X