CommonPickerData class

选择器数据模型的基类

Implementers

Constructors

CommonPickerData({dynamic locale, int columnCount = 3})

Properties

columnCount int
getter/setter pair
currentTime DateTime
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
locale LocaleType
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getColumnCount() int
getColumnIndex(int column) int
getColumnItem(int column) List<ItemData>
getColumnItemCount(int column) int
getContentAtIndex(int column, int index) String?
layoutProportions() List<int>
leftDivider() String
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onComplete() CompleteData?
rightDivider() String
setColumnContent(int column, List<ItemData> contents) → void
setColumnIndex(int column, int index) → void
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited