Uses of Interface
com.jadice.web.util.icon.client.iconfont.IconFont
Packages that use IconFont
-
Uses of IconFont in com.jadice.web.util.icon.client.iconfont
Classes in com.jadice.web.util.icon.client.iconfont that implement IconFontModifier and TypeClassDescriptionclass
A variableIconFont
implementation.enum
This class provides all style classes as an enum to prevent typos.class
This class is needed if multicolor icon font glyphs should be displayed.Methods in com.jadice.web.util.icon.client.iconfont that return IconFontModifier and TypeMethodDescriptionJWTIconFontMapper.getMappingForName
(String name) Returns the defined mapping.JWTIconFontMapper.getMappingForNameWithFallback
(String name) Returns the defined mapping.Methods in com.jadice.web.util.icon.client.iconfont with parameters of type IconFontModifier and TypeMethodDescriptionvoid
JWTIconFontMapper.addMapping
(String name, IconFont font) Adds a new mapping.Constructors in com.jadice.web.util.icon.client.iconfont with parameters of type IconFontModifierConstructorDescriptionToggleIconFont
(IconFont icon) Creates a newToggleIconFont
which always displays the same icon.ToggleIconFont
(IconFont icon, IconFont toggledIcon) Creates a newToggleIconFont
which displays different icons for enabled and selected state.ToggleIconFont
(IconFont icon, IconFont toggledIcon, boolean useLigatures)