DateTimeRangeValueAccessor class
Represents a control value accessor that convert between data types DateTimeRange and String.
Constructors
- DateTimeRangeValueAccessor.new({DateFormat? dateTimeFormat, String delimiter = ' - '})
Properties
-
control
→ FormControl<
DateTimeRange< ?DateTime> > -
Gets the control bind to this value accessor.
no setterinherited
- dateTimeFormat → DateFormat
-
final
- delimiter → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
dispose(
) → void -
Disposes the value accessors.
inherited
-
modelToViewValue(
DateTimeRange< DateTime> ? modelValue) → String? - Returns the value that must be supplied to the UI widget.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
registerControl(
FormControl< DateTimeRange< control, {ChangeFunction<DateTime> >String> ? onChange}) → void -
Registers a the
control
with the value accessor.inherited -
toString(
) → String -
A string representation of this object.
inherited
-
updateModel(
String? viewValue) → void -
Updates the
control
with the provided value.inherited -
viewToModelValue(
String? viewValue) → DateTimeRange< DateTime> ? - Returns the value that must be supplied to the control.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited