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
Post a Comment