OnFormFieldController 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
-
getText(
String tag) → String -
获取文本
tag
文本标识 -
hideTextMenu(
String tag) → void -
隐藏对应的文本菜单
tag
文本标识 -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
showTextMenu(
String tag) → void -
显示对应的文本菜单
tag
文本标识 -
toString(
) → String -
A string representation of this object.
inherited
-
updateSecurity(
String tag, bool value) → void -
更新密码可视
tag
文本标识value
值 -
updateText(
String tag, String value) → void -
更新文本值
tag
文本标识value
文本值 -
updateTipInfo(
String tag, String tip) → void -
更新提示信息
tag
TextField标识tip
提示信息 -
validation(
) → bool - true-验证通过,false-表单中至少有一项验证失败;
-
validationState(
) → bool - true-验证通过,false-表单中至少有一项验证失败; 只对状态判断不做提示信息更新
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited