MonthController<T> class

月视图控制器

Create by JsonYe597232387@qq.com on 2019/12

Constructors

MonthController.init([MonthOption<T>? option])
初始化

Properties

hashCode int
The hash code for this object.
no setterinherited
option → dynamic
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

add(DateDay day) → void
enableMultiple = true 时可用
dispose() → void
monthStream() Stream<MonthOption<T>>?
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reLoad() → void
remove(DateDay day) bool
enableMultiple = true 时可用
setContinuousDay(DateDay? firstDay, DateDay? secondDay) → void
setCurrentDay(DateDay? currentDay) → void
setCurrentMonth(DateMonth currentMonth) → void
setEnableContinuous(bool enable) → void
setEnableMultiple(bool enable) → void
setFirstWeek(int week) → void
setMark(DateDay day, T data) → void
setMarks(Map<DateDay, T> marks) → void
setMultipleDays(List<DateDay> days) → void
enableMultiple = true 时可用
toString() String
A string representation of this object.
inherited

Operators

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