TextField class

Constructors

TextField()

Properties

hashCode int
The hash code for this object.
no setterinherited
id String?
getter/setter pairinherited
inputType TextFieldInputType
no setter
inputTypeChanged Stream<TextFieldInputType>
no setter
inputTypeProperty ↔ Property<TextFieldInputType>
getter/setter pair
isVisible bool
no setterinherited
isVisibleChanged Stream<bool>
no setterinherited
isVisibleProperty ↔ Property<bool>
getter/setter pairinherited
label String
no setter
labelChanged Stream<String>
no setter
labelProperty ↔ Property<String>
getter/setter pair
parent → FormElement?
no setterinherited
parentProperty ↔ Property<FormElement>?
getter/setter pairinherited
properties Map<String, Property>
getter/setter pairinherited
propertyChanged Stream<String>
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
validations List<Validation>
no setter
validationsChanged Stream<List<Validation>>
no setter
validationsProperty ↔ Property<List<Validation>>
getter/setter pair
value String
no setter
valueChanged Stream<String>
no setter
valueProperty ↔ Property<String>
getter/setter pair

Methods

clone(ExpressionProvider<ExpressionProviderElement>? parent) → ExpressionProviderElement
inherited
cloneChildren(Property<List> children, ExpressionProviderElement parent) → Property
inherited
cloneProperty(String key, Property oldProperty, ExpressionProvider<ExpressionProviderElement>? parent, ExpressionProviderElement instance) → Property
inherited
getExpressionProvider([String? propertyName]) → ExpressionProvider
inherited
getFirstParentOfType<TFormElement extends FormElement>() → TFormElement?
inherited
getImmutableProperty(FormElement element) → Property<FormElement>
inherited
getInstance() → FormElement
getProperties() Map<String, Property>
inherited
getProperty([String? propertyName]) → Property
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
registerProperty<T>(String name, Property<T>? property) → Property<T>?
inherited
toString() String
A string representation of this object.
inherited

Operators

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