gwt - any way to delay code execution until page is opened -


hi have gwt app hosted on google app engine.

in 1 of page bound entry point class (using root panel id) call rpc service data.

the problem observing when home page loaded time entry module class bound page gets instantiated , service called un-necessary.

any options defer behavior until page opened?

you can load data page in onload method instead of in constructor data isn't loaded till after widget attached dom.


Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -