Gerald Habres

Greenhorn
+ Follow
since Sep 30, 2011
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Gerald Habres

Is it possible to get access to GWT Widgets - created in the entry-point method - from an other class?

example:

entry-point-class:

PanelCreator class:
adding Buttons to Panels, adding Handlers to the buttons, calling the RPC Database Querys etc. etc.

in my current project, i habe a TabPanel with several tabs and i want to have the code for each Tab in an extra Class...
13 years ago
GWT