AbstractTextWidgetAdapter<T> class
abstract
- Inheritance
-
- Object
- ValuedWidgetAdapter<
T> - AbstractValuedWidgetAdapter<
T> - AbstractTextWidgetAdapter
- Implementers
Constructors
- AbstractTextWidgetAdapter(String name, String theme)
Properties
Methods
-
build(
{required BuildContext context, required FormMapper mapper, required TypeProperty property, required Keywords args}) → Widget -
build and bind the corresponding widget
context
a FormMappermapper
the FormMapperproperty
a TypePropertyargs
and parameters that will be handled by the adapterinherited -
customize(
TypeProperty typeProperty) → (DisplayValue, ParseValue, FormFieldValidator< String> , TextInputType, List<TextInputFormatter> ) -
dispose(
WidgetProperty property) → void -
dispose any resources
inherited
-
getName(
) → String -
return the element name
inherited
-
getTheme(
) → String -
return the platform name
inherited
-
getType(
) → Type -
return the element type
inherited
-
getValue(
T widget) → dynamic -
return the current value given a widget
widget
the widgetinherited -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setValue(
T widget, dynamic value, ValuedWidgetContext context) → void -
set a current value
widget
the widgetvalue
the valuecontext
the ValuedWidgetContextinherited -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited