Uses of Class
org.exoplatform.forum.common.webui.cssfile.CssClassManager.ICON_SIZE

Packages that use CssClassManager.ICON_SIZE
org.exoplatform.forum.common.webui.cssfile   
 

Uses of CssClassManager.ICON_SIZE in org.exoplatform.forum.common.webui.cssfile
 

Methods in org.exoplatform.forum.common.webui.cssfile that return CssClassManager.ICON_SIZE
static CssClassManager.ICON_SIZE CssClassManager.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.forum.common.webui.cssfile with parameters of type CssClassManager.ICON_SIZE
static String CssClassUtils.getCSSClassByFileName(String fileName, CssClassManager.ICON_SIZE size)
           
 String CssClassManager.getCSSClassByFileName(String fileName, CssClassManager.ICON_SIZE size)
          Returns the icon CSS class name of file.
static String CssClassUtils.getCSSClassByFileNameAndFileType(String fileName, String fileType, CssClassManager.ICON_SIZE size)
           
static String CssClassUtils.getCSSClassByFileType(String fileType, CssClassManager.ICON_SIZE size)
           
 String CssClassManager.getCSSClassByFileType(String fileType, CssClassManager.ICON_SIZE size)
          Returns the icon CSS class name of file.
 



Copyright © 2003-2013 eXo Platform SAS. All Rights Reserved.