Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within GWT
Search Coderanch
Advance search
Google search
Register / Login
Win a copy of
OCP Oracle Certified Professional Java SE 21 Developer Study Guide: Exam 1Z0-830
this week in the
Programmer Certification
forum!
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Tim Cooke
Liutauras Vilda
Jeanne Boyarsky
paul wheaton
Sheriffs:
Ron McLeod
Devaka Cooray
Henry Wong
Saloon Keepers:
Tim Holloway
Stephan van Hulst
Carey Brown
Tim Moores
Mikalai Zaikin
Bartenders:
Frits Walraven
Forum:
GWT
Object Access
Gerald Habres
Greenhorn
Posts: 1
posted 13 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Is it possible to get access to GWT Widgets - created in the entry-point method - from an other class?
example:
entry-point-class:
public class Project implements EntryPoint { public final VerticalPanel panel = new VerticalPanel(); public final Button button1 = new Button("Button 1"); public final Button button2 = new Button("Button 2"); public void onModuleLoad() { PanelCreator creator = new PanelCreator(); creator.createPanel1(); } }
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...
Maneesh Godbole
Bartender
Posts: 11497
19
I like...
posted 13 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Welcome to the Ranch.
Your question is a bit ambiguous. Could you rephrase it?
[
How to ask questions
] [
Donate a pint, save a life!
] [
Onff-turn it on!
]
Looky! I'm being abducted by space aliens! Me and this tiny ad!
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
Need help on implementing a ClickHandler in a GWT composite widget
register KeyDownHandler on VerticalPanel
Gin problem
accessing dynamically generated Jbuttons
GWT Where is the uploaded String saved?
More...