GenericItemForm<T> class
Methods
-
dataControlPath()
→ String
-
-
dataRemove({bool updateParent = true, bool emitEvent = true})
→ void
-
-
dataSetDisabled(bool disabled, {bool updateParent = true, bool emitEvent = true})
→ void
-
-
dataValuePatch(T? value, {bool updateParent = true, bool emitEvent = true})
→ void
-
-
dataValueReset(T? value, {bool updateParent = true, bool emitEvent = true, bool removeFocus = false, bool? disabled})
→ void
-
-
dataValueUpdate(T? value, {bool updateParent = true, bool emitEvent = true})
→ void
-
-
equalsTo(GenericItem<T>? other)
→ bool
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
pathBuilder(String? pathItem)
→ String
-
-
reset({GenericItem<T>? value, bool updateParent = true, bool emitEvent = true})
→ void
-
-
submit({required void onValid(GenericItem<T> model), void onNotValid()?})
→ void
-
-
toggleDisabled({bool updateParent = true, bool emitEvent = true})
→ void
-
-
toString()
→ String
-
A string representation of this object.
inherited
-
updateValue(GenericItem<T>? value, {bool updateParent = true, bool emitEvent = true})
→ void
-