Uses of Interface
com.vaadin.client.ResourceLoader.ResourceLoadListener
-
Packages that use ResourceLoader.ResourceLoadListener Package Description com.vaadin.client -
-
Uses of ResourceLoader.ResourceLoadListener in com.vaadin.client
Methods in com.vaadin.client with parameters of type ResourceLoader.ResourceLoadListener Modifier and Type Method Description static voidResourceLoader. addOnloadHandler(com.google.gwt.dom.client.Element element, ResourceLoader.ResourceLoadListener listener, ResourceLoader.ResourceLoadEvent event)Adds an onload listener to the given element, which should be a link or a script tag.voidResourceLoader. loadHtmlImport(String htmlUrl, ResourceLoader.ResourceLoadListener resourceLoadListener)Loads an HTML import and notify a listener when the HTML import is loaded.voidResourceLoader. loadScript(String scriptUrl, ResourceLoader.ResourceLoadListener resourceLoadListener)Load a script and notify a listener when the script is loaded.voidResourceLoader. loadStylesheet(String stylesheetUrl, ResourceLoader.ResourceLoadListener resourceLoadListener)Load a stylesheet and notify a listener when the stylesheet is loaded.
-