MultiLinkedPickerModel class
Constructors
- MultiLinkedPickerModel({required Map data, required int columnNum, required List initialData})
Properties
- columnNum ↔ int
-
总列数
getter/setter pair
-
controllers
↔ List<
FixedExtentScrollController> -
getter/setter pair
- data ↔ Map
-
总的数据
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
presentData
↔ List<
List> -
每一列展示的数据
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- selectedData ↔ List
-
选中数据
getter/setter pair
-
selectedIndexes
↔ List<
int> -
选中数据下标
getter/setter pair
Methods
-
findColumnData(
int position) → List - 寻找对应位置数据
-
findNextData(
int position) → dynamic - 对应位置的下一列数据
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
refreshPresentDataAndController(
int position, int selectedIndex, bool jump) → void -
position
变动的列selectedIndex
对应选中的indexjump
是否需要jumpToItem -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited