Package com.bradrydzewski.gwt.calendar.client

Interface Summary
HasAppointments  
HasLayout  
HasSettings  
ThemeAppointmentStyle Defines the style attribute values that will vary with a theme when a particular theme+style is applied.
 

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.
 

Enum Summary
AppointmentStyle  
Attending Indicates whether or not an Attendee will be attending an Appointment.
CalendarSettings.Click  
CalendarViews Enumeration that represents each standard CalendarView.
 



Copyright © 2012. All Rights Reserved.