EntityDomain enum

Dominio applicativo a cui appartiene una sezione di dettaglio entità.

Usato da EntityTab per taggare ogni tab con il modulo di provenienza (Anagrafica, HR, Competenze, ...). Serve sia per la label leggibile sia per un eventuale accento cromatico per-dominio.

Inheritance
Available extensions

Values

id → const EntityDomain
hr → const EntityDomain
atlas → const EntityDomain
lms → const EntityDomain
certet → const EntityDomain
bill → const EntityDomain

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
label String

Available on EntityDomain, provided by the EntityDomainX extension

Label leggibile (it_IT) del dominio.
no setter
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

color(CLTheme theme) Color

Available on EntityDomain, provided by the EntityDomainX extension

Accento cromatico del dominio, derivato dai colori del theme. Tinta brand-adiacente per badge/indicatori, non semantica.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<EntityDomain>
A constant List of the values in this enum, in order of their declaration.