public class CssClassIconFile extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_CSS |
static String |
DEFAULT_TYPE |
| Constructor and Description |
|---|
CssClassIconFile() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containInGroupFileTypes(String fileType)
To check the fileType has contain in group fileTypes or not
|
boolean |
equals(Object object) |
String |
getCssClass() |
static CssClassIconFile |
getDefault()
Return default CssClassIconFile.
|
String |
getGroupFileTypes() |
List<String> |
getListGroupFileTypes() |
String |
getType() |
int |
hashCode() |
void |
setCssClass(String cssClass) |
void |
setGroupFileTypes(String groupFileTypes) |
void |
setType(String type) |
String |
toString() |
public static final String DEFAULT_TYPE
public static final String DEFAULT_CSS
public static CssClassIconFile getDefault()
public String getType()
public void setType(String type)
type - the type to setpublic String getCssClass()
public void setCssClass(String cssClass)
cssClass - the cssClass to setpublic String getGroupFileTypes()
public void setGroupFileTypes(String groupFileTypes)
groupFileTypes - the groupFileTypes to setpublic boolean containInGroupFileTypes(String fileType)
fileType - Copyright © 2003–2021 eXo Platform SAS. All rights reserved.