Uses of Class
eu.webtoolkit.jwt.WFavicon
Packages that use WFavicon
-
Uses of WFavicon in eu.webtoolkit.jwt
Subclasses of WFavicon in eu.webtoolkit.jwtModifier and TypeClassDescriptionclassAWFaviconswitching between two favicons.classAWFaviconusing a WRasterImage as resource.classAWFaviconusing a resource.classAWFaviconlocated at a given URL.Methods in eu.webtoolkit.jwt that return WFaviconModifier and TypeMethodDescriptionWFaviconPair.getCurrentFavicon()Returns the current favicon used.WFaviconPair.getDefaultFavicon()Returns the default favicon.WApplication.getFavicon()Returns the favicon of this application.WFaviconPair.getUpdatedFavicon()Returns the updated favicon.Methods in eu.webtoolkit.jwt with parameters of type WFaviconModifier and TypeMethodDescriptionvoidWFaviconPair.setDefaultFavicon(WFavicon defaultFavicon) Sets the default favicon.voidWApplication.setFavicon(WFavicon icon) Sets the favicon for this application.voidWFaviconPair.setUpdatedFavicon(WFavicon updatedFavicon) Sets the updated favicon.Constructors in eu.webtoolkit.jwt with parameters of type WFaviconModifierConstructorDescriptionWFaviconPair(WFavicon defaultFavicon, WFavicon updatedFavicon) Constructs aWFaviconPair.