DeclarativeFormField_Type class
- Inheritance
-
- Object
- EnumClass
- DeclarativeFormField_Type
Properties
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
Static Properties
-
serializer
→ Serializer<
DeclarativeFormField_Type> -
Serializer for DeclarativeFormField_Type.
no setter
-
values
→ BuiltSet<
DeclarativeFormField_Type> -
Returns a set with all values this enum contains.
no setter
Static Methods
-
valueOf(
String name) → DeclarativeFormField_Type -
Returns the enum value associated to the
name
.
Constants
- checkbox → const DeclarativeFormField_Type
-
checkbox
- email → const DeclarativeFormField_Type
-
email
- multiCheckbox → const DeclarativeFormField_Type
-
multi-checkbox
- multiSelect → const DeclarativeFormField_Type
-
multi-select
- number → const DeclarativeFormField_Type
-
number
- password → const DeclarativeFormField_Type
-
password
- radio → const DeclarativeFormField_Type
-
radio
- select → const DeclarativeFormField_Type
-
select
- tel → const DeclarativeFormField_Type
-
tel
- text → const DeclarativeFormField_Type
-
text
- url → const DeclarativeFormField_Type
-
url