com.smartgwt.client.widgets.events
Interface HasContentLoadedHandlers

All Superinterfaces:
HasHandlers
All Known Implementing Classes:
HTMLFlow, HTMLPane

public interface HasContentLoadedHandlers
extends HasHandlers


Method Summary
 HandlerRegistration addContentLoadedHandler(ContentLoadedHandler handler)
          StringMethod fired when content is completely loaded in this htmlFlow.
 
Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
 

Method Detail

addContentLoadedHandler

HandlerRegistration addContentLoadedHandler(ContentLoadedHandler handler)
StringMethod fired when content is completely loaded in this htmlFlow. Has no default implementation. May be observed or overridden as a notification type method to fire custom logic when loading completes.

Note: Does not apply to htmlFlows with contentsType set to "page"

Parameters:
handler - the contentLoaded handler
Returns:
HandlerRegistration used to remove this handler