CalendarAppointmentDetails class
Contains the details that needed on appointment view builder.
See also:
- SfCalendar.appointmentBuilder, which receives the information.
- SfCalendar, which passes the information to one of its receiver.
Constructors
- CalendarAppointmentDetails(DateTime date, Iterable appointments, Rect bounds, {bool isMoreAppointmentRegion = false})
-
Default constructor to store the details needed in appointment builder.
const
Properties
- appointments → Iterable
-
The appointment details associated with the appointment view widget.
It holds more appointments when it is more appointment
region
All day panel and Month cell more region
.final - bounds → Rect
-
The position and size of the widget.
final
- date → DateTime
-
The date value associated with the appointment view widget.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- isMoreAppointmentRegion → bool
-
Determines whether the widget replaces the more appointment region.
It is applicable on the day, week, workweek views all day panel and
month cell appointment.
final
- 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