MultiDataPickerDelegate class abstract
数据适配 Delegate
- Implementers
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
-
initSelectedRowForComponent(
int component) → int - 定义初始选中的行数
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
numberOfComponent(
) → int - 定义显示几列内容
-
numberOfRowsInComponent(
int component) → int - 定义每一列所显示的行数, component 代表列的索引,
-
rowHeightForComponent(
int component) → double? - 定义每列内容的高度
-
selectRowInComponent(
int component, int row) → void - 定义选择更改后的操作
-
titleForRowInComponent(
int component, int index) → String - 定义某列某行所显示的内容,component 代表列的索引,index 代表 第component列中的第 index 个元素
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited