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 PreloadMode
AbstractMediaState. preload
Preload mode for the media.Methods in com.vaadin.shared.ui that return PreloadMode Modifier and Type Method Description static PreloadMode
PreloadMode. 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 PreloadMode
AbstractMedia. getPreload()
Methods in com.vaadin.ui with parameters of type PreloadMode Modifier and Type Method Description void
AbstractMedia. setPreload(PreloadMode preload)
Sets the preload attribute that is intended to provide a hint to the browser how the media should be preloaded.
-