SparkFormController class

Constructors

SparkFormController()

Properties

data SparkFormItemData
no setter
hashCode int
The hash code for this object.
no setterinherited
manage FormGroupManage
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

cleanAll() → void
clean all data
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
resetAll() → void
reset all field data
toString() String
A string representation of this object.
inherited
validate({bool? focusError}) ValidateResult
validate all rules, get validate result focusError auto focus first error
validateField(String fieldName, VerifyType type, {dynamic preValue}) ValidateResult

Operators

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