CalendarDelegate<T> class abstract

A delegate that represents the display portion of the calendar.

カレンダーの表示部分を表すデリゲート。

Implementers
Annotations

Constructors

CalendarDelegate()
A delegate that represents the display portion of the calendar.
const

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

buildDay(BuildContext context, CalendarStyle style, DateTime date) Widget
Generates the date display portion.
buildDaysOfWeekWeekday(BuildContext context, CalendarStyle style, DateTime date) Widget
Generates the weekday display portion of the weekday.
buildDaysOfWeekWeekend(BuildContext context, CalendarStyle style, DateTime date) Widget
Generate the display portion of the weekend days of the week.
buildEvents(BuildContext context, CalendarStyle style, DateTime date, List<CalendarEventItem<T>> events) Widget?
Generate a widget to display the event.
buildHolidayDay(BuildContext context, CalendarStyle style, DateTime date) Widget
Generates the display portion of the holiday date.
buildOutsideDay(BuildContext context, CalendarStyle style, DateTime date) Widget
Generates the display portion of dates outside the month range.
buildOutsideEvents(BuildContext context, CalendarStyle style, DateTime date, List<CalendarEventItem<T>> events) Widget?
Generates a widget that displays events for dates outside the month range.
buildOutsideHolidayDay(BuildContext context, CalendarStyle style, DateTime date) Widget
Generates the display portion of holiday dates outside of the month range.
buildOutsideWeekendDay(BuildContext context, CalendarStyle style, DateTime date) Widget
Generates the display portion of weekend dates outside of the month range.
buildSelectedDay(BuildContext context, CalendarStyle style, DateTime date) Widget
Generates the display portion of the selected date.
buildSelectedEvents(BuildContext context, CalendarStyle style, DateTime date, List<CalendarEventItem<T>> events) Widget?
Generates a widget that displays events for the selected date.
buildTodayDay(BuildContext context, CalendarStyle style, DateTime date) Widget
Generates the display portion of today's date.
buildTodayEvents(BuildContext context, CalendarStyle style, DateTime date, List<CalendarEventItem<T>> events) Widget?
Generates a widget that displays today's events.
buildUnavailableDay(BuildContext context, CalendarStyle style, DateTime date) Widget
Generates display grains for unavailable dates.
buildWeekendDay(BuildContext context, CalendarStyle style, DateTime date) Widget
Generate the display portion of the weekend date.
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