A B C D F G H I K L M N O P R S T U V W Y

A

add(Widget) - Method in class com.bradrydzewski.gwt.calendar.client.dayview.DayViewBody
 
addAppointment(Appointment) - Method in class com.bradrydzewski.gwt.calendar.client.AppointmentManager
Adds an appointment to the collection of appointments maintained by this ApplicationManager.
addAppointment(Appointment) - Method in class com.bradrydzewski.gwt.calendar.client.CalendarWidget
Adds an appointment to the calendar.
addAppointment(Appointment) - Method in interface com.bradrydzewski.gwt.calendar.client.HasAppointments
 
addAppointment(Appointment) - Method in class com.bradrydzewski.gwt.calendar.client.monthview.DayLayoutDescription
 
addAppointment(Appointment) - Method in class com.bradrydzewski.gwt.calendar.client.monthview.WeekLayoutDescription
 
addAppointments(ArrayList<Appointment>) - Method in class com.bradrydzewski.gwt.calendar.client.AppointmentManager
Adds multiple appointments to the collection maintained by this ApplicationManager.
addAppointments(ArrayList<Appointment>) - Method in class com.bradrydzewski.gwt.calendar.client.CalendarWidget
Adds each appointment in the list to the calendar.
addAppointments(ArrayList<Appointment>) - Method in interface com.bradrydzewski.gwt.calendar.client.HasAppointments
 
addCreateHandler(CreateHandler<Appointment>) - Method in class com.bradrydzewski.gwt.calendar.client.CalendarWidget
 
addDateRequestHandler(DateRequestHandler<Date>) - Method in class com.bradrydzewski.gwt.calendar.client.CalendarWidget
 
addDateRequestHandler(DateRequestHandler<T>) - Method in interface com.bradrydzewski.gwt.calendar.client.event.HasDateRequestHandlers
Adds a DateRequestEvent handler.
addDaysToDate(int) - Method in class com.bradrydzewski.gwt.calendar.client.CalendarWidget
Moves this calendar widget current date as many days as specified by the numOfDays parameter.
addDeleteHandler(DeleteHandler<Appointment>) - Method in class com.bradrydzewski.gwt.calendar.client.CalendarWidget
 
addDeleteHandler(DeleteHandler<T>) - Method in interface com.bradrydzewski.gwt.calendar.client.event.HasDeleteHandlers
Adds a DeleteEvent handler.
addMouseOverHandler(MouseOverHandler<Appointment>) - Method in class com.bradrydzewski.gwt.calendar.client.CalendarWidget
 
addMouseOverHandler(MouseOverHandler<T>) - Method in interface com.bradrydzewski.gwt.calendar.client.event.HasMouseOverHandlers
Adds a DeleteEvent handler.
addMultiDayAppointment(Appointment) - Method in class com.bradrydzewski.gwt.calendar.client.monthview.WeekLayoutDescription
 
addMultiWeekAppointment(Appointment, AppointmentWidgetParts) - Method in class com.bradrydzewski.gwt.calendar.client.monthview.WeekLayoutDescription
 
addOpenHandler(OpenHandler<Appointment>) - Method in class com.bradrydzewski.gwt.calendar.client.CalendarWidget
 
addSelectionHandler(SelectionHandler<Appointment>) - Method in class com.bradrydzewski.gwt.calendar.client.CalendarWidget
 
addTimeBlockClickHandler(TimeBlockClickHandler<Date>) - Method in class com.bradrydzewski.gwt.calendar.client.CalendarWidget
 
addTimeBlockClickHandler(TimeBlockClickHandler<T>) - Method in interface com.bradrydzewski.gwt.calendar.client.event.HasTimeBlockClickHandlers
Adds a DeleteEvent handler.
addToRootPanel(Widget) - Method in class com.bradrydzewski.gwt.calendar.client.CalendarWidget
 
addUpdateHandler(UpdateHandler<Appointment>) - Method in class com.bradrydzewski.gwt.calendar.client.CalendarWidget
 
addUpdateHandler(UpdateHandler<T>) - Method in interface com.bradrydzewski.gwt.calendar.client.event.HasUpdateHandlers
Adds a UpdateEvent handler.
AgendaView - Class in com.bradrydzewski.gwt.calendar.client.agenda
 
AgendaView() - Constructor for class com.bradrydzewski.gwt.calendar.client.agenda.AgendaView
 
am() - Method in interface com.bradrydzewski.gwt.calendar.client.i18n.CalendarConstants
String representing AM.
applyStyle(AppointmentWidget, boolean) - Method in class com.bradrydzewski.gwt.calendar.client.dayview.DayViewStyleManager
 
applyStyle(AppointmentWidget, boolean) - Method in class com.bradrydzewski.gwt.calendar.client.monthview.MonthViewStyleManager
Applies a style in the currently selected theme using the runtime-provided theme styles defined by MonthViewStyleManager.getViewAppointmentStyleForTheme(com.bradrydzewski.gwt.calendar.client.Appointment) and MonthViewStyleManager.getDefaultViewAppointmentStyleForTheme().
Appointment - Class in com.bradrydzewski.gwt.calendar.client
Represents an event that Calendar Views display and manipulate through the gwt-cal provided user interface elements.
Appointment() - Constructor for class com.bradrydzewski.gwt.calendar.client.Appointment
Creates an Appointment with the following attributes set to null title description start end location createdBy the attendees collection empty and the allDay property false.
APPOINTMENT_COMPARATOR - Static variable in class com.bradrydzewski.gwt.calendar.client.monthview.MonthView
 
APPOINTMENT_STYLE - Static variable in class com.bradrydzewski.gwt.calendar.client.dayview.DayViewStyleManager
 
APPOINTMENT_STYLE - Static variable in class com.bradrydzewski.gwt.calendar.client.monthview.MonthViewStyleManager
 
APPOINTMENT_STYLE_MULTIDAY - Static variable in class com.bradrydzewski.gwt.calendar.client.dayview.DayViewStyleManager
 
APPOINTMENT_STYLE_MULTIDAY - Static variable in class com.bradrydzewski.gwt.calendar.client.monthview.MonthViewStyleManager
 
APPOINTMENT_STYLE_SELECTED - Static variable in class com.bradrydzewski.gwt.calendar.client.dayview.DayViewStyleManager
 
APPOINTMENT_STYLE_SELECTED - Static variable in class com.bradrydzewski.gwt.calendar.client.monthview.MonthViewStyleManager
 
AppointmentAdapter - Class in com.bradrydzewski.gwt.calendar.client.dayview
The Appointment Adapter is used to track the layout of an AppointmentInterface.
AppointmentAdapter(Appointment) - Constructor for class com.bradrydzewski.gwt.calendar.client.dayview.AppointmentAdapter
 
AppointmentLayoutDescription - Class in com.bradrydzewski.gwt.calendar.client.monthview
Contains common properties and behavior for layout descriptions that can be "stacked" on top of each month view's week.
AppointmentLayoutDescription(int, int, Appointment) - Constructor for class com.bradrydzewski.gwt.calendar.client.monthview.AppointmentLayoutDescription
 
AppointmentLayoutDescription(int, Appointment) - Constructor for class com.bradrydzewski.gwt.calendar.client.monthview.AppointmentLayoutDescription
 
AppointmentManager - Class in com.bradrydzewski.gwt.calendar.client
Manages operations and state for the entire set of appointments displayed by the GWT calendar.
AppointmentManager() - Constructor for class com.bradrydzewski.gwt.calendar.client.AppointmentManager
 
AppointmentStackingManager - Class in com.bradrydzewski.gwt.calendar.client.monthview
Manages the AppointmentLayoutDescription in a stack-like structure arranged in layers.
AppointmentStackingManager() - Constructor for class com.bradrydzewski.gwt.calendar.client.monthview.AppointmentStackingManager
 
AppointmentStyle - Enum in com.bradrydzewski.gwt.calendar.client
 
AppointmentUtil - Class in com.bradrydzewski.gwt.calendar.client.util
Utility class for several operations involving time and Appointment objects.
AppointmentUtil() - Constructor for class com.bradrydzewski.gwt.calendar.client.util.AppointmentUtil
 
AppointmentWidget - Class in com.bradrydzewski.gwt.calendar.client.dayview
 
AppointmentWidget() - Constructor for class com.bradrydzewski.gwt.calendar.client.dayview.AppointmentWidget
 
AppointmentWidget - Class in com.bradrydzewski.gwt.calendar.client.monthview
A panel used to render an Appointment in a MonthView.
AppointmentWidget(Appointment) - Constructor for class com.bradrydzewski.gwt.calendar.client.monthview.AppointmentWidget
Creates an AppointmentWidget with a reference to the provided appointment.
AppointmentWidgetParts - Enum in com.bradrydzewski.gwt.calendar.client.monthview
Indicates whether the presence of an Appointment that spans multiple weeks in a month view is the first, second or before the last, or the last.
areOnTheSameDay(Date, Date) - Static method in class com.bradrydzewski.gwt.calendar.client.DateUtils
Indicates whether two dates are on the same date by comparing their day, month and year values.
areOnTheSameMonth(Date, Date) - Static method in class com.bradrydzewski.gwt.calendar.client.DateUtils
Indicates whether two dates are on the same month of the same year.
areThereAppointmentsOn(int) - Method in class com.bradrydzewski.gwt.calendar.client.monthview.AppointmentStackingManager
Indicates whether there are any appointments that encompass the specified day.
areThereAppointmentsOnDay(int) - Method in class com.bradrydzewski.gwt.calendar.client.monthview.WeekLayoutDescription
 
assignLayer(AppointmentLayoutDescription) - Method in class com.bradrydzewski.gwt.calendar.client.monthview.AppointmentStackingManager
Associates the provided description to the first available layer in the collection administered by this manager.
attach(CalendarWidget) - Method in class com.bradrydzewski.gwt.calendar.client.agenda.AgendaView
Adds the calendar view to the calendar widget and performs required formatting.
attach(CalendarWidget) - Method in class com.bradrydzewski.gwt.calendar.client.CalendarView
Attaches this view to the provided CalendarWidget.
attach(CalendarWidget) - Method in class com.bradrydzewski.gwt.calendar.client.dayview.DayView
 
attach(CalendarWidget) - Method in class com.bradrydzewski.gwt.calendar.client.monthview.MonthView
This method is called when the MonthView is attached to the Calendar and displayed.
Attendee - Class in com.bradrydzewski.gwt.calendar.client
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).
Attendee() - Constructor for class com.bradrydzewski.gwt.calendar.client.Attendee
 
Attending - Enum in com.bradrydzewski.gwt.calendar.client
Indicates whether or not an Attendee will be attending an Appointment.

B

background - Variable in class com.bradrydzewski.gwt.calendar.theme.ical.client.ICalAppointmentStyle
 
BACKGROUND_COLOR_STYLE_ATTRIBUTE - Static variable in class com.bradrydzewski.gwt.calendar.client.dayview.DayViewStyleManager
 
BACKGROUND_COLOR_STYLE_ATTRIBUTE - Static variable in class com.bradrydzewski.gwt.calendar.client.monthview.MonthViewStyleManager
 
BACKGROUND_IMAGE_STYLE_ATTRIBUTE - Static variable in class com.bradrydzewski.gwt.calendar.client.dayview.DayViewStyleManager
 
backgroundFooter - Variable in class com.bradrydzewski.gwt.calendar.theme.ical.client.ICalAppointmentStyle
 
backgroundHeader - Variable in class com.bradrydzewski.gwt.calendar.theme.ical.client.ICalAppointmentStyle
 
backgroundImage - Variable in class com.bradrydzewski.gwt.calendar.theme.ical.client.ICalAppointmentStyle
 
BLUE - Static variable in class com.bradrydzewski.gwt.calendar.theme.google.client.GoogleAppointmentTheme
 
BLUE_GREY - Static variable in class com.bradrydzewski.gwt.calendar.theme.google.client.GoogleAppointmentTheme
 
border - Variable in class com.bradrydzewski.gwt.calendar.theme.ical.client.ICalAppointmentStyle
 
BORDER_COLOR_STYLE_ATTRIBUTE - Static variable in class com.bradrydzewski.gwt.calendar.client.dayview.DayViewStyleManager
 
BORDER_COLOR_STYLE_ATTRIBUTE - Static variable in class com.bradrydzewski.gwt.calendar.client.monthview.MonthViewStyleManager
 
BROWN - Static variable in class com.bradrydzewski.gwt.calendar.theme.google.client.GoogleAppointmentTheme
 
build(int, int, int) - Method in class com.bradrydzewski.gwt.calendar.client.dayview.DayViewGrid
 

C

Calendar - Class in com.bradrydzewski.gwt.calendar.client
 
Calendar() - Constructor for class com.bradrydzewski.gwt.calendar.client.Calendar
Constructs a Calendar with the DayView currently displayed.
Calendar(CalendarViews) - Constructor for class com.bradrydzewski.gwt.calendar.client.Calendar
Constructs a Calendar with the given CalendarView displayed by default.
Calendar(CalendarView) - Constructor for class com.bradrydzewski.gwt.calendar.client.Calendar
Constructs a Calendar with the a user-defined CalendarView displayed by default.
CalendarConstants - Interface in com.bradrydzewski.gwt.calendar.client.i18n
Defines the Strings that can be localized in gwt-cal.
CalendarFormat - Class in com.bradrydzewski.gwt.calendar.client
 
CalendarSettings - Class in com.bradrydzewski.gwt.calendar.client
 
CalendarSettings() - Constructor for class com.bradrydzewski.gwt.calendar.client.CalendarSettings
 
CalendarSettings.Click - Enum in com.bradrydzewski.gwt.calendar.client
 
CalendarView - Class in com.bradrydzewski.gwt.calendar.client
Abstract base class defining the operations to render a calendar and user-input dispatching methods.
CalendarView() - Constructor for class com.bradrydzewski.gwt.calendar.client.CalendarView
 
CalendarViews - Enum in com.bradrydzewski.gwt.calendar.client
Enumeration that represents each standard CalendarView.
calendarWidget - Variable in class com.bradrydzewski.gwt.calendar.client.CalendarView
Calendar widget bound to the view.
CalendarWidget - Class in com.bradrydzewski.gwt.calendar.client
CalendarWidget is an InteractiveWidget that maintains a calendar model (a set of Appointment objects) managed through an AppointmentManager.
CalendarWidget() - Constructor for class com.bradrydzewski.gwt.calendar.client.CalendarWidget
Creates a CalendarWidget with an empty set of appointments and the current system date as the date currently displayed by the calendar.
CalendarWidget(Date) - Constructor for class com.bradrydzewski.gwt.calendar.client.CalendarWidget
 
clearAppointments() - Method in class com.bradrydzewski.gwt.calendar.client.AppointmentManager
Empties the collection of managed appointments.
clearAppointments() - Method in class com.bradrydzewski.gwt.calendar.client.CalendarWidget
Clears all appointment items.
clearAppointments() - Method in interface com.bradrydzewski.gwt.calendar.client.HasAppointments
 
clone() - Method in class com.bradrydzewski.gwt.calendar.client.Appointment
 
COLOR_STYLE_ATTRIBUTE - Static variable in class com.bradrydzewski.gwt.calendar.client.dayview.DayViewStyleManager
 
COLOR_STYLE_ATTRIBUTE - Static variable in class com.bradrydzewski.gwt.calendar.client.monthview.MonthViewStyleManager
 
com.allen_sauer.gwt.dnd.client.drop - package com.allen_sauer.gwt.dnd.client.drop
 
com.bradrydzewski.gwt.calendar.client - package com.bradrydzewski.gwt.calendar.client
 
com.bradrydzewski.gwt.calendar.client.agenda - package com.bradrydzewski.gwt.calendar.client.agenda
 
com.bradrydzewski.gwt.calendar.client.dayview - package com.bradrydzewski.gwt.calendar.client.dayview
 
com.bradrydzewski.gwt.calendar.client.event - package com.bradrydzewski.gwt.calendar.client.event
 
com.bradrydzewski.gwt.calendar.client.i18n - package com.bradrydzewski.gwt.calendar.client.i18n
 
com.bradrydzewski.gwt.calendar.client.monthview - package com.bradrydzewski.gwt.calendar.client.monthview
 
com.bradrydzewski.gwt.calendar.client.util - package com.bradrydzewski.gwt.calendar.client.util
 
com.bradrydzewski.gwt.calendar.client.util.impl - package com.bradrydzewski.gwt.calendar.client.util.impl
 
com.bradrydzewski.gwt.calendar.theme.google.client - package com.bradrydzewski.gwt.calendar.theme.google.client
 
com.bradrydzewski.gwt.calendar.theme.ical.client - package com.bradrydzewski.gwt.calendar.theme.ical.client
 
commit() - Method in class com.bradrydzewski.gwt.calendar.client.AppointmentManager
 
compareTo(Appointment) - Method in class com.bradrydzewski.gwt.calendar.client.Appointment
Compares this Appointment with the specified appointment based first on the start dates of each appointment and then (if they happen to be the same), on the end dates.
compareTo(AppointmentWidget) - Method in class com.bradrydzewski.gwt.calendar.client.dayview.AppointmentWidget
 
copyTime(Date, Date) - Static method in class com.bradrydzewski.gwt.calendar.client.DateUtils
Copies the hours, minutes and seconds in the source date into the target date object.
createAppointment(Appointment) - Method in class com.bradrydzewski.gwt.calendar.client.CalendarView
 
createAppointment(Date, Date) - Method in class com.bradrydzewski.gwt.calendar.client.CalendarView
 
CreateEvent<T> - Class in com.bradrydzewski.gwt.calendar.client.event
TODO: Complete JavaDoc comments.
CreateEvent(T) - Constructor for class com.bradrydzewski.gwt.calendar.client.event.CreateEvent
Creates a new delete event.
CreateHandler<T> - Interface in com.bradrydzewski.gwt.calendar.client.event
Handler interface for DeleteEvent events.
currentStackOrderInDay(int) - Method in class com.bradrydzewski.gwt.calendar.client.monthview.WeekLayoutDescription
 

D

DARK_PURPLE - Static variable in class com.bradrydzewski.gwt.calendar.theme.google.client.GoogleAppointmentTheme
 
dateFormat() - Method in interface com.bradrydzewski.gwt.calendar.client.i18n.CalendarConstants
Each column in the DayView represents a date in time, and displays the date in its header (i.e.
DateRequestEvent<T> - Class in com.bradrydzewski.gwt.calendar.client.event
TODO: Complete JavaDoc comments.
DateRequestEvent(T, Object) - Constructor for class com.bradrydzewski.gwt.calendar.client.event.DateRequestEvent
Creates a new delete event.
DateRequestHandler<T> - Interface in com.bradrydzewski.gwt.calendar.client.event
 
DateUtils - Class in com.bradrydzewski.gwt.calendar.client
Contains utility methods involving dates.
DateUtils() - Constructor for class com.bradrydzewski.gwt.calendar.client.DateUtils
 
DayLayoutDescription - Class in com.bradrydzewski.gwt.calendar.client.monthview
Contains the calculated layout description of all Appointments in single day part of a week row in a MonthView.
DayLayoutDescription(int) - Constructor for class com.bradrydzewski.gwt.calendar.client.monthview.DayLayoutDescription
 
dayOfMonthFormat() - Method in interface com.bradrydzewski.gwt.calendar.client.i18n.CalendarConstants
Returns the pattern to format the days in a month.
DayView - Class in com.bradrydzewski.gwt.calendar.client.dayview
 
DayView() - Constructor for class com.bradrydzewski.gwt.calendar.client.dayview.DayView
 
DayViewBody - Class in com.bradrydzewski.gwt.calendar.client.dayview
 
DayViewBody(HasSettings) - Constructor for class com.bradrydzewski.gwt.calendar.client.dayview.DayViewBody
 
DayViewDropController - Class in com.allen_sauer.gwt.dnd.client.drop
 
DayViewDropController(AbsolutePanel) - Constructor for class com.allen_sauer.gwt.dnd.client.drop.DayViewDropController
 
DayViewGrid - Class in com.bradrydzewski.gwt.calendar.client.dayview
The DayGrid draws the grid that displays days / time intervals in the body of the calendar.
DayViewGrid(HasSettings) - Constructor for class com.bradrydzewski.gwt.calendar.client.dayview.DayViewGrid
 
DayViewHeader - Class in com.bradrydzewski.gwt.calendar.client.dayview
 
DayViewHeader(HasSettings) - Constructor for class com.bradrydzewski.gwt.calendar.client.dayview.DayViewHeader
 
DayViewLayoutStrategy - Class in com.bradrydzewski.gwt.calendar.client.dayview
Responsible for arranging all Appointments, visually, on a screen in a manner similar to the Microsoft Outlook / Windows Vista calendar.
DayViewLayoutStrategy(HasSettings) - Constructor for class com.bradrydzewski.gwt.calendar.client.dayview.DayViewLayoutStrategy
 
DayViewMultiDayBody - Class in com.bradrydzewski.gwt.calendar.client.dayview
 
DayViewMultiDayBody(HasSettings) - Constructor for class com.bradrydzewski.gwt.calendar.client.dayview.DayViewMultiDayBody
 
DayViewPickupDragController - Class in com.allen_sauer.gwt.dnd.client.drop
 
DayViewPickupDragController(AbsolutePanel, boolean) - Constructor for class com.allen_sauer.gwt.dnd.client.drop.DayViewPickupDragController
 
DayViewResizeController - Class in com.allen_sauer.gwt.dnd.client.drop
 
DayViewResizeController(AbsolutePanel) - Constructor for class com.allen_sauer.gwt.dnd.client.drop.DayViewResizeController
 
DayViewStyleManager - Class in com.bradrydzewski.gwt.calendar.client.dayview
 
DayViewStyleManager() - Constructor for class com.bradrydzewski.gwt.calendar.client.dayview.DayViewStyleManager
 
DayViewTimeline - Class in com.bradrydzewski.gwt.calendar.client.dayview
 
DayViewTimeline(HasSettings) - Constructor for class com.bradrydzewski.gwt.calendar.client.dayview.DayViewTimeline
 
DEFAULT - Static variable in class com.bradrydzewski.gwt.calendar.theme.google.client.GoogleAppointmentTheme
 
DEFAULT - Static variable in class com.bradrydzewski.gwt.calendar.theme.ical.client.ICalAppointmentTheme
 
DEFAULT_SETTINGS - Static variable in class com.bradrydzewski.gwt.calendar.client.CalendarSettings
 
deleteAppointment(Appointment) - Method in class com.bradrydzewski.gwt.calendar.client.CalendarView
 
DeleteEvent<T> - Class in com.bradrydzewski.gwt.calendar.client.event
TODO: Complete Javadoc comments.
DeleteEvent(T) - Constructor for class com.bradrydzewski.gwt.calendar.client.event.DeleteEvent
Creates a new delete event.
DeleteHandler<T> - Interface in com.bradrydzewski.gwt.calendar.client.event
Handler interface for DeleteEvent events.
detatch() - Method in class com.bradrydzewski.gwt.calendar.client.CalendarView
Detaches this view from the currently associated CalendarWidget.
differenceInDays(Date, Date) - Static method in class com.bradrydzewski.gwt.calendar.client.DateUtils
Returns the number of days between the passed dates.
dispatch(CreateHandler<T>) - Method in class com.bradrydzewski.gwt.calendar.client.event.CreateEvent
 
dispatch(DateRequestHandler<T>) - Method in class com.bradrydzewski.gwt.calendar.client.event.DateRequestEvent
 
dispatch(DeleteHandler<T>) - Method in class com.bradrydzewski.gwt.calendar.client.event.DeleteEvent
 
dispatch(MouseOverHandler<T>) - Method in class com.bradrydzewski.gwt.calendar.client.event.MouseOverEvent
 
dispatch(TimeBlockClickHandler<T>) - Method in class com.bradrydzewski.gwt.calendar.client.event.TimeBlockClickEvent
 
dispatch(UpdateHandler<T>) - Method in class com.bradrydzewski.gwt.calendar.client.event.UpdateEvent
 
doApplyStyleInternal(AppointmentWidget, boolean) - Method in class com.bradrydzewski.gwt.calendar.client.monthview.MonthViewStyleManager
Template method to consistently apply the styles to an appointment in the month view.
doLayout() - Method in class com.bradrydzewski.gwt.calendar.client.agenda.AgendaView
 
doLayout() - Method in class com.bradrydzewski.gwt.calendar.client.CalendarView
 
doLayout() - Method in class com.bradrydzewski.gwt.calendar.client.CalendarWidget
 
doLayout() - Method in class com.bradrydzewski.gwt.calendar.client.dayview.DayView
 
doLayout(List<Appointment>, int, int) - Method in class com.bradrydzewski.gwt.calendar.client.dayview.DayViewLayoutStrategy
 
doLayout() - Method in interface com.bradrydzewski.gwt.calendar.client.HasLayout
Forces the widget to re-calculate and perform layout operations.
doLayout() - Method in class com.bradrydzewski.gwt.calendar.client.monthview.MonthView
Performs a Layout and arranges all appointments on the MonthView's appointment canvas.
doMultiDayLayout(ArrayList<Appointment>, ArrayList<AppointmentAdapter>, Date, int) - Method in class com.bradrydzewski.gwt.calendar.client.dayview.DayViewLayoutStrategy
 
doSizing() - Method in class com.bradrydzewski.gwt.calendar.client.CalendarView
 
doSizing() - Method in class com.bradrydzewski.gwt.calendar.client.CalendarWidget
 
doSizing() - Method in class com.bradrydzewski.gwt.calendar.client.dayview.DayView
 
dragEnd() - Method in class com.allen_sauer.gwt.dnd.client.drop.DayViewResizeController
 
dragMove() - Method in class com.allen_sauer.gwt.dnd.client.drop.DayViewPickupDragController
 
dragMove() - Method in class com.allen_sauer.gwt.dnd.client.drop.DayViewResizeController
 
dragMove() - Method in class com.allen_sauer.gwt.dnd.client.drop.MonthViewPickupDragController
 

F

filterListByDate(ArrayList<Appointment>, Date) - Static method in class com.bradrydzewski.gwt.calendar.client.util.AppointmentUtil
Filters a list of appointments and returns only appointments with a start date equal to the date provided.
filterListByDateRange(ArrayList<Appointment>, Date, int) - Static method in class com.bradrydzewski.gwt.calendar.client.util.AppointmentUtil
 
fire(HasUpdateHandlers<T>, T) - Static method in class com.bradrydzewski.gwt.calendar.client.event.CreateEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(HasDateRequestHandlers<T>, T) - Static method in class com.bradrydzewski.gwt.calendar.client.event.DateRequestEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(HasDateRequestHandlers<T>, T, Object) - Static method in class com.bradrydzewski.gwt.calendar.client.event.DateRequestEvent
 
fire(HasDeleteHandlers<T>, T) - Static method in class com.bradrydzewski.gwt.calendar.client.event.DeleteEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(HasMouseOverHandlers<T>, T, Object) - Static method in class com.bradrydzewski.gwt.calendar.client.event.MouseOverEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(HasTimeBlockClickHandlers<T>, T) - Static method in class com.bradrydzewski.gwt.calendar.client.event.TimeBlockClickEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(HasUpdateHandlers<T>, T) - Static method in class com.bradrydzewski.gwt.calendar.client.event.UpdateEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fireCreateEvent(Appointment) - Method in class com.bradrydzewski.gwt.calendar.client.CalendarWidget
 
fireDateRequestEvent(Date) - Method in class com.bradrydzewski.gwt.calendar.client.CalendarWidget
 
fireDateRequestEvent(Date, Element) - Method in class com.bradrydzewski.gwt.calendar.client.CalendarWidget
 
fireDeleteEvent(Appointment) - Method in class com.bradrydzewski.gwt.calendar.client.CalendarWidget
 
fireMouseOverEvent(Appointment, Element) - Method in class com.bradrydzewski.gwt.calendar.client.CalendarWidget
 
fireOpenEvent(Appointment) - Method in class com.bradrydzewski.gwt.calendar.client.CalendarWidget
 
fireSelectionEvent(Appointment) - Method in class com.bradrydzewski.gwt.calendar.client.CalendarWidget
 
fireTimeBlockClickEvent(Date) - Method in class com.bradrydzewski.gwt.calendar.client.CalendarWidget
 
fireUpdateEvent(Appointment) - Method in class com.bradrydzewski.gwt.calendar.client.CalendarWidget
 
FIRST_DAY - Static variable in class com.bradrydzewski.gwt.calendar.client.monthview.WeekLayoutDescription
 
firstDateShownInAMonthView(Date, int) - Static method in class com.bradrydzewski.gwt.calendar.client.monthview.MonthViewDateUtils
Calculates the first date that should be displayed in a month view.
firstDayOfWeek() - Method in interface com.bradrydzewski.gwt.calendar.client.i18n.CalendarConstants
Returns what the first day of the week is; e.g., SUNDAY in the U.S., MONDAY in France.
firstOfNextMonth(Date) - Static method in class com.bradrydzewski.gwt.calendar.client.DateUtils
Returns the date corresponding to the first day of the next month relative to the passed date.
firstOfTheMonth(Date) - Static method in class com.bradrydzewski.gwt.calendar.client.DateUtils
Returns a clone of the anyDayInMonth date set to the first day of whatever its month is.
formatTimeline(float, float) - Method in class com.bradrydzewski.gwt.calendar.client.dayview.AppointmentWidget
 
FormattingIE6Impl - Class in com.bradrydzewski.gwt.calendar.client.util.impl
 
FormattingIE6Impl() - Constructor for class com.bradrydzewski.gwt.calendar.client.util.impl.FormattingIE6Impl
 
FormattingImpl - Class in com.bradrydzewski.gwt.calendar.client.util.impl
 
FormattingImpl() - Constructor for class com.bradrydzewski.gwt.calendar.client.util.impl.FormattingImpl
 
FormattingUtil - Class in com.bradrydzewski.gwt.calendar.client.util
This utility provides access to data to help format widgets correctly across browsers.
FormattingUtil() - Constructor for class com.bradrydzewski.gwt.calendar.client.util.FormattingUtil
 

G

getAm() - Method in class com.bradrydzewski.gwt.calendar.client.CalendarFormat
 
getAppointment() - Method in class com.bradrydzewski.gwt.calendar.client.dayview.AppointmentAdapter
 
getAppointment() - Method in class com.bradrydzewski.gwt.calendar.client.dayview.AppointmentWidget
 
getAppointment() - Method in class com.bradrydzewski.gwt.calendar.client.monthview.AppointmentLayoutDescription
 
getAppointment() - Method in class com.bradrydzewski.gwt.calendar.client.monthview.AppointmentWidget
Returns the Appointment this panel represents/is associated to.
getAppointmentEnd() - Method in class com.bradrydzewski.gwt.calendar.client.dayview.AppointmentAdapter
 
getAppointmentFromClickedWidget(Widget) - Method in class com.bradrydzewski.gwt.calendar.client.agenda.AgendaView
Given Widget w determine which appointment was clicked.
getAppointments() - Method in class com.bradrydzewski.gwt.calendar.client.AppointmentManager
Returns the collection of appointments that this AppointmentManager maintains.
getAppointments() - Method in class com.bradrydzewski.gwt.calendar.client.CalendarWidget
Returns the collection of appointments in the underlying in-memory model of this calendar widget.
getAppointments() - Method in class com.bradrydzewski.gwt.calendar.client.dayview.TimeBlock
 
getAppointments() - Method in class com.bradrydzewski.gwt.calendar.client.monthview.DayLayoutDescription
 
getAppointmentStart() - Method in class com.bradrydzewski.gwt.calendar.client.dayview.AppointmentAdapter
 
getAssociatedType() - Method in class com.bradrydzewski.gwt.calendar.client.event.CreateEvent
 
getAssociatedType() - Method in class com.bradrydzewski.gwt.calendar.client.event.DateRequestEvent
 
getAssociatedType() - Method in class com.bradrydzewski.gwt.calendar.client.event.DeleteEvent
 
getAssociatedType() - Method in class com.bradrydzewski.gwt.calendar.client.event.MouseOverEvent
 
getAssociatedType() - Method in class com.bradrydzewski.gwt.calendar.client.event.TimeBlockClickEvent
 
getAssociatedType() - Method in class com.bradrydzewski.gwt.calendar.client.event.UpdateEvent
 
getAttendees() - Method in class com.bradrydzewski.gwt.calendar.client.Appointment
Returns the collection of associated attendees.
getAttending() - Method in class com.bradrydzewski.gwt.calendar.client.Attendee
Returns the attendance status of this attendant to the Appointment referencing it.
getBackground() - Method in interface com.bradrydzewski.gwt.calendar.client.ThemeAppointmentStyle
 
getBackground() - Method in class com.bradrydzewski.gwt.calendar.theme.ical.client.ICalAppointmentStyle
 
getBackgroundFooter() - Method in class com.bradrydzewski.gwt.calendar.theme.ical.client.ICalAppointmentStyle
 
getBackgroundHeader() - Method in interface com.bradrydzewski.gwt.calendar.client.ThemeAppointmentStyle
 
getBackgroundHeader() - Method in class com.bradrydzewski.gwt.calendar.theme.ical.client.ICalAppointmentStyle
 
getBackgroundImage() - Method in class com.bradrydzewski.gwt.calendar.theme.ical.client.ICalAppointmentStyle
 
getBody() - Method in class com.bradrydzewski.gwt.calendar.client.dayview.AppointmentWidget
 
getBorder() - Method in interface com.bradrydzewski.gwt.calendar.client.ThemeAppointmentStyle
 
getBorder() - Method in class com.bradrydzewski.gwt.calendar.theme.ical.client.ICalAppointmentStyle
 
getBorderOffset() - Static method in class com.bradrydzewski.gwt.calendar.client.util.FormattingUtil
All CSS2 compliant browsers count the border height in the overall height of an Element.
getBorderOffset() - Method in class com.bradrydzewski.gwt.calendar.client.util.impl.FormattingIE6Impl
 
getBorderOffset() - Method in class com.bradrydzewski.gwt.calendar.client.util.impl.FormattingImpl
 
getBottom() - Method in class com.bradrydzewski.gwt.calendar.client.dayview.TimeBlock
 
getCellPercentFill() - Method in class com.bradrydzewski.gwt.calendar.client.dayview.AppointmentAdapter
 
getCellPercentStart() - Method in class com.bradrydzewski.gwt.calendar.client.dayview.AppointmentAdapter
 
getCells(int, int, int) - Method in class com.allen_sauer.gwt.dnd.client.drop.MonthViewDropController
Gets all the cells (as DOM Elements) that an appointment spans.
getCellSpan() - Method in class com.bradrydzewski.gwt.calendar.client.dayview.AppointmentAdapter
 
getCellStart() - Method in class com.bradrydzewski.gwt.calendar.client.dayview.AppointmentAdapter
 
getClicked() - Method in class com.bradrydzewski.gwt.calendar.client.event.DateRequestEvent
 
getColumn(DragContext, AbsolutePositionDropController.Draggable) - Method in class com.allen_sauer.gwt.dnd.client.drop.MonthViewDropController
 
getColumnSpan() - Method in class com.bradrydzewski.gwt.calendar.client.dayview.AppointmentAdapter
 
getColumnStart() - Method in class com.bradrydzewski.gwt.calendar.client.dayview.AppointmentAdapter
 
getCreatedBy() - Method in class com.bradrydzewski.gwt.calendar.client.Appointment
Returns a creator of this Appointment.
getCustomStyle() - Method in class com.bradrydzewski.gwt.calendar.client.Appointment
 
getDate() - Method in class com.bradrydzewski.gwt.calendar.client.CalendarWidget
 
getDateFormat() - Method in class com.bradrydzewski.gwt.calendar.client.CalendarFormat
 
getDayIndex() - Method in class com.bradrydzewski.gwt.calendar.client.monthview.DayLayoutDescription
 
getDayLayoutDescription(int) - Method in class com.bradrydzewski.gwt.calendar.client.monthview.WeekLayoutDescription
 
getDayOfWeekAbbreviatedNames() - Method in class com.bradrydzewski.gwt.calendar.client.CalendarFormat
 
getDayOfWeekNames() - Method in class com.bradrydzewski.gwt.calendar.client.CalendarFormat
Returns the names (labels) of the days of the week.
getDays() - Method in class com.bradrydzewski.gwt.calendar.client.CalendarWidget
 
getDayViewGrid() - Method in class com.bradrydzewski.gwt.calendar.client.dayview.DayViewBody
 
getDayViewTimeline() - Method in class com.bradrydzewski.gwt.calendar.client.dayview.DayViewBody
 
getDefaultViewAppointmentStyleForTheme() - Method in class com.bradrydzewski.gwt.calendar.client.dayview.DayViewStyleManager
 
getDefaultViewAppointmentStyleForTheme() - Method in class com.bradrydzewski.gwt.calendar.client.monthview.MonthViewStyleManager
Returns the default appointment style corresponding to the currently used theme.
getDefaultViewAppointmentStyleForTheme() - Method in class com.bradrydzewski.gwt.calendar.theme.google.client.GoogleDayViewStyleManager
 
getDefaultViewAppointmentStyleForTheme() - Method in class com.bradrydzewski.gwt.calendar.theme.google.client.GoogleMonthViewStyleManager
 
getDefaultViewAppointmentStyleForTheme() - Method in class com.bradrydzewski.gwt.calendar.theme.ical.client.ICalDayViewStyleManager
 
getDefaultViewAppointmentStyleForTheme() - Method in class com.bradrydzewski.gwt.calendar.theme.ical.client.ICalMonthViewStyleManager
 
getDescription() - Method in class com.bradrydzewski.gwt.calendar.client.Appointment
Returns a description for this Appointment.
getDescription() - Method in class com.bradrydzewski.gwt.calendar.client.dayview.AppointmentWidget
 
getDescriptionsInLayer(int) - Method in class com.bradrydzewski.gwt.calendar.client.monthview.AppointmentStackingManager
Returns all the AppointmentLayoutDescriptions in the specified layer.
getDisplayedDays() - Method in class com.bradrydzewski.gwt.calendar.client.CalendarView
Returns the configured number of days the calendar should display at a given time.
getElement() - Method in class com.bradrydzewski.gwt.calendar.client.event.MouseOverEvent
 
getEmail() - Method in class com.bradrydzewski.gwt.calendar.client.Attendee
Returns this Attendee email address.
getEnableDragDropCreation() - Method in class com.bradrydzewski.gwt.calendar.client.CalendarSettings
 
getEnd() - Method in class com.bradrydzewski.gwt.calendar.client.Appointment
Returns the configured end time-stamp of this Appointment.
getEnd() - Method in class com.bradrydzewski.gwt.calendar.client.dayview.AppointmentWidget
 
getEnd() - Method in class com.bradrydzewski.gwt.calendar.client.dayview.TimeBlock
 
getFirstAvailableColumn() - Method in class com.bradrydzewski.gwt.calendar.client.dayview.TimeBlock
 
getFirstDateDisplayed() - Method in class com.allen_sauer.gwt.dnd.client.drop.MonthViewDropController
 
getFirstDayOfWeek() - Method in class com.bradrydzewski.gwt.calendar.client.CalendarFormat
Returns the currently configured day to start weeks in the MonthView.
getGrid() - Method in class com.bradrydzewski.gwt.calendar.client.dayview.DayViewBody
 
getHeader() - Method in class com.bradrydzewski.gwt.calendar.client.dayview.AppointmentWidget
 
getHeaderText() - Method in interface com.bradrydzewski.gwt.calendar.client.ThemeAppointmentStyle
 
getHeaderText() - Method in class com.bradrydzewski.gwt.calendar.theme.ical.client.ICalAppointmentStyle
 
getHeight() - Method in class com.bradrydzewski.gwt.calendar.client.dayview.AppointmentAdapter
 
getHeight() - Method in class com.bradrydzewski.gwt.calendar.client.dayview.AppointmentWidget
 
getHourLabels() - Method in class com.bradrydzewski.gwt.calendar.client.CalendarFormat
Returns the configured labels for the 24 hours of the day.
getHoveredAppointment() - Method in class com.bradrydzewski.gwt.calendar.client.AppointmentManager
 
getId() - Method in class com.bradrydzewski.gwt.calendar.client.Appointment
Returns the unique identifier for this Appointment.
getImageUrl() - Method in class com.bradrydzewski.gwt.calendar.client.Attendee
Returns the URL to an image to (optionally) depict this Attendee in the views.
getIntersectingBlocks() - Method in class com.bradrydzewski.gwt.calendar.client.dayview.AppointmentAdapter
 
getIntervalsPerHour() - Method in class com.bradrydzewski.gwt.calendar.client.CalendarSettings
 
getLeft() - Method in class com.bradrydzewski.gwt.calendar.client.dayview.AppointmentAdapter
 
getLeft() - Method in class com.bradrydzewski.gwt.calendar.client.dayview.AppointmentWidget
 
getLocation() - Method in class com.bradrydzewski.gwt.calendar.client.Appointment
Returns a location of this Appointment.
getMoveHandle() - Method in class com.bradrydzewski.gwt.calendar.client.dayview.AppointmentWidget
 
getName() - Method in class com.bradrydzewski.gwt.calendar.client.Attendee
Returns the name (if a person) or description (when a resource) of this Attendee.
getName() - Method in class com.bradrydzewski.gwt.calendar.client.dayview.TimeBlock
 
getNoon() - Method in class com.bradrydzewski.gwt.calendar.client.CalendarFormat
Returns the currently configured label for the noon (12 p.m.).
getOccupiedColumns() - Method in class com.bradrydzewski.gwt.calendar.client.dayview.TimeBlock
 
getOrder() - Method in class com.bradrydzewski.gwt.calendar.client.dayview.TimeBlock
 
getPixelsPerInterval() - Method in class com.bradrydzewski.gwt.calendar.client.CalendarSettings
 
getPm() - Method in class com.bradrydzewski.gwt.calendar.client.CalendarFormat
 
getResizeHandle() - Method in class com.bradrydzewski.gwt.calendar.client.dayview.AppointmentWidget
 
getRootPanel() - Method in class com.bradrydzewski.gwt.calendar.client.InteractiveWidget
 
getRow(DragContext, AbsolutePositionDropController.Draggable) - Method in class com.allen_sauer.gwt.dnd.client.drop.MonthViewDropController
 
getScrollBarWidth(boolean) - Static method in class com.bradrydzewski.gwt.calendar.client.util.WindowUtils
Gets the width of the client's scroll bar.
getScrollPanel() - Method in class com.bradrydzewski.gwt.calendar.client.dayview.DayViewBody
 
getScrollToHour() - Method in class com.bradrydzewski.gwt.calendar.client.CalendarSettings
 
getSelectedAppointment() - Method in class com.bradrydzewski.gwt.calendar.client.AppointmentManager
Returns the appointment in this manager's collection that is "currently selected".
getSelectedAppointment() - Method in class com.bradrydzewski.gwt.calendar.client.CalendarWidget
Gets the currently selected item.
getSelectedAppointment() - Method in interface com.bradrydzewski.gwt.calendar.client.HasAppointments
 
getSelectedBackground() - Method in class com.bradrydzewski.gwt.calendar.theme.ical.client.ICalAppointmentStyle
 
getSelectedBackgroundFooter() - Method in class com.bradrydzewski.gwt.calendar.theme.ical.client.ICalAppointmentStyle
 
getSelectedBackgroundHeader() - Method in class com.bradrydzewski.gwt.calendar.theme.ical.client.ICalAppointmentStyle
 
getSelectedBackgroundImage() - Method in interface com.bradrydzewski.gwt.calendar.client.ThemeAppointmentStyle
 
getSelectedBackgroundImage() - Method in class com.bradrydzewski.gwt.calendar.theme.ical.client.ICalAppointmentStyle
 
getSelectedBorder() - Method in interface com.bradrydzewski.gwt.calendar.client.ThemeAppointmentStyle
 
getSelectedBorder() - Method in class com.bradrydzewski.gwt.calendar.theme.ical.client.ICalAppointmentStyle
 
getSelectedHeaderText() - Method in class com.bradrydzewski.gwt.calendar.theme.ical.client.ICalAppointmentStyle
 
getSelectedText() - Method in class com.bradrydzewski.gwt.calendar.theme.ical.client.ICalAppointmentStyle
 
getSettings() - Method in class com.bradrydzewski.gwt.calendar.client.CalendarView
 
getSettings() - Method in class com.bradrydzewski.gwt.calendar.client.CalendarWidget
 
getSettings() - Method in interface com.bradrydzewski.gwt.calendar.client.HasSettings
 
getStackOrder() - Method in class com.bradrydzewski.gwt.calendar.client.monthview.AppointmentLayoutDescription
 
getStart() - Method in class com.bradrydzewski.gwt.calendar.client.Appointment
Returns the configured start time-stamp of this Appointment.
getStart() - Method in class com.bradrydzewski.gwt.calendar.client.dayview.AppointmentWidget
 
getStart() - Method in class com.bradrydzewski.gwt.calendar.client.dayview.TimeBlock
 
getStyle() - Method in class com.bradrydzewski.gwt.calendar.client.Appointment
 
getStyleName() - Method in class com.bradrydzewski.gwt.calendar.client.agenda.AgendaView
Gets the style name associated with this particular view
getStyleName() - Method in class com.bradrydzewski.gwt.calendar.client.CalendarView
Returns the CSS style name of this calendar view.
getStyleName() - Method in class com.bradrydzewski.gwt.calendar.client.dayview.DayView
 
getStyleName() - Method in class com.bradrydzewski.gwt.calendar.client.monthview.MonthView
Gets the Month View's primary style name.
getTarget() - Method in class com.bradrydzewski.gwt.calendar.client.event.CreateEvent
Gets the target.
getTarget() - Method in class com.bradrydzewski.gwt.calendar.client.event.DateRequestEvent
Gets the target.
getTarget() - Method in class com.bradrydzewski.gwt.calendar.client.event.DeleteEvent
Gets the target.
getTarget() - Method in class com.bradrydzewski.gwt.calendar.client.event.MouseOverEvent
 
getTarget() - Method in class com.bradrydzewski.gwt.calendar.client.event.TimeBlockClickEvent
Gets the target.
getTarget() - Method in class com.bradrydzewski.gwt.calendar.client.event.UpdateEvent
Gets the target.
getText() - Method in class com.bradrydzewski.gwt.calendar.theme.ical.client.ICalAppointmentStyle
 
getTimeBlockClickNumber() - Method in class com.bradrydzewski.gwt.calendar.client.CalendarSettings
 
getTimeFormat() - Method in class com.bradrydzewski.gwt.calendar.client.CalendarFormat
 
getTimeline() - Method in class com.bradrydzewski.gwt.calendar.client.dayview.DayViewBody
 
getTitle() - Method in class com.bradrydzewski.gwt.calendar.client.Appointment
Returns the identifying title of this Appointment.
getTitle() - Method in class com.bradrydzewski.gwt.calendar.client.dayview.AppointmentWidget
 
getTop() - Method in class com.bradrydzewski.gwt.calendar.client.dayview.AppointmentAdapter
 
getTop() - Method in class com.bradrydzewski.gwt.calendar.client.dayview.AppointmentWidget
 
getTop() - Method in class com.bradrydzewski.gwt.calendar.client.dayview.TimeBlock
 
getTopAppointmentsManager() - Method in class com.bradrydzewski.gwt.calendar.client.monthview.WeekLayoutDescription
 
getTotalAppointmentCount() - Method in class com.bradrydzewski.gwt.calendar.client.monthview.DayLayoutDescription
 
getTotalColumns() - Method in class com.bradrydzewski.gwt.calendar.client.dayview.TimeBlock
 
getType() - Static method in class com.bradrydzewski.gwt.calendar.client.event.CreateEvent
Gets the type associated with this event.
getType() - Static method in class com.bradrydzewski.gwt.calendar.client.event.DateRequestEvent
Gets the type associated with this event.
getType() - Static method in class com.bradrydzewski.gwt.calendar.client.event.DeleteEvent
Gets the type associated with this event.
getType() - Static method in class com.bradrydzewski.gwt.calendar.client.event.MouseOverEvent
Gets the type associated with this event.
getType() - Static method in class com.bradrydzewski.gwt.calendar.client.event.TimeBlockClickEvent
Gets the type associated with this event.
getType() - Static method in class com.bradrydzewski.gwt.calendar.client.event.UpdateEvent
Gets the type associated with this event.
getView() - Method in class com.bradrydzewski.gwt.calendar.client.CalendarWidget
 
getViewAppointmentStyleForTheme(Appointment) - Method in class com.bradrydzewski.gwt.calendar.client.dayview.DayViewStyleManager
 
getViewAppointmentStyleForTheme(Appointment) - Method in class com.bradrydzewski.gwt.calendar.client.monthview.MonthViewStyleManager
Returns the appointment style appropriate to the passed appointment based on a specific theme.
getViewAppointmentStyleForTheme(Appointment) - Method in class com.bradrydzewski.gwt.calendar.theme.google.client.GoogleDayViewStyleManager
 
getViewAppointmentStyleForTheme(Appointment) - Method in class com.bradrydzewski.gwt.calendar.theme.google.client.GoogleMonthViewStyleManager
 
getViewAppointmentStyleForTheme(Appointment) - Method in class com.bradrydzewski.gwt.calendar.theme.ical.client.ICalDayViewStyleManager
 
getViewAppointmentStyleForTheme(Appointment) - Method in class com.bradrydzewski.gwt.calendar.theme.ical.client.ICalMonthViewStyleManager
 
getWeekDescriptions() - Method in class com.bradrydzewski.gwt.calendar.client.monthview.MonthLayoutDescription
 
getWeekEndDay() - Method in class com.bradrydzewski.gwt.calendar.client.monthview.AppointmentLayoutDescription
 
getWeekStartDay() - Method in class com.bradrydzewski.gwt.calendar.client.monthview.AppointmentLayoutDescription
 
getWidth() - Method in class com.bradrydzewski.gwt.calendar.client.dayview.AppointmentAdapter
 
getWidth() - Method in class com.bradrydzewski.gwt.calendar.client.dayview.AppointmentWidget
 
getWorkingHourEnd() - Method in class com.bradrydzewski.gwt.calendar.client.CalendarSettings
 
getWorkingHourStart() - Method in class com.bradrydzewski.gwt.calendar.client.CalendarSettings
 
GoogleAppointmentTheme - Class in com.bradrydzewski.gwt.calendar.theme.google.client
 
GoogleDayViewStyleManager - Class in com.bradrydzewski.gwt.calendar.theme.google.client
Google theme style manager for the day view.
GoogleDayViewStyleManager() - Constructor for class com.bradrydzewski.gwt.calendar.theme.google.client.GoogleDayViewStyleManager
 
GoogleMonthViewStyleManager - Class in com.bradrydzewski.gwt.calendar.theme.google.client
Google theme style manager for the month view.
GoogleMonthViewStyleManager() - Constructor for class com.bradrydzewski.gwt.calendar.theme.google.client.GoogleMonthViewStyleManager
 
GREEN - Static variable in class com.bradrydzewski.gwt.calendar.theme.google.client.GoogleAppointmentTheme
 
GREY - Static variable in class com.bradrydzewski.gwt.calendar.theme.google.client.GoogleAppointmentTheme
 
grid - Variable in class com.bradrydzewski.gwt.calendar.client.dayview.DayViewGrid
 
grid - Variable in class com.bradrydzewski.gwt.calendar.client.dayview.DayViewMultiDayBody
 
gridOverlay - Variable in class com.bradrydzewski.gwt.calendar.client.dayview.DayViewGrid
 
gridOverlay - Variable in class com.bradrydzewski.gwt.calendar.client.dayview.DayViewMultiDayBody
 

H

HasAppointments - Interface in com.bradrydzewski.gwt.calendar.client
 
hasAppointmentSelected() - Method in class com.bradrydzewski.gwt.calendar.client.AppointmentManager
Indicates whether there is a "currently selected" appointment at the moment.
hasAppointmentSelected() - Method in class com.bradrydzewski.gwt.calendar.client.CalendarWidget
Indicates whether there is a "currently selected" appointment at the moment.
hasAppointmentSelected() - Method in interface com.bradrydzewski.gwt.calendar.client.HasAppointments
 
HasDateRequestHandlers<T> - Interface in com.bradrydzewski.gwt.calendar.client.event
A widget that implements this interface is a public source of DateRequestEvent events.
HasDeleteHandlers<T> - Interface in com.bradrydzewski.gwt.calendar.client.event
A widget that implements this interface is a public source of DeleteEvent events.
HasLayout - Interface in com.bradrydzewski.gwt.calendar.client
 
HasMouseOverHandlers<T> - Interface in com.bradrydzewski.gwt.calendar.client.event
A widget that implements this interface is a public source of MouseOverEvent events.
HasSettings - Interface in com.bradrydzewski.gwt.calendar.client
 
HasTimeBlockClickHandlers<T> - Interface in com.bradrydzewski.gwt.calendar.client.event
A widget that implements this interface is a public source of DeleteEvent events.
HasUpdateHandlers<T> - Interface in com.bradrydzewski.gwt.calendar.client.event
A widget that implements this interface is a public source of UpdateEvent events.
headerText - Variable in class com.bradrydzewski.gwt.calendar.theme.ical.client.ICalAppointmentStyle
 
HOURS_IN_DAY - Static variable in class com.bradrydzewski.gwt.calendar.client.CalendarFormat
 

I

ICalAppointmentStyle - Class in com.bradrydzewski.gwt.calendar.theme.ical.client
 
ICalAppointmentStyle(String, String, String) - Constructor for class com.bradrydzewski.gwt.calendar.theme.ical.client.ICalAppointmentStyle
 
ICalAppointmentTheme - Class in com.bradrydzewski.gwt.calendar.theme.ical.client
 
ICalAppointmentTheme() - Constructor for class com.bradrydzewski.gwt.calendar.theme.ical.client.ICalAppointmentTheme
 
ICalDayViewStyleManager - Class in com.bradrydzewski.gwt.calendar.theme.ical.client
iCal theme style manager for the day view.
ICalDayViewStyleManager() - Constructor for class com.bradrydzewski.gwt.calendar.theme.ical.client.ICalDayViewStyleManager
 
ICalMonthViewStyleManager - Class in com.bradrydzewski.gwt.calendar.theme.ical.client
 
ICalMonthViewStyleManager() - Constructor for class com.bradrydzewski.gwt.calendar.theme.ical.client.ICalMonthViewStyleManager
 
INSTANCE - Static variable in class com.bradrydzewski.gwt.calendar.client.CalendarFormat
 
InteractiveWidget - Class in com.bradrydzewski.gwt.calendar.client
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.
InteractiveWidget() - Constructor for class com.bradrydzewski.gwt.calendar.client.InteractiveWidget
 
intersectsWith(int, int) - Method in class com.bradrydzewski.gwt.calendar.client.dayview.TimeBlock
 
intersectsWith(AppointmentAdapter) - Method in class com.bradrydzewski.gwt.calendar.client.dayview.TimeBlock
 
isAllDay() - Method in class com.bradrydzewski.gwt.calendar.client.Appointment
Returns the configured value of the allDay property, which indicates if this Appointment should be considered as spanning all day.
isCancelled() - Method in class com.bradrydzewski.gwt.calendar.client.event.CreateEvent
 
isCancelled() - Method in class com.bradrydzewski.gwt.calendar.client.event.DeleteEvent
 
isCancelled() - Method in class com.bradrydzewski.gwt.calendar.client.event.UpdateEvent
 
isEnableDragDrop() - Method in class com.bradrydzewski.gwt.calendar.client.CalendarSettings
 
isMultiDay() - Method in class com.bradrydzewski.gwt.calendar.client.Appointment
Tells whether this Appointment spans more than a single day, based on its start and end properties.
isMultiDay() - Method in class com.bradrydzewski.gwt.calendar.client.dayview.AppointmentWidget
 
isOffsetHourLabels() - Method in class com.bradrydzewski.gwt.calendar.client.CalendarSettings
 
isReadOnly() - Method in class com.bradrydzewski.gwt.calendar.client.Appointment
 
isSelected() - Method in class com.bradrydzewski.gwt.calendar.client.dayview.AppointmentWidget
 
isTheSelectedAppointment(Appointment) - Method in class com.bradrydzewski.gwt.calendar.client.AppointmentManager
Tells whether the passed appointment is the same one as the one that is currently selected in this manager.
isTheSelectedAppointment(Appointment) - Method in class com.bradrydzewski.gwt.calendar.client.CalendarWidget
Tells whether the passed appointment is the currently selected appointment.
isWeekend(Date) - Static method in class com.bradrydzewski.gwt.calendar.client.DateUtils
 

K

keyboardNavigation(int) - Method in class com.bradrydzewski.gwt.calendar.client.InteractiveWidget
Dispatches the processing of a key being pressed to the this widget onXXXXKeyPressed methods.

L

LAST_DAY - Static variable in class com.bradrydzewski.gwt.calendar.client.monthview.WeekLayoutDescription
 
LIGHT_BLUE - Static variable in class com.bradrydzewski.gwt.calendar.theme.google.client.GoogleAppointmentTheme
 
LIGHT_BROWN - Static variable in class com.bradrydzewski.gwt.calendar.theme.google.client.GoogleAppointmentTheme
 
LIGHT_GREEN - Static variable in class com.bradrydzewski.gwt.calendar.theme.google.client.GoogleAppointmentTheme
 
LIGHT_PURPLE - Static variable in class com.bradrydzewski.gwt.calendar.theme.google.client.GoogleAppointmentTheme
 
LIGHT_TEAL - Static variable in class com.bradrydzewski.gwt.calendar.theme.google.client.GoogleAppointmentTheme
 
lowestLayerIndex(int) - Method in class com.bradrydzewski.gwt.calendar.client.monthview.AppointmentStackingManager
Returns the lowest layer index that is available on the specified day.

M

MESSAGES - Static variable in class com.bradrydzewski.gwt.calendar.client.CalendarFormat
 
MILLIS_IN_A_DAY - Static variable in class com.bradrydzewski.gwt.calendar.client.DateUtils
 
minutesSinceDayStarted(Date) - Static method in class com.bradrydzewski.gwt.calendar.client.DateUtils
Returns the amount of minutes elapsed since the beginning of the passed day.
MonthLayoutDescription - Class in com.bradrydzewski.gwt.calendar.client.monthview
Describes the layout for all appointments in all the weeks displayed in a MonthView.
MonthLayoutDescription(Date, int, ArrayList<Appointment>, int) - Constructor for class com.bradrydzewski.gwt.calendar.client.monthview.MonthLayoutDescription
 
MonthLayoutDescription(Date, int, ArrayList<Appointment>) - Constructor for class com.bradrydzewski.gwt.calendar.client.monthview.MonthLayoutDescription
 
MonthView - Class in com.bradrydzewski.gwt.calendar.client.monthview
A CalendarView that displays appointments for a given month.
MonthView() - Constructor for class com.bradrydzewski.gwt.calendar.client.monthview.MonthView
 
MonthViewDateUtils - Class in com.bradrydzewski.gwt.calendar.client.monthview
Contains date-related utilities with logic required to generate the MonthView.
MonthViewDateUtils() - Constructor for class com.bradrydzewski.gwt.calendar.client.monthview.MonthViewDateUtils
 
MonthViewDropController - Class in com.allen_sauer.gwt.dnd.client.drop
Controls the Move and Drop (after dragging) events that can be generated in the Month View.
MonthViewDropController(AbsolutePanel, FlexTable) - Constructor for class com.allen_sauer.gwt.dnd.client.drop.MonthViewDropController
 
MonthViewPickupDragController - Class in com.allen_sauer.gwt.dnd.client.drop
 
MonthViewPickupDragController(AbsolutePanel, boolean) - Constructor for class com.allen_sauer.gwt.dnd.client.drop.MonthViewPickupDragController
 
monthViewRequiredRows(Date, int) - Static method in class com.bradrydzewski.gwt.calendar.client.monthview.MonthViewDateUtils
Dynamically calculates the number of rows required to display all the days in a month.
MonthViewStyleManager - Class in com.bradrydzewski.gwt.calendar.client.monthview
Applies styles in a month view based on the currently selected theme.
MonthViewStyleManager() - Constructor for class com.bradrydzewski.gwt.calendar.client.monthview.MonthViewStyleManager
 
more(int) - Method in interface com.bradrydzewski.gwt.calendar.client.i18n.CalendarConstants
Footer for days in the MonthView in which there are more appointments to display than fit in the day cell.
MouseOverEvent<T> - Class in com.bradrydzewski.gwt.calendar.client.event
TODO: Complete JavaDoc comments.
MouseOverEvent(T, Object) - Constructor for class com.bradrydzewski.gwt.calendar.client.event.MouseOverEvent
 
MouseOverHandler<T> - Interface in com.bradrydzewski.gwt.calendar.client.event
Handler interface for MouseOverEvent events.
moveOneDayForward(Date) - Static method in class com.bradrydzewski.gwt.calendar.client.DateUtils
Moves the date of the passed object to be one day after whatever date it has.
multidayAppointmentsOverLimitOn(int) - Method in class com.bradrydzewski.gwt.calendar.client.monthview.AppointmentStackingManager
Returns the number of appointments (multi-day or all-day, as that's the type of appointment that the stacking manager deals with only) that exceeded the layerOverflowLimit value when they were stacked.

N

newDate(Date) - Static method in class com.bradrydzewski.gwt.calendar.client.DateUtils
Creates a new date with whatever date/time the passed date object represents.
newDragProxy(DragContext) - Method in class com.allen_sauer.gwt.dnd.client.drop.DayViewPickupDragController
 
nextLowestLayerIndex(int, int) - Method in class com.bradrydzewski.gwt.calendar.client.monthview.AppointmentStackingManager
Returns the lowest layer index higher than fromLayer that is available on the specified day.
noon() - Method in interface com.bradrydzewski.gwt.calendar.client.i18n.CalendarConstants
The localized text label for 12 p.m.

O

onAppointmentSelected(Appointment) - Method in class com.bradrydzewski.gwt.calendar.client.agenda.AgendaView
 
onAppointmentSelected(Appointment) - Method in class com.bradrydzewski.gwt.calendar.client.CalendarView
 
onAppointmentSelected(Appointment) - Method in class com.bradrydzewski.gwt.calendar.client.dayview.DayView
 
onAppointmentSelected(Appointment) - Method in class com.bradrydzewski.gwt.calendar.client.monthview.MonthView
 
onBrowserEvent(Event) - Method in class com.bradrydzewski.gwt.calendar.client.InteractiveWidget
 
onCreate(CreateEvent<T>) - Method in interface com.bradrydzewski.gwt.calendar.client.event.CreateHandler
Called when DeleteEvent is fired.
onDateRequested(DateRequestEvent<T>) - Method in interface com.bradrydzewski.gwt.calendar.client.event.DateRequestHandler
Called when DeleteEvent is fired.
onDelete(DeleteEvent<T>) - Method in interface com.bradrydzewski.gwt.calendar.client.event.DeleteHandler
Called when DeleteEvent is fired.
onDeleteKeyPressed() - Method in class com.bradrydzewski.gwt.calendar.client.CalendarView
Processes user com.google.gwt.event.dom.client.KeyCodes.KEY_DELETE keystrokes.
onDeleteKeyPressed() - Method in class com.bradrydzewski.gwt.calendar.client.CalendarWidget
 
onDeleteKeyPressed() - Method in class com.bradrydzewski.gwt.calendar.client.dayview.DayView
 
onDeleteKeyPressed() - Method in class com.bradrydzewski.gwt.calendar.client.InteractiveWidget
Processes com.google.gwt.event.dom.client.KeyCodes.KEY_DELETE keystrokes.
onDeleteKeyPressed() - Method in class com.bradrydzewski.gwt.calendar.client.monthview.MonthView
 
onDoubleClick(Element, Event) - Method in class com.bradrydzewski.gwt.calendar.client.agenda.AgendaView
 
onDoubleClick(Element, Event) - Method in class com.bradrydzewski.gwt.calendar.client.CalendarView
 
onDoubleClick(Element, Event) - Method in class com.bradrydzewski.gwt.calendar.client.CalendarWidget
 
onDoubleClick(Element, Event) - Method in class com.bradrydzewski.gwt.calendar.client.dayview.DayView
 
onDoubleClick(Element, Event) - Method in class com.bradrydzewski.gwt.calendar.client.InteractiveWidget
Processes mouse double-click events.
onDoubleClick(Element, Event) - Method in class com.bradrydzewski.gwt.calendar.client.monthview.MonthView
Handles the DoubleClick event to determine if an Appointment has been selected.
onDownArrowKeyPressed() - Method in class com.bradrydzewski.gwt.calendar.client.CalendarView
Processes user com.google.gwt.event.dom.client.KeyCodes.KEY_DOWN keystrokes.
onDownArrowKeyPressed() - Method in class com.bradrydzewski.gwt.calendar.client.CalendarWidget
 
onDownArrowKeyPressed() - Method in class com.bradrydzewski.gwt.calendar.client.dayview.DayView
 
onDownArrowKeyPressed() - Method in class com.bradrydzewski.gwt.calendar.client.InteractiveWidget
Processes com.google.gwt.event.dom.client.KeyCodes.KEY_DOWN keystrokes.
onDrop(DragContext) - Method in class com.allen_sauer.gwt.dnd.client.drop.DayViewDropController
 
onDrop(DragContext) - Method in class com.allen_sauer.gwt.dnd.client.drop.MonthViewDropController
Callback method executed once the drag has completed.
onEnter(DragContext) - Method in class com.allen_sauer.gwt.dnd.client.drop.DayViewDropController
 
onLeftArrowKeyPressed() - Method in class com.bradrydzewski.gwt.calendar.client.CalendarView
Processes user com.google.gwt.event.dom.client.KeyCodes.KEY_LEFT keystrokes.
onLeftArrowKeyPressed() - Method in class com.bradrydzewski.gwt.calendar.client.CalendarWidget
 
onLeftArrowKeyPressed() - Method in class com.bradrydzewski.gwt.calendar.client.dayview.DayView
 
onLeftArrowKeyPressed() - Method in class com.bradrydzewski.gwt.calendar.client.InteractiveWidget
Processes com.google.gwt.event.dom.client.KeyCodes.KEY_LEFT keystrokes.
onLoad() - Method in class com.bradrydzewski.gwt.calendar.client.CalendarWidget
 
onMouseDown(Element, Event) - Method in class com.bradrydzewski.gwt.calendar.client.CalendarWidget
 
onMouseDown(Element, Event) - Method in class com.bradrydzewski.gwt.calendar.client.InteractiveWidget
Processes mouse button pressing events.
onMouseOver(Element, Event) - Method in class com.bradrydzewski.gwt.calendar.client.agenda.AgendaView
 
onMouseOver(Element, Event) - Method in class com.bradrydzewski.gwt.calendar.client.CalendarView
 
onMouseOver(Element, Event) - Method in class com.bradrydzewski.gwt.calendar.client.CalendarWidget
 
onMouseOver(Element, Event) - Method in class com.bradrydzewski.gwt.calendar.client.dayview.DayView
 
onMouseOver(MouseOverEvent<T>) - Method in interface com.bradrydzewski.gwt.calendar.client.event.MouseOverHandler
Called when MouseOverEvent is fired.
onMouseOver(Element, Event) - Method in class com.bradrydzewski.gwt.calendar.client.InteractiveWidget
Processes mouse over events.
onMouseOver(Element, Event) - Method in class com.bradrydzewski.gwt.calendar.client.monthview.MonthView
 
onMove(DragContext) - Method in class com.allen_sauer.gwt.dnd.client.drop.DayViewDropController
 
onMove(DragContext) - Method in class com.allen_sauer.gwt.dnd.client.drop.MonthViewDropController
Manages the highlighting of cells in the month view grid when an Appointment is being dragged.
onResize() - Method in class com.bradrydzewski.gwt.calendar.client.Calendar
 
onRightArrowKeyPressed() - Method in class com.bradrydzewski.gwt.calendar.client.CalendarView
Processes user com.google.gwt.event.dom.client.KeyCodes.KEY_RIGHT keystrokes.
onRightArrowKeyPressed() - Method in class com.bradrydzewski.gwt.calendar.client.CalendarWidget
 
onRightArrowKeyPressed() - Method in class com.bradrydzewski.gwt.calendar.client.dayview.DayView
 
onRightArrowKeyPressed() - Method in class com.bradrydzewski.gwt.calendar.client.InteractiveWidget
Processes com.google.gwt.event.dom.client.KeyCodes.KEY_RIGHT keystrokes.
onSingleClick(Element, Event) - Method in class com.bradrydzewski.gwt.calendar.client.agenda.AgendaView
 
onSingleClick(Element, Event) - Method in class com.bradrydzewski.gwt.calendar.client.CalendarView
 
onSingleClick(Element, Event) - Method in class com.bradrydzewski.gwt.calendar.client.dayview.DayView
 
onSingleClick(Element, Event) - Method in class com.bradrydzewski.gwt.calendar.client.monthview.MonthView
Handles the a single click to determine if an appointment has been selected.
onTimeBlockClick(TimeBlockClickEvent<T>) - Method in interface com.bradrydzewski.gwt.calendar.client.event.TimeBlockClickHandler
Called when DeleteEvent is fired.
onUpArrowKeyPressed() - Method in class com.bradrydzewski.gwt.calendar.client.CalendarView
Processes user com.google.gwt.event.dom.client.KeyCodes.KEY_UP keystrokes.
onUpArrowKeyPressed() - Method in class com.bradrydzewski.gwt.calendar.client.CalendarWidget
 
onUpArrowKeyPressed() - Method in class com.bradrydzewski.gwt.calendar.client.dayview.DayView
 
onUpArrowKeyPressed() - Method in class com.bradrydzewski.gwt.calendar.client.InteractiveWidget
Processes com.google.gwt.event.dom.client.KeyCodes.KEY_UP keystrokes.
onUpdate(UpdateEvent<T>) - Method in interface com.bradrydzewski.gwt.calendar.client.event.UpdateHandler
Called when DeleteEvent is fired.
openAppointment(Appointment) - Method in class com.bradrydzewski.gwt.calendar.client.CalendarView
 
ORANGE - Static variable in class com.bradrydzewski.gwt.calendar.theme.google.client.GoogleAppointmentTheme
 
overlapsWithRange(int, int) - Method in class com.bradrydzewski.gwt.calendar.client.monthview.AppointmentLayoutDescription
 

P

PINK - Static variable in class com.bradrydzewski.gwt.calendar.theme.google.client.GoogleAppointmentTheme
 
pm() - Method in interface com.bradrydzewski.gwt.calendar.client.i18n.CalendarConstants
String representing AM.
prepare() - Method in class com.bradrydzewski.gwt.calendar.client.dayview.DayViewTimeline
 
previousDay(Date) - Static method in class com.bradrydzewski.gwt.calendar.client.DateUtils
Returns a day exactly 24 hours before the instant passed as date.
PURPLE - Static variable in class com.bradrydzewski.gwt.calendar.theme.google.client.GoogleAppointmentTheme
 

R

rangeContains(Appointment, Date) - Static method in class com.bradrydzewski.gwt.calendar.client.util.AppointmentUtil
 
rangeContains(Appointment, Date, Date) - Static method in class com.bradrydzewski.gwt.calendar.client.util.AppointmentUtil
Indicates whether the specified appointment falls within the date range defined by rangeStart and rangeEnd.
RED - Static variable in class com.bradrydzewski.gwt.calendar.theme.google.client.GoogleAppointmentTheme
 
RED_ORANGE - Static variable in class com.bradrydzewski.gwt.calendar.theme.google.client.GoogleAppointmentTheme
 
refresh() - Method in class com.bradrydzewski.gwt.calendar.client.CalendarWidget
Performs all layout calculations for the list of appointments and resizes the Calendar View appropriately.
removeAppointment(Appointment) - Method in class com.bradrydzewski.gwt.calendar.client.AppointmentManager
Removes the appointment from this manager's managed collection.
removeAppointment(Appointment) - Method in class com.bradrydzewski.gwt.calendar.client.CalendarWidget
Removes an appointment from the calendar.
removeAppointment(Appointment, boolean) - Method in class com.bradrydzewski.gwt.calendar.client.CalendarWidget
Removes an appointment from the calendar.
removeAppointment(Appointment) - Method in interface com.bradrydzewski.gwt.calendar.client.HasAppointments
 
removeAppointment(Appointment, boolean) - Method in interface com.bradrydzewski.gwt.calendar.client.HasAppointments
 
removeCurrentlySelectedAppointment() - Method in class com.bradrydzewski.gwt.calendar.client.AppointmentManager
Removes the "currently selected" appointment from this manager's collection.
removeCurrentlySelectedAppointment() - Method in class com.bradrydzewski.gwt.calendar.client.CalendarWidget
Removes the currently selected appointment from the model, if such appointment is set.
resetHoveredAppointment() - Method in class com.bradrydzewski.gwt.calendar.client.AppointmentManager
 
resetSelectedAppointment() - Method in class com.bradrydzewski.gwt.calendar.client.AppointmentManager
Resets the "currently selected" appointment of this manager.
resetSelectedAppointment() - Method in class com.bradrydzewski.gwt.calendar.client.CalendarWidget
Resets the "currently selected" appointment of this calendar.
resetTime(Date) - Static method in class com.bradrydzewski.gwt.calendar.client.DateUtils
Resets the date to have no time modifiers (hours, minutes, seconds.)
resumeLayout() - Method in class com.bradrydzewski.gwt.calendar.client.CalendarWidget
Allows the calendar to perform a layout, sizing the component and placing all appointments.
resumeLayout() - Method in interface com.bradrydzewski.gwt.calendar.client.HasLayout
Enables the widget to perform layout operations.
rollback() - Method in class com.bradrydzewski.gwt.calendar.client.AppointmentManager
 
RollbackException - Exception in com.bradrydzewski.gwt.calendar.client.event
RollbackException can be thrown to rollback or cancel any changes made and not yet committed at the time of an Event.
RollbackException() - Constructor for exception com.bradrydzewski.gwt.calendar.client.event.RollbackException
Default empty constructor.
rootPanel - Variable in class com.bradrydzewski.gwt.calendar.client.InteractiveWidget
Main panel hold all other components.

S

scrollToHour(int) - Method in class com.bradrydzewski.gwt.calendar.client.CalendarView
 
scrollToHour(int) - Method in class com.bradrydzewski.gwt.calendar.client.CalendarWidget
 
scrollToHour(int) - Method in class com.bradrydzewski.gwt.calendar.client.dayview.DayView
 
selectAppointment(Appointment) - Method in class com.bradrydzewski.gwt.calendar.client.CalendarView
 
selectedBackground - Variable in class com.bradrydzewski.gwt.calendar.theme.ical.client.ICalAppointmentStyle
 
selectedBackgroundFooter - Variable in class com.bradrydzewski.gwt.calendar.theme.ical.client.ICalAppointmentStyle
 
selectedBackgroundHeader - Variable in class com.bradrydzewski.gwt.calendar.theme.ical.client.ICalAppointmentStyle
 
selectedBackgroundImage - Variable in class com.bradrydzewski.gwt.calendar.theme.ical.client.ICalAppointmentStyle
 
selectedBorder - Variable in class com.bradrydzewski.gwt.calendar.theme.ical.client.ICalAppointmentStyle
 
selectedHeaderText - Variable in class com.bradrydzewski.gwt.calendar.theme.ical.client.ICalAppointmentStyle
 
selectedText - Variable in class com.bradrydzewski.gwt.calendar.theme.ical.client.ICalAppointmentStyle
 
selectNextAppointment() - Method in class com.bradrydzewski.gwt.calendar.client.AppointmentManager
Moves the "currently selected" to the next appointment in the managed collection of this AppointmentManager.
selectNextAppointment() - Method in class com.bradrydzewski.gwt.calendar.client.CalendarView
 
selectNextAppointment() - Method in class com.bradrydzewski.gwt.calendar.client.CalendarWidget
 
selectPreviousAppointment() - Method in class com.bradrydzewski.gwt.calendar.client.AppointmentManager
Moves the "currently selected" to the previous appointment in the managed collection of this AppointmentManager.
selectPreviousAppointment() - Method in class com.bradrydzewski.gwt.calendar.client.CalendarView
 
selectPreviousAppointment() - Method in class com.bradrydzewski.gwt.calendar.client.CalendarWidget
 
setAllDay(boolean) - Method in class com.bradrydzewski.gwt.calendar.client.Appointment
Configures the the allDay property, which indicates if this Appointment should be considered as spanning all day.
setAm(String) - Method in class com.bradrydzewski.gwt.calendar.client.CalendarFormat
 
setAppointment(Appointment) - Method in class com.bradrydzewski.gwt.calendar.client.dayview.AppointmentWidget
 
setAppointment(Appointment) - Method in class com.bradrydzewski.gwt.calendar.client.monthview.AppointmentLayoutDescription
 
setAppointmentEnd(int) - Method in class com.bradrydzewski.gwt.calendar.client.dayview.AppointmentAdapter
 
setAppointmentStart(int) - Method in class com.bradrydzewski.gwt.calendar.client.dayview.AppointmentAdapter
 
setAttendees(List<Attendee>) - Method in class com.bradrydzewski.gwt.calendar.client.Appointment
Sets the attendees associated to this Appointment.
setAttending(Attending) - Method in class com.bradrydzewski.gwt.calendar.client.Attendee
Sets the attendance status of this attendant to the Appointment referencing it.
setBackground(String) - Method in class com.bradrydzewski.gwt.calendar.theme.ical.client.ICalAppointmentStyle
 
setBackgroundFooter(String) - Method in class com.bradrydzewski.gwt.calendar.theme.ical.client.ICalAppointmentStyle
 
setBackgroundHeader(String) - Method in class com.bradrydzewski.gwt.calendar.theme.ical.client.ICalAppointmentStyle
 
setBackgroundImage(String) - Method in class com.bradrydzewski.gwt.calendar.theme.ical.client.ICalAppointmentStyle
 
setBorder(String) - Method in class com.bradrydzewski.gwt.calendar.theme.ical.client.ICalAppointmentStyle
 
setBottom(float) - Method in class com.bradrydzewski.gwt.calendar.client.dayview.TimeBlock
 
setCancelled(boolean) - Method in class com.bradrydzewski.gwt.calendar.client.event.CreateEvent
 
setCancelled(boolean) - Method in class com.bradrydzewski.gwt.calendar.client.event.DeleteEvent
 
setCancelled(boolean) - Method in class com.bradrydzewski.gwt.calendar.client.event.UpdateEvent
 
setCellPercentFill(float) - Method in class com.bradrydzewski.gwt.calendar.client.dayview.AppointmentAdapter
 
setCellPercentStart(float) - Method in class com.bradrydzewski.gwt.calendar.client.dayview.AppointmentAdapter
 
setCellSpan(int) - Method in class com.bradrydzewski.gwt.calendar.client.dayview.AppointmentAdapter
 
setCellStart(int) - Method in class com.bradrydzewski.gwt.calendar.client.dayview.AppointmentAdapter
 
setColumns(int) - Method in class com.allen_sauer.gwt.dnd.client.drop.DayViewDropController
 
setColumnSpan(int) - Method in class com.bradrydzewski.gwt.calendar.client.dayview.AppointmentAdapter
 
setColumnStart(int) - Method in class com.bradrydzewski.gwt.calendar.client.dayview.AppointmentAdapter
 
setCommittedAppointment(Appointment) - Method in class com.bradrydzewski.gwt.calendar.client.AppointmentManager
 
setCommittedAppointment(Appointment) - Method in class com.bradrydzewski.gwt.calendar.client.CalendarWidget
 
setCreatedBy(String) - Method in class com.bradrydzewski.gwt.calendar.client.Appointment
Sets the creator of this Appointment.
setCustomStyle(String) - Method in class com.bradrydzewski.gwt.calendar.client.Appointment
 
setDate(Date) - Method in class com.allen_sauer.gwt.dnd.client.drop.DayViewDropController
 
setDate(Date, int) - Method in class com.bradrydzewski.gwt.calendar.client.CalendarWidget
 
setDate(Date) - Method in class com.bradrydzewski.gwt.calendar.client.CalendarWidget
 
setDateFormat(String) - Method in class com.bradrydzewski.gwt.calendar.client.CalendarFormat
 
setDayOfMonthFormat(String) - Method in class com.bradrydzewski.gwt.calendar.client.CalendarFormat
Configures the formatting pattern to render the days of the month using DateTimeFormat.
setDayOfWeekAbbreviatedFormat(String) - Method in class com.bradrydzewski.gwt.calendar.client.CalendarFormat
Configures the formatting pattern to render the days of the week in an abbreviated manner using DateTimeFormat.
setDayOfWeekFormat(String) - Method in class com.bradrydzewski.gwt.calendar.client.CalendarFormat
Configures the formatting pattern to render the days of the week using DateTimeFormat.
setDays(int) - Method in class com.bradrydzewski.gwt.calendar.client.CalendarWidget
 
setDays(Date, int) - Method in class com.bradrydzewski.gwt.calendar.client.dayview.DayViewBody
 
setDays(Date, int) - Method in class com.bradrydzewski.gwt.calendar.client.dayview.DayViewHeader
 
setDays(Date, int) - Method in class com.bradrydzewski.gwt.calendar.client.dayview.DayViewMultiDayBody
 
setDaysPerWeek(int) - Method in class com.allen_sauer.gwt.dnd.client.drop.MonthViewDropController
 
setDescription(String) - Method in class com.bradrydzewski.gwt.calendar.client.Appointment
Sets the description of this Appointment.
setDescription(String) - Method in class com.bradrydzewski.gwt.calendar.client.dayview.AppointmentWidget
 
setDisplayedDays(int) - Method in class com.bradrydzewski.gwt.calendar.client.CalendarView
Sets the configured number of days the calendar should display at a given time.
setEmail(String) - Method in class com.bradrydzewski.gwt.calendar.client.Attendee
Sets this Attendee email address.
setEnableDragDrop(boolean) - Method in class com.bradrydzewski.gwt.calendar.client.CalendarSettings
 
setEnableDragDropCreation(boolean) - Method in class com.bradrydzewski.gwt.calendar.client.CalendarSettings
 
setEnd(Date) - Method in class com.bradrydzewski.gwt.calendar.client.Appointment
Sets the end time-stamp of this Appointment.
setEnd(Date) - Method in class com.bradrydzewski.gwt.calendar.client.dayview.AppointmentWidget
 
setEnd(int) - Method in class com.bradrydzewski.gwt.calendar.client.dayview.TimeBlock
 
setFirstDateDisplayed(Date) - Method in class com.allen_sauer.gwt.dnd.client.drop.MonthViewDropController
 
setFirstDayOfWeek(int) - Method in class com.bradrydzewski.gwt.calendar.client.CalendarFormat
Configures the first day in the week when rendering the month view.
setHeaderText(String) - Method in class com.bradrydzewski.gwt.calendar.theme.ical.client.ICalAppointmentStyle
 
setHeight(float) - Method in class com.bradrydzewski.gwt.calendar.client.dayview.AppointmentAdapter
 
setHeight(float) - Method in class com.bradrydzewski.gwt.calendar.client.dayview.AppointmentWidget
 
setHourLabels(String[]) - Method in class com.bradrydzewski.gwt.calendar.client.CalendarFormat
Allows programmatic configuration of the 24 hour labels in the calendar.
setHoveredAppointment(Appointment) - Method in class com.bradrydzewski.gwt.calendar.client.AppointmentManager
 
setId(String) - Method in class com.bradrydzewski.gwt.calendar.client.Appointment
Sets the unique identifier of this Appointment.
setImageUrl(String) - Method in class com.bradrydzewski.gwt.calendar.client.Attendee
Sets the URL to an image to (optionally) depict this Attendee in the views.
setIntersectingBlocks(List<TimeBlock>) - Method in class com.bradrydzewski.gwt.calendar.client.dayview.AppointmentAdapter
 
setIntervalsPerHour(int) - Method in class com.allen_sauer.gwt.dnd.client.drop.DayViewDropController
 
setIntervalsPerHour(int) - Method in class com.allen_sauer.gwt.dnd.client.drop.DayViewResizeController
 
setIntervalsPerHour(int) - Method in class com.bradrydzewski.gwt.calendar.client.CalendarSettings
 
setLayerOverflowLimit(int) - Method in class com.bradrydzewski.gwt.calendar.client.monthview.AppointmentStackingManager
 
setLeft(float) - Method in class com.bradrydzewski.gwt.calendar.client.dayview.AppointmentAdapter
 
setLeft(float) - Method in class com.bradrydzewski.gwt.calendar.client.dayview.AppointmentWidget
 
setLocation(String) - Method in class com.bradrydzewski.gwt.calendar.client.Appointment
Sets the location of this Appointment.
setMaxProxyHeight(int) - Method in class com.allen_sauer.gwt.dnd.client.drop.DayViewDropController
 
setMaxProxyHeight(int) - Method in class com.allen_sauer.gwt.dnd.client.drop.DayViewPickupDragController
 
setMultiDay(boolean) - Method in class com.bradrydzewski.gwt.calendar.client.dayview.AppointmentWidget
 
setName(String) - Method in class com.bradrydzewski.gwt.calendar.client.Attendee
Sets the name (if a person) or description (when a resource) of this Attendee.
setName(String) - Method in class com.bradrydzewski.gwt.calendar.client.dayview.TimeBlock
 
setNoon(String) - Method in class com.bradrydzewski.gwt.calendar.client.CalendarFormat
Configures the label to show for the 12 p.m.
setOffsetHourLabels(boolean) - Method in class com.bradrydzewski.gwt.calendar.client.CalendarSettings
 
setOrder(int) - Method in class com.bradrydzewski.gwt.calendar.client.dayview.TimeBlock
 
setPixelsPerInterval(int) - Method in class com.bradrydzewski.gwt.calendar.client.CalendarSettings
 
setPm(String) - Method in class com.bradrydzewski.gwt.calendar.client.CalendarFormat
 
setReadOnly(boolean) - Method in class com.bradrydzewski.gwt.calendar.client.Appointment
 
setRollbackAppointment(Appointment) - Method in class com.bradrydzewski.gwt.calendar.client.AppointmentManager
 
setRollbackAppointment(Appointment) - Method in class com.bradrydzewski.gwt.calendar.client.CalendarWidget
 
setScrollToHour(int) - Method in class com.bradrydzewski.gwt.calendar.client.CalendarSettings
 
setSelectedAppointment(Appointment) - Method in class com.bradrydzewski.gwt.calendar.client.AppointmentManager
Sets the appointment that should be considered the "currently selected" appointment.
setSelectedAppointment(Appointment) - Method in class com.bradrydzewski.gwt.calendar.client.CalendarWidget
Sets the currently selected item.
setSelectedAppointment(Appointment, boolean) - Method in class com.bradrydzewski.gwt.calendar.client.CalendarWidget
 
setSelectedAppointment(Appointment) - Method in interface com.bradrydzewski.gwt.calendar.client.HasAppointments
 
setSelectedAppointment(Appointment, boolean) - Method in interface com.bradrydzewski.gwt.calendar.client.HasAppointments
 
setSelectedBackground(String) - Method in class com.bradrydzewski.gwt.calendar.theme.ical.client.ICalAppointmentStyle
 
setSelectedBackgroundFooter(String) - Method in class com.bradrydzewski.gwt.calendar.theme.ical.client.ICalAppointmentStyle
 
setSelectedBackgroundHeader(String) - Method in class com.bradrydzewski.gwt.calendar.theme.ical.client.ICalAppointmentStyle
 
setSelectedBackgroundImage(String) - Method in class com.bradrydzewski.gwt.calendar.theme.ical.client.ICalAppointmentStyle
 
setSelectedBorder(String) - Method in class com.bradrydzewski.gwt.calendar.theme.ical.client.ICalAppointmentStyle
 
setSelectedHeaderText(String) - Method in class com.bradrydzewski.gwt.calendar.theme.ical.client.ICalAppointmentStyle
 
setSelectedText(String) - Method in class com.bradrydzewski.gwt.calendar.theme.ical.client.ICalAppointmentStyle
 
setSettings(CalendarSettings) - Method in class com.bradrydzewski.gwt.calendar.client.CalendarView
 
setSettings(CalendarSettings) - Method in class com.bradrydzewski.gwt.calendar.client.CalendarWidget
 
setSettings(CalendarSettings) - Method in interface com.bradrydzewski.gwt.calendar.client.HasSettings
 
setSnapSize(int) - Method in class com.allen_sauer.gwt.dnd.client.drop.DayViewDropController
 
setSnapSize(int) - Method in class com.allen_sauer.gwt.dnd.client.drop.DayViewResizeController
 
setStackOrder(int) - Method in class com.bradrydzewski.gwt.calendar.client.monthview.AppointmentLayoutDescription
 
setStart(Date) - Method in class com.bradrydzewski.gwt.calendar.client.Appointment
Sets the start time-stamp of this Appointment.
setStart(Date) - Method in class com.bradrydzewski.gwt.calendar.client.dayview.AppointmentWidget
 
setStart(int) - Method in class com.bradrydzewski.gwt.calendar.client.dayview.TimeBlock
 
setStyle(AppointmentStyle) - Method in class com.bradrydzewski.gwt.calendar.client.Appointment
 
setText(String) - Method in class com.bradrydzewski.gwt.calendar.theme.ical.client.ICalAppointmentStyle
 
setTimeBlockClickNumber(CalendarSettings.Click) - Method in class com.bradrydzewski.gwt.calendar.client.CalendarSettings
 
setTimeFormat(String) - Method in class com.bradrydzewski.gwt.calendar.client.CalendarFormat
Sets the pattern used to format the displayed hours and re-generates all hour labels.
setTitle(String) - Method in class com.bradrydzewski.gwt.calendar.client.Appointment
Sets the identifying title of this Appointment.
setTitle(String) - Method in class com.bradrydzewski.gwt.calendar.client.dayview.AppointmentWidget
 
setTop(float) - Method in class com.bradrydzewski.gwt.calendar.client.dayview.AppointmentAdapter
 
setTop(float) - Method in class com.bradrydzewski.gwt.calendar.client.dayview.AppointmentWidget
 
setTop(float) - Method in class com.bradrydzewski.gwt.calendar.client.dayview.TimeBlock
 
setTotalColumns(int) - Method in class com.bradrydzewski.gwt.calendar.client.dayview.TimeBlock
 
setView(CalendarViews) - Method in class com.bradrydzewski.gwt.calendar.client.Calendar
Sets the CalendarView that should be used by the Calendar to display the list of appointments.
setView(CalendarViews, int) - Method in class com.bradrydzewski.gwt.calendar.client.Calendar
Sets the current view of this calendar.
setView(CalendarView) - Method in class com.bradrydzewski.gwt.calendar.client.CalendarWidget
Changes the current view of this calendar widget to the specified view.
setWeeksPerMonth(int) - Method in class com.allen_sauer.gwt.dnd.client.drop.MonthViewDropController
 
setWidth(float) - Method in class com.bradrydzewski.gwt.calendar.client.dayview.AppointmentAdapter
 
setWidth(float) - Method in class com.bradrydzewski.gwt.calendar.client.dayview.AppointmentWidget
 
setWorkingHourEnd(int) - Method in class com.bradrydzewski.gwt.calendar.client.CalendarSettings
 
setWorkingHourStart(int) - Method in class com.bradrydzewski.gwt.calendar.client.CalendarSettings
 
setYear(Date) - Method in class com.bradrydzewski.gwt.calendar.client.dayview.DayViewHeader
 
setYear(int) - Method in class com.bradrydzewski.gwt.calendar.client.dayview.DayViewHeader
 
shiftDate(Date, int) - Static method in class com.bradrydzewski.gwt.calendar.client.DateUtils
Moves a date shift days.
sortAppointments() - Method in class com.bradrydzewski.gwt.calendar.client.AppointmentManager
Sorts the collection of appointments by their natural order.
spansMoreThanADay() - Method in class com.bradrydzewski.gwt.calendar.client.monthview.AppointmentLayoutDescription
 
split() - Method in class com.bradrydzewski.gwt.calendar.client.monthview.AppointmentLayoutDescription
 
STEELE_BLUE - Static variable in class com.bradrydzewski.gwt.calendar.theme.google.client.GoogleAppointmentTheme
 
STYLES - Static variable in class com.bradrydzewski.gwt.calendar.theme.google.client.GoogleAppointmentTheme
 
STYLES - Static variable in class com.bradrydzewski.gwt.calendar.theme.ical.client.ICalAppointmentTheme
 
suspendLayout() - Method in class com.bradrydzewski.gwt.calendar.client.CalendarWidget
Suspends the calendar from performing a layout.
suspendLayout() - Method in interface com.bradrydzewski.gwt.calendar.client.HasLayout
Suspends the widget from performing layout operations.

T

TEAL - Static variable in class com.bradrydzewski.gwt.calendar.theme.google.client.GoogleAppointmentTheme
 
text - Variable in class com.bradrydzewski.gwt.calendar.theme.ical.client.ICalAppointmentStyle
 
ThemeAppointmentStyle - Interface in com.bradrydzewski.gwt.calendar.client
Defines the style attribute values that will vary with a theme when a particular theme+style is applied.
TimeBlock - Class in com.bradrydzewski.gwt.calendar.client.dayview
Represents a block of time that contains one or many Appointments.
TimeBlock() - Constructor for class com.bradrydzewski.gwt.calendar.client.dayview.TimeBlock
 
TimeBlockClickEvent<T> - Class in com.bradrydzewski.gwt.calendar.client.event
TODO: Complete JavaDoc comments.
TimeBlockClickEvent(T) - Constructor for class com.bradrydzewski.gwt.calendar.client.event.TimeBlockClickEvent
Creates a new delete event.
TimeBlockClickHandler<T> - Interface in com.bradrydzewski.gwt.calendar.client.event
Handler interface for DeleteEvent events.
timeFormat() - Method in interface com.bradrydzewski.gwt.calendar.client.i18n.CalendarConstants
String used to format time in the DayView components timeline.
toString() - Method in class com.bradrydzewski.gwt.calendar.client.monthview.AppointmentLayoutDescription
 
toString() - Method in class com.bradrydzewski.gwt.calendar.client.monthview.AppointmentStackingManager
 

U

updateAppointment(Appointment) - Method in class com.bradrydzewski.gwt.calendar.client.CalendarView
 
UpdateEvent<T> - Class in com.bradrydzewski.gwt.calendar.client.event
TODO: Complete JavaDoc comments.
UpdateEvent(T) - Constructor for class com.bradrydzewski.gwt.calendar.client.event.UpdateEvent
Creates a new delete event.
UpdateHandler<T> - Interface in com.bradrydzewski.gwt.calendar.client.event
Handler interface for DeleteEvent events.

V

valueOf(String) - Static method in enum com.bradrydzewski.gwt.calendar.client.AppointmentStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.bradrydzewski.gwt.calendar.client.Attending
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.bradrydzewski.gwt.calendar.client.CalendarSettings.Click
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.bradrydzewski.gwt.calendar.client.CalendarViews
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.bradrydzewski.gwt.calendar.client.monthview.AppointmentWidgetParts
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.bradrydzewski.gwt.calendar.client.AppointmentStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.bradrydzewski.gwt.calendar.client.Attending
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.bradrydzewski.gwt.calendar.client.CalendarSettings.Click
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.bradrydzewski.gwt.calendar.client.CalendarViews
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.bradrydzewski.gwt.calendar.client.monthview.AppointmentWidgetParts
Returns an array containing the constants of this enum type, in the order they are declared.

W

weekdayFormat() - Method in interface com.bradrydzewski.gwt.calendar.client.i18n.CalendarConstants
Each column in the MonthView represents a day of the week, and displays the day of the week in its header (i.e.
WeekLayoutDescription - Class in com.bradrydzewski.gwt.calendar.client.monthview
Describes the layout of days (single, all and multi-day) within a single week that is visualized in the MonthView.
WeekLayoutDescription(Date, Date, int) - Constructor for class com.bradrydzewski.gwt.calendar.client.monthview.WeekLayoutDescription
 
WeekLayoutDescription(Date, Date) - Constructor for class com.bradrydzewski.gwt.calendar.client.monthview.WeekLayoutDescription
 
WindowUtils - Class in com.bradrydzewski.gwt.calendar.client.util
Provides a set of re-usable methods related to the client's browser window.
WindowUtils() - Constructor for class com.bradrydzewski.gwt.calendar.client.util.WindowUtils
 

Y

year(Date) - Static method in class com.bradrydzewski.gwt.calendar.client.DateUtils
Returns the full year (4-digits) of the passed date.
YELLOW - Static variable in class com.bradrydzewski.gwt.calendar.theme.google.client.GoogleAppointmentTheme
 
YELLOW_GREEN - Static variable in class com.bradrydzewski.gwt.calendar.theme.google.client.GoogleAppointmentTheme
 
YELLOW_GREY - Static variable in class com.bradrydzewski.gwt.calendar.theme.google.client.GoogleAppointmentTheme
 

A B C D F G H I K L M N O P R S T U V W Y

Copyright © 2012. All Rights Reserved.