TDCheckboxGroupController class
控制CheckBoxGroup
Constructors
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
-
allChecked(
) → List< String> - 打勾的选项
-
checked(
String id) → bool - 某一项的选中状态
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
reverseAll(
) → void - 反选
-
toggle(
String id, bool check) → void - 选中某一个选项
-
toggleAll(
bool check) → void - 选择全部 这个方法会忽略最大可够选数
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited