ZwapWeeklyCalendarShowFilter class

Constructors

ZwapWeeklyCalendarShowFilter.after(DateTime date)
ZwapWeeklyCalendarShowFilter.before(DateTime date)
ZwapWeeklyCalendarShowFilter.between(DateTime start, DateTime end)
ZwapWeeklyCalendarShowFilter.customizeItem(DateTime date, TimeOfDay time, {WCPDateSlotWidgetDecorations? customDecorations})
ZwapWeeklyCalendarShowFilter.customizeItems(List<TupleType<DateTime, TimeOfDay>> customizedItems, {WCPDateSlotWidgetDecorations? customDecorations, Map<TupleType<DateTime, TimeOfDay>, WCPDateSlotWidgetDecorations?>? singleCustomDecorations})
One of customDecorations or singleCustomDecorations must be not null
ZwapWeeklyCalendarShowFilter.disableAfter(DateTime dateTime)
ZwapWeeklyCalendarShowFilter.disableItem(DateTime date, TimeOfDay time, {WCPDateSlotWidgetDecorations? customDecorations})
ZwapWeeklyCalendarShowFilter.disableItems(List<TupleType<DateTime, TimeOfDay>> disabledItems, {WCPDateSlotWidgetDecorations? customDecorations, Map<TupleType<DateTime, TimeOfDay>, WCPDateSlotWidgetDecorations?>? singleCustomDecorations})
If customDecorations is not null, singleCustomDecorations will be ignored
ZwapWeeklyCalendarShowFilter.disablePast()
All days in the past will be disabled
ZwapWeeklyCalendarShowFilter.hidePast()
All days in the past will not showed
ZwapWeeklyCalendarShowFilter.showWeekDays(List<int> weekDays)

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

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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