|
Class Summary |
| Appointment |
Represents an event that Calendar Views display and manipulate through the
gwt-cal provided user interface elements. |
| AppointmentManager |
Manages operations and state for the entire set of appointments displayed by
the GWT calendar. |
| Attendee |
A simple JavaBean class representing an entity associated to an appointment,
most likely a person, but might as well be a resource (like a conference room or a
projector). |
| Calendar |
|
| CalendarFormat |
|
| CalendarSettings |
|
| CalendarView |
Abstract base class defining the operations to render a calendar and
user-input dispatching methods. |
| CalendarWidget |
CalendarWidget is an InteractiveWidget
that maintains a calendar model (a set of Appointment objects)
managed through an AppointmentManager. |
| DateUtils |
Contains utility methods involving dates. |
| InteractiveWidget |
Abstract class for widgets that react to keystrokes and mouse gestures
providing a centralized place for the association between user inputs and the
logic to perform. |