AutoCompleteDropDownFormFieldState<T> class

Inheritance

Constructors

AutoCompleteDropDownFormFieldState(List<AutoCompleteItem<T>> autoCompleteItems, StringCallback? textChanged, StringCallback? textSubmitted, ValueSetter<bool>? onFocusChanged, InputEventCallback<T>? valueChanged, AutoCompleteOverlayItemBuilder<T>? itemBuilder, Comparator<AutoCompleteItem<T>>? itemSorter, Filter<T>? itemFilter, int autoCompleteItemsAmount, bool submitOnAutoCompleteItemTap, bool clearOnSubmit, int minLength, List<TextInputFormatter>? inputFormatters, TextCapitalization textCapitalization, InputDecoration decoration, TextStyle? style, TextInputType keyboardType, TextInputAction textInputAction, AdeptValueController<AutoCompleteItem<T>>? controller, FocusNode? focusNode, double autoCompleteItemItemHeight, double autoCompleteItemsBoxMaxHeight, bool enabled)

Properties

autoCompleteItemItemHeight double
getter/setter pair
autoCompleteItems List<AutoCompleteItem<T>>
getter/setter pair
autoCompleteItemsAmount int
getter/setter pair
autoCompleteItemsBoxMaxHeight double
getter/setter pair
autoCompleteItemsBoxSize double?
no setter
clearOnSubmit bool
getter/setter pair
context BuildContext
The location in the tree where this widget builds.
no setterinherited
controller ↔ AdeptValueController<AutoCompleteItem<T>>?
getter/setter pair
controllerHasText bool
no setter
currentText String
getter/setter pair
decoration InputDecoration
getter/setter pair
enabled bool
getter/setter pair
filteredAutoCompleteItems List<AutoCompleteItem<T>>?
getter/setter pair
focusNode FocusNode?
getter/setter pair
getSuffixIcon Icon
no setter
hashCode int
The hash code for this object.
no setterinherited
hasText bool
getter/setter pair
inputFormatters List<TextInputFormatter>?
getter/setter pair
itemBuilder AutoCompleteOverlayItemBuilder<T>?
getter/setter pair
itemFilter Filter<T>?
getter/setter pair
itemSorter Comparator<AutoCompleteItem<T>>?
getter/setter pair
keyboardType TextInputType
getter/setter pair
listAutoCompleteItemsEntry OverlayEntry?
getter/setter pair
minLength int
getter/setter pair
mounted bool
Whether this State object is currently in a tree.
no setterinherited
onFocusChanged ValueSetter<bool>?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showingSuggestions bool
getter/setter pair
style TextStyle?
getter/setter pair
submitOnAutoCompleteItemTap bool
getter/setter pair
textCapitalization TextCapitalization
getter/setter pair
textChanged StringCallback?
getter/setter pair
textEditingController ↔ AdeptTextEditingController?
getter/setter pair
textField TextField?
getter/setter pair
textInputAction TextInputAction
getter/setter pair
textSubmitted StringCallback?
getter/setter pair
valueChanged InputEventCallback<T>?
getter/setter pair
widget AutoCompleteDropDownFormField
The current configuration.
no setterinherited

Methods

activate() → void
Called when this object is reinserted into the tree after having been removed via deactivate.
inherited
addSuggestion(AutoCompleteItem<T> autoCompleteItem) → void
build(BuildContext context) Widget
Describes the part of the user interface represented by this widget.
override
clear() → void
deactivate() → void
Called when this object is removed from the tree.
inherited
debugFillProperties(DiagnosticPropertiesBuilder properties) → void
Add additional properties associated with the node.
inherited
didChangeDependencies() → void
Called when a dependency of this State object changes.
inherited
didUpdateWidget(covariant AutoCompleteDropDownFormField oldWidget) → void
Called whenever the widget configuration changes.
inherited
dispose() → void
Called when this object is removed from the tree permanently.
override
getSuggestions(List<AutoCompleteItem<T>> autoCompleteItems, Comparator<AutoCompleteItem<T>>? sorter, Filter<T>? filter, int maxAmount, String? query) List<AutoCompleteItem<T>>
hideAllSuggestions() → void
initState() → void
Called when this object is inserted into the tree.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onTextChanged() → void
onValueChanged() → void
reassemble() → void
Called whenever the application is reassembled during debugging, for example during hot reload.
inherited
removeSuggestion(AutoCompleteItem<T> autoCompleteItem) → void
setState(VoidCallback fn) → void
Notify the framework that the internal state of this object has changed.
inherited
showAllSuggestions() → void
toDiagnosticsNode({String? name, DiagnosticsTreeStyle? style}) DiagnosticsNode
Returns a debug representation of the object that is used by debugging tools and by DiagnosticsNode.toStringDeep.
inherited
toggleSuggestions() → void
toString({DiagnosticLevel minLevel = DiagnosticLevel.info}) String
A string representation of this object.
inherited
toStringShort() String
A brief description of this object, usually just the runtimeType and the hashCode.
inherited
triggerSubmitted({dynamic submittedText}) → void
updateDecoration({InputDecoration? decoration, List<TextInputFormatter>? inputFormatters, TextCapitalization? textCapitalization, TextStyle? style, TextInputType? keyboardType, TextInputAction? textInputAction, bool refresh = true}) → void
updatedTextField() → void
updateOverlay([String? query]) → void
updateSuggestions(List<AutoCompleteItem<T>> autoCompleteItems) → void

Operators

operator ==(Object other) bool
The equality operator.
inherited