|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
ApplicationManager.
ApplicationManager.
DateRequestEvent handler.
date as many days as
specified by the numOfDays parameter.
DeleteEvent handler.
DeleteEvent handler.
DeleteEvent handler.
UpdateEvent handler.
MonthViewStyleManager.getViewAppointmentStyleForTheme(com.bradrydzewski.gwt.calendar.client.Appointment)
and MonthViewStyleManager.getDefaultViewAppointmentStyleForTheme().
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. Calendar with the DayView currently
displayed.
Calendar with the given
CalendarView displayed by default.
Calendar with the a user-defined
CalendarView displayed by default.
CalendarView.CalendarWidget is an InteractiveWidget
that maintains a calendar model (a set of Appointment objects)
managed through an AppointmentManager.CalendarWidget with an empty set of appointments
and the current system date as the date currently displayed by the
calendar.
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.
source date into
the target date object.
DeleteEvent events.DayView represents a date in time, and
displays the date in its header (i.e.
Appointments
in single day part of a week row in a MonthView.DeleteEvent events.CalendarWidget.
date.
anyDayInMonth date set to the
first day of whatever its month is.
Appointment this panel represents/is associated
to.
AppointmentManager
maintains.
this attendant
to the Appointment referencing it.
Appointment.
Appointment.
AppointmentLayoutDescriptions in the
specified layer.
Attendee email address.
Appointment.
MonthView.
Appointment.
Attendee
in the views.
Appointment.
Attendee.
Appointment.
Appointment.
DateRequestEvent events.DeleteEvent events.MouseOverEvent events.DeleteEvent events.UpdateEvent events.allDay property, which
indicates if this Appointment should be considered as
spanning all day.
Appointment spans more than a single day,
based on its start and end properties.
appointment is the same one as the
one that is currently selected in this manager.
appointment is the currently
selected appointment.
onXXXXKeyPressed methods.
day.
day.
MonthView.MonthView.MonthView in which there are more
appointments to display than fit in the day cell.
MouseOverEvent events.layerOverflowLimit value when they were
stacked.
date
object represents.
fromLayer
that is available on the specified day.
DeleteEvent is fired.
DeleteEvent is fired.
DeleteEvent is fired.
com.google.gwt.event.dom.client.KeyCodes.KEY_DELETE
keystrokes.
com.google.gwt.event.dom.client.KeyCodes.KEY_DELETE
keystrokes.
com.google.gwt.event.dom.client.KeyCodes.KEY_DOWN
keystrokes.
com.google.gwt.event.dom.client.KeyCodes.KEY_DOWN
keystrokes.
com.google.gwt.event.dom.client.KeyCodes.KEY_LEFT
keystrokes.
com.google.gwt.event.dom.client.KeyCodes.KEY_LEFT
keystrokes.
MouseOverEvent is fired.
Appointment is being dragged.
com.google.gwt.event.dom.client.KeyCodes.KEY_RIGHT
keystrokes.
com.google.gwt.event.dom.client.KeyCodes.KEY_RIGHT
keystrokes.
DeleteEvent is fired.
com.google.gwt.event.dom.client.KeyCodes.KEY_UP
keystrokes.
com.google.gwt.event.dom.client.KeyCodes.KEY_UP
keystrokes.
DeleteEvent is fired.
date.
appointment falls within the
date range defined by rangeStart and rangeEnd.
appointment from this manager's managed
collection.
RollbackException can be thrown to rollback or cancel any
changes made and not yet committed at the time of an Event.AppointmentManager.
AppointmentManager.
allDay property, which indicates if this
Appointment should be considered as spanning all day.
Appointment.
this attendant
to the Appointment referencing it.
Appointment.
DateTimeFormat.
DateTimeFormat.
DateTimeFormat.
Appointment.
Attendee email address.
Appointment.
Appointment.
Attendee
in the views.
Appointment.
Attendee.
Appointment.
Appointment.
view.
shift days.
DeleteEvent events.DayView
components timeline.
DeleteEvent events.MonthView represents a day of the week,
and displays the day of the week in its header (i.e.
MonthView.date.
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||