BaseDateTimeModel class abstract

Mixed in types
Implementers

Constructors

BaseDateTimeModel()

Properties

currentTime DateTime
当前选中时间
getter/setter pair
dividers List<String>
分割线
getter/setter pairinherited
firstIndex int
第一列索引
getter/setter pair
firstList List<String>
第一列数据源
getter/setter pair
formats List<String>
日期格式化
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
labels List<bool>
年月日标签
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secondIndex int
第二列索引
getter/setter pair
secondList List<String>
第二列数据源
getter/setter pair
thirdIndex int
第三列索引
getter/setter pair
thirdList List<String>
第三列数据源
getter/setter pair
weights List<int>
布局权重
getter/setter pairinherited

Methods

finalTime() DateTime
最终时间
firstStringAtIndex(int index) String?
第一列选中字符串
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
secondStringAtIndex(int index) String?
第二列选中字符串
thirdStringAtIndex(int index) String?
第三列选中字符串
toString() String
A string representation of this object.
inherited
updateFirstIndex(int index) → void
更新第一列索引
updateSecondIndex(int index) → void
更新第二列索引
updateThirdIndex(int index) → void
更新第三列索引

Operators

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