ReservationForm class
Methods
-
addFilePathsItem(String value, {List<AsyncValidator>? asyncValidators, List<Validator>? validators, int? asyncValidatorsDebounceTime, bool? disabled, ValidatorsApplyMode validatorsApplyMode = ValidatorsApplyMode.merge})
→ void
-
-
addReservedDateTimesItem(DateTime value, {List<AsyncValidator>? asyncValidators, List<Validator>? validators, int? asyncValidatorsDebounceTime, bool? disabled, ValidatorsApplyMode validatorsApplyMode = ValidatorsApplyMode.merge})
→ void
-
-
createdAtControlPath()
→ String
-
-
createdAtSetDisabled(bool disabled, {bool updateParent = true, bool emitEvent = true})
→ void
-
-
createdAtValuePatch(DateTime value, {bool updateParent = true, bool emitEvent = true})
→ void
-
-
createdAtValueReset(DateTime value, {bool updateParent = true, bool emitEvent = true, bool removeFocus = false, bool? disabled})
→ void
-
-
createdAtValueUpdate(DateTime value, {bool updateParent = true, bool emitEvent = true})
→ void
-
-
equalsTo(Reservation? other)
→ bool
-
-
filePathsControlPath()
→ String
-
-
filePathsRemove({bool updateParent = true, bool emitEvent = true})
→ void
-
-
filePathsSetDisabled(bool disabled, {bool updateParent = true, bool emitEvent = true})
→ void
-
-
filePathsValuePatch(List<String>? value, {bool updateParent = true, bool emitEvent = true})
→ void
-
-
filePathsValueReset(List<String>? value, {bool updateParent = true, bool emitEvent = true, bool removeFocus = false, bool? disabled})
→ void
-
-
filePathsValueUpdate(List<String>? value, {bool updateParent = true, bool emitEvent = true})
→ void
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
objectTypeControlPath()
→ String
-
-
objectTypeSetDisabled(bool disabled, {bool updateParent = true, bool emitEvent = true})
→ void
-
-
objectTypeValuePatch(String value, {bool updateParent = true, bool emitEvent = true})
→ void
-
-
objectTypeValueReset(String value, {bool updateParent = true, bool emitEvent = true, bool removeFocus = false, bool? disabled})
→ void
-
-
objectTypeValueUpdate(String value, {bool updateParent = true, bool emitEvent = true})
→ void
-
-
objectUidControlPath()
→ String
-
-
objectUidSetDisabled(bool disabled, {bool updateParent = true, bool emitEvent = true})
→ void
-
-
objectUidValuePatch(String value, {bool updateParent = true, bool emitEvent = true})
→ void
-
-
objectUidValueReset(String value, {bool updateParent = true, bool emitEvent = true, bool removeFocus = false, bool? disabled})
→ void
-
-
objectUidValueUpdate(String value, {bool updateParent = true, bool emitEvent = true})
→ void
-
-
pathBuilder(String? pathItem)
→ String
-
-
reservationStateControlPath()
→ String
-
-
reservationStateRemove({bool updateParent = true, bool emitEvent = true})
→ void
-
-
reservationStateSetDisabled(bool disabled, {bool updateParent = true, bool emitEvent = true})
→ void
-
-
reservationStateValuePatch(ReservationState? value, {bool updateParent = true, bool emitEvent = true})
→ void
-
-
reservationStateValueReset(ReservationState? value, {bool updateParent = true, bool emitEvent = true, bool removeFocus = false, bool? disabled})
→ void
-
-
reservationStateValueUpdate(ReservationState? value, {bool updateParent = true, bool emitEvent = true})
→ void
-
-
reservedDateTimesControlPath()
→ String
-
-
reservedDateTimesSetDisabled(bool disabled, {bool updateParent = true, bool emitEvent = true})
→ void
-
-
reservedDateTimesValuePatch(List<DateTime> value, {bool updateParent = true, bool emitEvent = true})
→ void
-
-
reservedDateTimesValueReset(List<DateTime> value, {bool updateParent = true, bool emitEvent = true, bool removeFocus = false, bool? disabled})
→ void
-
-
reservedDateTimesValueUpdate(List<DateTime> value, {bool updateParent = true, bool emitEvent = true})
→ void
-
-
reset({Reservation? value, bool updateParent = true, bool emitEvent = true})
→ void
-
-
subjectUidControlPath()
→ String
-
-
subjectUidSetDisabled(bool disabled, {bool updateParent = true, bool emitEvent = true})
→ void
-
-
subjectUidValuePatch(String value, {bool updateParent = true, bool emitEvent = true})
→ void
-
-
subjectUidValueReset(String value, {bool updateParent = true, bool emitEvent = true, bool removeFocus = false, bool? disabled})
→ void
-
-
subjectUidValueUpdate(String value, {bool updateParent = true, bool emitEvent = true})
→ void
-
-
submit({required void onValid(Reservation model), void onNotValid()?})
→ void
-
-
toggleDisabled({bool updateParent = true, bool emitEvent = true})
→ void
-
-
toString()
→ String
-
A string representation of this object.
inherited
-
uidControlPath()
→ String
-
-
uidSetDisabled(bool disabled, {bool updateParent = true, bool emitEvent = true})
→ void
-
-
uidValuePatch(String value, {bool updateParent = true, bool emitEvent = true})
→ void
-
-
uidValueReset(String value, {bool updateParent = true, bool emitEvent = true, bool removeFocus = false, bool? disabled})
→ void
-
-
uidValueUpdate(String value, {bool updateParent = true, bool emitEvent = true})
→ void
-
-
updatedAtControlPath()
→ String
-
-
updatedAtSetDisabled(bool disabled, {bool updateParent = true, bool emitEvent = true})
→ void
-
-
updatedAtValuePatch(DateTime value, {bool updateParent = true, bool emitEvent = true})
→ void
-
-
updatedAtValueReset(DateTime value, {bool updateParent = true, bool emitEvent = true, bool removeFocus = false, bool? disabled})
→ void
-
-
updatedAtValueUpdate(DateTime value, {bool updateParent = true, bool emitEvent = true})
→ void
-
-
updateValue(Reservation? value, {bool updateParent = true, bool emitEvent = true})
→ void
-