Uses of Class
org.apache.wicket.markup.html.media.MediaComponent.Preload
-
Packages that use MediaComponent.Preload Package Description org.apache.wicket.markup.html.media -
-
Uses of MediaComponent.Preload in org.apache.wicket.markup.html.media
Methods in org.apache.wicket.markup.html.media that return MediaComponent.Preload Modifier and Type Method Description MediaComponent.PreloadMediaComponent. getPreload()The type of preloadstatic MediaComponent.PreloadMediaComponent.Preload. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static MediaComponent.Preload[]MediaComponent.Preload. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.wicket.markup.html.media with parameters of type MediaComponent.Preload Modifier and Type Method Description voidMediaComponent. setPreload(MediaComponent.Preload preload)Sets the type of preload.
-