Uses of Class
com.vaadin.flow.server.PwaIcon
-
Packages that use PwaIcon Package Description com.vaadin.flow.server -
-
Uses of PwaIcon in com.vaadin.flow.server
Methods in com.vaadin.flow.server that return types with arguments of type PwaIcon Modifier and Type Method Description List<PwaIcon>PwaRegistry. getHeaderIcons()List ofPwaIcon:s that should be added to header.List<PwaIcon>PwaRegistry. getIcons()List of all icons managed byPwaRegistry.static List<PwaIcon>PwaRegistry. getIconTemplates(String baseName)Gets all PWA icon variants for the give base icon.List<PwaIcon>PwaRegistry. getManifestIcons()List ofPwaIcon:s that should be added to manifest.webmanifest.Constructors in com.vaadin.flow.server with parameters of type PwaIcon Constructor Description PwaIcon(PwaIcon icon)
-