Uses of Class
org.exoplatform.webui.cssfile.CssClassManager.ICON_SIZE
-
Packages that use CssClassManager.ICON_SIZE Package Description org.exoplatform.webui.cssfile -
-
Uses of CssClassManager.ICON_SIZE in org.exoplatform.webui.cssfile
Methods in org.exoplatform.webui.cssfile that return CssClassManager.ICON_SIZE Modifier and Type Method Description static CssClassManager.ICON_SIZECssClassManager.ICON_SIZE. valueOf(String name)Returns the enum constant of this type with the specified name.static CssClassManager.ICON_SIZE[]CssClassManager.ICON_SIZE. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.exoplatform.webui.cssfile with parameters of type CssClassManager.ICON_SIZE Modifier and Type Method Description StringCssClassManager. 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)StringCssClassManager. getCSSClassByFileType(String fileType, CssClassManager.ICON_SIZE size)Returns the icon CSS class name of file.static StringCssClassUtils. getCSSClassByFileType(String fileType, CssClassManager.ICON_SIZE size)
-