Uses of Enum Class
org.ff4j.web.console.ImageProvider.ImageType
Packages that use ImageProvider.ImageType
-
Uses of ImageProvider.ImageType in org.ff4j.web.console
Methods in org.ff4j.web.console that return ImageProvider.ImageTypeModifier and TypeMethodDescriptionstatic ImageProvider.ImageTypeReturns the enum constant of this class with the specified name.static ImageProvider.ImageType[]ImageProvider.ImageType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.ff4j.web.console with parameters of type ImageProvider.ImageTypeModifier and TypeMethodDescriptionvoidImageProvider.addImageToContext(org.thymeleaf.context.WebContext ctx, String imageName, ImageProvider.ImageType type) Public interface to add images to webcontext for rendering.