Uses of Class
com.vaadin.shared.ui.PreloadMode
-
Packages that use PreloadMode Package Description com.vaadin.shared.ui com.vaadin.ui -
-
Uses of PreloadMode in com.vaadin.shared.ui
Fields in com.vaadin.shared.ui declared as PreloadMode Modifier and Type Field Description PreloadModeAbstractMediaState. preloadPreload mode for the media.Methods in com.vaadin.shared.ui that return PreloadMode Modifier and Type Method Description static PreloadModePreloadMode. valueOf(String name)Returns the enum constant of this type with the specified name.static PreloadMode[]PreloadMode. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of PreloadMode in com.vaadin.ui
Methods in com.vaadin.ui that return PreloadMode Modifier and Type Method Description PreloadModeAbstractMedia. getPreload()Methods in com.vaadin.ui with parameters of type PreloadMode Modifier and Type Method Description voidAbstractMedia. setPreload(PreloadMode preload)Sets the preload attribute that is intended to provide a hint to the browser how the media should be preloaded.
-