Validation class

Inheritance

Constructors

Validation()

Properties

hashCode int
The hash code for this object.
no setterinherited
id String?
getter/setter pairinherited
isValid bool
no setter
isValidChanged Stream<bool>
no setter
isValidProperty Property<bool>
getter/setter pair
isVisible bool
no setterinherited
isVisibleChanged Stream<bool>
no setterinherited
isVisibleProperty Property<bool>
getter/setter pairinherited
message String
no setter
messageChanged Stream<String>
no setter
messageProperty 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

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
override
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

Constants

isValidPropertyName → const String
messagePropertyName → const String