Is there something like jquerys ready() in GWT. I add an iframe and will check when the DOM is ready.
ready()
Not really: it isn't a paradigm that really translates well to Java. You might want to just include jQuery or Zepto and use the ready function from one of those.
ready