EComponentType enum

Inheritance

Constructors

EComponentType()
const

Values

INPUT → const EComponentType
INPUT_NUMBER → const EComponentType
TEXTAREA → const EComponentType
SELECT → const EComponentType
TIME_PICKER → const EComponentType
DATE_PICKER → const EComponentType
RADIO → const EComponentType
CHECKBOX → const EComponentType
SLIDER → const EComponentType
RATE → const EComponentType
SWITCH → const EComponentType
SUBFORM → const EComponentType
TABS → const EComponentType
TITLE → const EComponentType
DIVIDER → const EComponentType
GRID → const EComponentType
NONE → const EComponentType

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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<EComponentType>
A constant List of the values in this enum, in order of their declaration.