简体   繁体   中英

document ready event solution in GWT

What is the best way to handle the moment when all widgets are first shown and finally sized in GWT? I need to handle only GWT part ready, not entire document ready...

You can use either Scheduler.scheduleFinally or the Scheduler.scheduleEntry function. They are run at the end of the event loop.

Also check out the gogole documentation on delayed logic

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM