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 String
boolean
getId()
Allow this theme to be used by usersgetLabel()
getName()
Define a name for the theme.int
hashCode()
void
setContent
(String content) void
setFullname
(String fullname) void
void
setIsSelectable
(Boolean isSelectable) void
void
toString()
Methods inherited from class com.axelor.auth.db.AuditableModel
getCreatedBy, getCreatedOn, getUpdatedBy, getUpdatedOn
Methods 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
-