UFieldType enum
Values
- text → const UFieldType
- textarea → const UFieldType
- number → const UFieldType
- email → const UFieldType
- tel → const UFieldType
- password → const UFieldType
- url → const UFieldType
- select → const UFieldType
- multiSelect → const UFieldType
- radio → const UFieldType
- radioCard → const UFieldType
- checkbox → const UFieldType
- checkboxGroup → const UFieldType
- date → const UFieldType
- dateTime → const UFieldType
- time → const UFieldType
- month → const UFieldType
- week → const UFieldType
- range → const UFieldType
- color → const UFieldType
- file → const UFieldType
- multiFile → const UFieldType
- location → const UFieldType
- addressAutocomplete → const UFieldType
- phoneWithCountry → const UFieldType
- rating → const UFieldType
- toggle → const UFieldType
- creditCard → const UFieldType
- expiryDate → const UFieldType
- cvv → const UFieldType
- nationalCode → const UFieldType
- postalCode → const UFieldType
- iban → const UFieldType
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- 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
-
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<
UFieldType> - A constant List of the values in this enum, in order of their declaration.