AbstractDateTimePickerFieldParser class abstract
- Inheritance
-
- Object
- AbstractFormParser<
DateTime, DateTimePickerComponentData> - AbstractDateTimePickerFieldParser
Constructors
Properties
-
dateFormat
→ DataParser<
String?> -
no setter
-
dateTimePickerType
→ DataParser<
DateTimePickerType> -
no setter
-
defaultValue
→ DataParser<
DateTime?> -
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
validator
→ DataParser<
ComponentValidator< DateTime> > -
no setterinherited
Methods
-
componentData(
JsonMap data) → DateTimePickerComponentData -
override
-
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