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 TypeClassDescriptionclassA variableIconFontimplementation.enumThis class provides all style classes as an enum to prevent typos.classThis 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 TypeMethodDescriptionvoidJWTIconFontMapper.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 newToggleIconFontwhich always displays the same icon.ToggleIconFont(IconFont icon, IconFont toggledIcon) Creates a newToggleIconFontwhich displays different icons for enabled and selected state.ToggleIconFont(IconFont icon, IconFont toggledIcon, boolean useLigatures)