• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Firing an Event when a Panel in a GWT DeckPanel is displayed.

 
author and cow tipper
Posts: 5009
1
Hibernate Spring Tomcat Server
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have a panel which is the last panel to be showed in a DeckPanel.

When the final panel is displayed, I want the view to be generated. However, the view is instead generated when the constructor of the panel is invoked, which is when the DeckPanel is initialized when the program starts.

Is there some easy way that I can have a Panel invoke a method each time it is displayed. I looked at the onLoad method of a GWT Panel, but that is only called when the Panel is first created, not each time it is displayed.

So, is there some way to attach an event to a Google Web Toolkit Panel that fires each time that Panel is displayed?

-Cameron McKenzie
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic