ZwapWeeklyCalendarPickMaxFilter class

Inheritance

Constructors

ZwapWeeklyCalendarPickMaxFilter.all({required int maxCount, FutureOr notifyFilterCatch()?, ZwapWeeklyCalendarHandleFilter? defaultHandler})
Check if the current selected slots are less or equal to provided maxCount
ZwapWeeklyCalendarPickMaxFilter.biweekly({required int maxCount, FutureOr notifyFilterCatch()?, ZwapWeeklyCalendarHandleFilter? defaultHandler})
Check if the current selected slots are less or equal to provided maxCount
ZwapWeeklyCalendarPickMaxFilter.byWeekDay({required int maxCount, required int weekDay, FutureOr notifyFilterCatch()?, ZwapWeeklyCalendarHandleFilter? defaultHandler})
Check if the current selected slots are less or equal to provided maxCount
ZwapWeeklyCalendarPickMaxFilter.daily({required int maxCount, FutureOr notifyFilterCatch()?, ZwapWeeklyCalendarHandleFilter? defaultHandler})
Check if the current selected slots are less or equal to provided maxCount
ZwapWeeklyCalendarPickMaxFilter.monthly({required int maxCount, FutureOr notifyFilterCatch()?, ZwapWeeklyCalendarHandleFilter? defaultHandler})
Check if the current selected slots are less or equal to provided maxCount
ZwapWeeklyCalendarPickMaxFilter.weekly({required int maxCount, FutureOr notifyFilterCatch()?, ZwapWeeklyCalendarHandleFilter? defaultHandler})
Check if the current selected slots are less or equal to provided maxCount

Properties

hashCode int
The hash code for this object.
no setterinherited
maxCount int
final
notifyFilterCatch → (FutureOr Function()?)
If provided this callback notifiy that an select action have been interrupted (with the default handler provided) from this filter
final
onFilterCatch → (FutureOr<ZwapWeeklyCalendarHandleFilter?> Function(TupleType<DateTime, TimeOfDay>)?)
Called when a slot in the range has been tapped. In the results is null _defaultHandler values is used instead
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
weekDay int?
If _type == _ZwapWeeklyCalendarPickMaxFilterType.byWeekDay this is used to know which day consider
final

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