MXCheckBoxSeriesController class
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
- state ↔ MXCheckBoxBaseSeriesState?
-
getter/setter pair
Methods
-
allCheckedIds(
) → List< String> - 返回选中的状态
-
getCheckBoxStateById(
String id) → bool? - 通过id获取checkBox是否被选中
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
reverseAll(
) → void - 反选
-
toggleAll(
bool value) → void - 全选
-
toggleSingleById(
String id, bool value) → void - 通过id选中某一个
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited