Uses of Enum Class
org.exoplatform.ecms.css.CssClassManager.ICON_SIZE
Packages that use CssClassManager.ICON_SIZE
-
Uses of CssClassManager.ICON_SIZE in org.exoplatform.ecms.css
Methods in org.exoplatform.ecms.css that return CssClassManager.ICON_SIZEModifier and TypeMethodDescriptionstatic CssClassManager.ICON_SIZEReturns the enum constant of this class with the specified name.static CssClassManager.ICON_SIZE[]CssClassManager.ICON_SIZE.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.exoplatform.ecms.css with parameters of type CssClassManager.ICON_SIZEModifier and TypeMethodDescriptionCssClassManager.getCSSClassByFileName(String fileName, CssClassManager.ICON_SIZE size) Returns the icon CSS class name of file.static StringCssClassUtils.getCSSClassByFileName(String fileName, CssClassManager.ICON_SIZE size) static StringCssClassUtils.getCSSClassByFileNameAndFileType(String fileName, String fileType, CssClassManager.ICON_SIZE size) CssClassManager.getCSSClassByFileType(String fileType, CssClassManager.ICON_SIZE size) Returns the icon CSS class name of file.static StringCssClassUtils.getCSSClassByFileType(String fileType, CssClassManager.ICON_SIZE size)