OnTextFieldController mixin
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
clear(
) → void - 清空文本
-
getText(
) → String - 获取文本
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
updateSecurity(
bool value) → void -
updateText(
String text) → void - 更新文本
-
updateTipInfo(
String tip) → void -
更新提示信息
tip
提示信息 -
validation(
) → bool - 验证
-
validationState(
) → bool - true-验证通过,false-表单中至少有一项验证失败; 只对状态判断不做提示信息更新
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited