FormTextFieldStateActions class

Provides state management actions for NyFormTextField widgets.

This class extends FormStateActions to provide text field-specific state operations such as clearing the input, setting text values, or triggering validation. Use NyFormTextField.stateActions to obtain an instance of this class.

Inheritance

Constructors

FormTextFieldStateActions(String state)
Creates a FormTextFieldStateActions instance for the specified state.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state String
getter/setter pairinherited

Methods

clear() → void
Clear the field value
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setValue(dynamic value) → void
Set the field value
inherited
toString() String
A string representation of this object.
inherited

Operators

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