Package com.axelor.meta.db
Class MetaTheme
java.lang.Object
com.axelor.db.Model
com.axelor.auth.db.AuditableModel
com.axelor.meta.db.MetaTheme
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringbooleangetId()Allow this theme to be used by usersgetLabel()getName()Define a name for the theme.inthashCode()voidsetContent(String content) voidsetFullname(String fullname) voidvoidsetIsSelectable(Boolean isSelectable) voidvoidtoString()Methods inherited from class com.axelor.auth.db.AuditableModel
getCreatedBy, getCreatedOn, getUpdatedBy, getUpdatedOnMethods inherited from class com.axelor.db.Model
getArchived, getCid, getVersion, isSelected, setArchived, setCid, setSelected, setVersion
-
Constructor Details
-
MetaTheme
public MetaTheme() -
MetaTheme
-
-
Method Details
-
getId
-
setId
-
getName
Define a name for the theme. light or dark can be used to override built-in themes.- Returns:
- the property value
-
setName
-
getIsSelectable
Allow this theme to be used by users- Returns:
- the property value
-
setIsSelectable
-
getLabel
-
setLabel
-
getFullname
-
computeFullname
-
setFullname
-
getContent
-
setContent
-
equals
-
hashCode
public int hashCode() -
toString
-