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...