Hello everyone,
I need help about reflection in SmartGWT, I have googling around and nothing really match what I need. What I really need is something like this :
1. User clicked on a menu (a tree node)
2. Based on menu that user clicked, I need to load the right panel/view class using just the class name in string value and add the loaded panel to content area in the center.
Please help me how to achieve this, if reflection not available, then how can I do this task?
Thanks.
Best Regards,
the.wizard
I need help about reflection in SmartGWT, I have googling around and nothing really match what I need. What I really need is something like this :
1. User clicked on a menu (a tree node)
2. Based on menu that user clicked, I need to load the right panel/view class using just the class name in string value and add the loaded panel to content area in the center.
Please help me how to achieve this, if reflection not available, then how can I do this task?
Thanks.
Best Regards,
the.wizard
Comment