|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Appointment in com.bradrydzewski.gwt.calendar.client |
|---|
| Methods in com.bradrydzewski.gwt.calendar.client that return Appointment | |
|---|---|
Appointment |
Appointment.clone()
|
Appointment |
AppointmentManager.getHoveredAppointment()
|
Appointment |
HasAppointments.getSelectedAppointment()
|
Appointment |
CalendarWidget.getSelectedAppointment()
Gets the currently selected item. |
Appointment |
AppointmentManager.getSelectedAppointment()
Returns the appointment in this manager's collection that is "currently selected". |
| Methods in com.bradrydzewski.gwt.calendar.client that return types with arguments of type Appointment | |
|---|---|
ArrayList<Appointment> |
CalendarWidget.getAppointments()
Returns the collection of appointments in the underlying in-memory model of this calendar widget. |
ArrayList<Appointment> |
AppointmentManager.getAppointments()
Returns the collection of appointments that this AppointmentManager
maintains. |
| Methods in com.bradrydzewski.gwt.calendar.client with parameters of type Appointment | |
|---|---|
void |
HasAppointments.addAppointment(Appointment appointment)
|
void |
CalendarWidget.addAppointment(Appointment appointment)
Adds an appointment to the calendar. |
void |
AppointmentManager.addAppointment(Appointment appt)
Adds an appointment to the collection of appointments maintained by this ApplicationManager. |
int |
Appointment.compareTo(Appointment 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. |
void |
CalendarView.createAppointment(Appointment appt)
|
void |
CalendarView.deleteAppointment(Appointment appt)
|
void |
CalendarWidget.fireCreateEvent(Appointment appointment)
|
void |
CalendarWidget.fireDeleteEvent(Appointment appointment)
|
void |
CalendarWidget.fireMouseOverEvent(Appointment appointment,
com.google.gwt.user.client.Element element)
|
void |
CalendarWidget.fireOpenEvent(Appointment appointment)
|
void |
CalendarWidget.fireSelectionEvent(Appointment appointment)
|
void |
CalendarWidget.fireUpdateEvent(Appointment appointment)
|
boolean |
CalendarWidget.isTheSelectedAppointment(Appointment appointment)
Tells whether the passed appointment is the currently
selected appointment. |
boolean |
AppointmentManager.isTheSelectedAppointment(Appointment appointment)
Tells whether the passed appointment is the same one as the
one that is currently selected in this manager. |
abstract void |
CalendarView.onAppointmentSelected(Appointment appt)
|
void |
CalendarView.openAppointment(Appointment appt)
|
void |
HasAppointments.removeAppointment(Appointment appointment)
|
void |
CalendarWidget.removeAppointment(Appointment appointment)
Removes an appointment from the calendar. |
void |
AppointmentManager.removeAppointment(Appointment appointment)
Removes the appointment from this manager's managed
collection. |
void |
HasAppointments.removeAppointment(Appointment appointment,
boolean fireEvents)
|
void |
CalendarWidget.removeAppointment(Appointment appointment,
boolean fireEvents)
Removes an appointment from the calendar. |
void |
CalendarView.selectAppointment(Appointment appt)
|
void |
CalendarWidget.setCommittedAppointment(Appointment appt)
|
void |
AppointmentManager.setCommittedAppointment(Appointment appt)
|
void |
AppointmentManager.setHoveredAppointment(Appointment hoveredAppointment)
|
void |
CalendarWidget.setRollbackAppointment(Appointment appt)
|
void |
AppointmentManager.setRollbackAppointment(Appointment appt)
|
void |
HasAppointments.setSelectedAppointment(Appointment appointment)
|
void |
CalendarWidget.setSelectedAppointment(Appointment appointment)
Sets the currently selected item. |
void |
AppointmentManager.setSelectedAppointment(Appointment selectedAppointment)
Sets the appointment that should be considered the "currently selected" appointment. |
void |
HasAppointments.setSelectedAppointment(Appointment appointment,
boolean fireEvents)
|
void |
CalendarWidget.setSelectedAppointment(Appointment appointment,
boolean fireEvents)
|
void |
CalendarView.updateAppointment(Appointment toAppt)
|
| Method parameters in com.bradrydzewski.gwt.calendar.client with type arguments of type Appointment | |
|---|---|
void |
HasAppointments.addAppointments(ArrayList<Appointment> appointments)
|
void |
CalendarWidget.addAppointments(ArrayList<Appointment> appointments)
Adds each appointment in the list to the calendar. |
void |
AppointmentManager.addAppointments(ArrayList<Appointment> appointments)
Adds multiple appointments to the collection maintained by this ApplicationManager. |
com.google.gwt.event.shared.HandlerRegistration |
CalendarWidget.addCreateHandler(CreateHandler<Appointment> handler)
|
com.google.gwt.event.shared.HandlerRegistration |
CalendarWidget.addDeleteHandler(DeleteHandler<Appointment> handler)
|
com.google.gwt.event.shared.HandlerRegistration |
CalendarWidget.addMouseOverHandler(MouseOverHandler<Appointment> handler)
|
com.google.gwt.event.shared.HandlerRegistration |
CalendarWidget.addOpenHandler(com.google.gwt.event.logical.shared.OpenHandler<Appointment> handler)
|
com.google.gwt.event.shared.HandlerRegistration |
CalendarWidget.addSelectionHandler(com.google.gwt.event.logical.shared.SelectionHandler<Appointment> handler)
|
com.google.gwt.event.shared.HandlerRegistration |
CalendarWidget.addUpdateHandler(UpdateHandler<Appointment> handler)
|
| Uses of Appointment in com.bradrydzewski.gwt.calendar.client.agenda |
|---|
| Methods in com.bradrydzewski.gwt.calendar.client.agenda with parameters of type Appointment | |
|---|---|
void |
AgendaView.onAppointmentSelected(Appointment appt)
|
| Uses of Appointment in com.bradrydzewski.gwt.calendar.client.dayview |
|---|
| Methods in com.bradrydzewski.gwt.calendar.client.dayview that return Appointment | |
|---|---|
Appointment |
AppointmentWidget.getAppointment()
|
Appointment |
AppointmentAdapter.getAppointment()
|
| Methods in com.bradrydzewski.gwt.calendar.client.dayview with parameters of type Appointment | |
|---|---|
protected abstract ThemeAppointmentStyle |
DayViewStyleManager.getViewAppointmentStyleForTheme(Appointment appointment)
|
void |
DayView.onAppointmentSelected(Appointment appt)
|
void |
AppointmentWidget.setAppointment(Appointment appointment)
|
| Method parameters in com.bradrydzewski.gwt.calendar.client.dayview with type arguments of type Appointment | |
|---|---|
ArrayList<AppointmentAdapter> |
DayViewLayoutStrategy.doLayout(List<Appointment> appointments,
int dayIndex,
int dayCount)
|
int |
DayViewLayoutStrategy.doMultiDayLayout(ArrayList<Appointment> appointments,
ArrayList<AppointmentAdapter> adapters,
Date start,
int days)
|
| Constructors in com.bradrydzewski.gwt.calendar.client.dayview with parameters of type Appointment | |
|---|---|
AppointmentAdapter(Appointment appointment)
|
|
| Uses of Appointment in com.bradrydzewski.gwt.calendar.client.monthview |
|---|
| Fields in com.bradrydzewski.gwt.calendar.client.monthview with type parameters of type Appointment | |
|---|---|
static Comparator<Appointment> |
MonthView.APPOINTMENT_COMPARATOR
|
| Methods in com.bradrydzewski.gwt.calendar.client.monthview that return Appointment | |
|---|---|
Appointment |
AppointmentWidget.getAppointment()
Returns the Appointment this panel represents/is associated
to. |
Appointment |
AppointmentLayoutDescription.getAppointment()
|
| Methods in com.bradrydzewski.gwt.calendar.client.monthview that return types with arguments of type Appointment | |
|---|---|
ArrayList<Appointment> |
DayLayoutDescription.getAppointments()
|
| Methods in com.bradrydzewski.gwt.calendar.client.monthview with parameters of type Appointment | |
|---|---|
void |
WeekLayoutDescription.addAppointment(Appointment appointment)
|
void |
DayLayoutDescription.addAppointment(Appointment appointment)
|
void |
WeekLayoutDescription.addMultiDayAppointment(Appointment appointment)
|
void |
WeekLayoutDescription.addMultiWeekAppointment(Appointment appointment,
AppointmentWidgetParts presenceInMonth)
|
protected abstract ThemeAppointmentStyle |
MonthViewStyleManager.getViewAppointmentStyleForTheme(Appointment appointment)
Returns the appointment style appropriate to the passed appointment based on a specific theme. |
void |
MonthView.onAppointmentSelected(Appointment appt)
|
void |
AppointmentLayoutDescription.setAppointment(Appointment appointment)
|
| Constructors in com.bradrydzewski.gwt.calendar.client.monthview with parameters of type Appointment | |
|---|---|
AppointmentLayoutDescription(int weekDay,
Appointment appointment)
|
|
AppointmentLayoutDescription(int fromWeekDay,
int toWeekDay,
Appointment appointment)
|
|
AppointmentWidget(Appointment appointment)
Creates an AppointmentWidget with a reference to the provided
appointment. |
|
| Constructor parameters in com.bradrydzewski.gwt.calendar.client.monthview with type arguments of type Appointment | |
|---|---|
MonthLayoutDescription(Date calendarFirstDay,
int monthViewRequiredRows,
ArrayList<Appointment> appointments)
|
|
MonthLayoutDescription(Date calendarFirstDay,
int monthViewRequiredRows,
ArrayList<Appointment> appointments,
int maxLayer)
|
|
| Uses of Appointment in com.bradrydzewski.gwt.calendar.client.util |
|---|
| Methods in com.bradrydzewski.gwt.calendar.client.util that return types with arguments of type Appointment | |
|---|---|
static ArrayList<Appointment> |
AppointmentUtil.filterListByDate(ArrayList<Appointment> fullList,
Date startDate)
Filters a list of appointments and returns only appointments with a start date equal to the date provided. |
static ArrayList<Appointment> |
AppointmentUtil.filterListByDateRange(ArrayList<Appointment> fullList,
Date date,
int days)
|
| Methods in com.bradrydzewski.gwt.calendar.client.util with parameters of type Appointment | |
|---|---|
static boolean |
AppointmentUtil.rangeContains(Appointment appt,
Date date)
|
static boolean |
AppointmentUtil.rangeContains(Appointment appointment,
Date rangeStart,
Date rangeEnd)
Indicates whether the specified appointment falls within the
date range defined by rangeStart and rangeEnd. |
| Method parameters in com.bradrydzewski.gwt.calendar.client.util with type arguments of type Appointment | |
|---|---|
static ArrayList<Appointment> |
AppointmentUtil.filterListByDate(ArrayList<Appointment> fullList,
Date startDate)
Filters a list of appointments and returns only appointments with a start date equal to the date provided. |
static ArrayList<Appointment> |
AppointmentUtil.filterListByDateRange(ArrayList<Appointment> fullList,
Date date,
int days)
|
| Uses of Appointment in com.bradrydzewski.gwt.calendar.theme.google.client |
|---|
| Methods in com.bradrydzewski.gwt.calendar.theme.google.client with parameters of type Appointment | |
|---|---|
protected ThemeAppointmentStyle |
GoogleMonthViewStyleManager.getViewAppointmentStyleForTheme(Appointment appointment)
|
protected ThemeAppointmentStyle |
GoogleDayViewStyleManager.getViewAppointmentStyleForTheme(Appointment appointment)
|
| Uses of Appointment in com.bradrydzewski.gwt.calendar.theme.ical.client |
|---|
| Methods in com.bradrydzewski.gwt.calendar.theme.ical.client with parameters of type Appointment | |
|---|---|
protected ThemeAppointmentStyle |
ICalMonthViewStyleManager.getViewAppointmentStyleForTheme(Appointment appointment)
|
protected ThemeAppointmentStyle |
ICalDayViewStyleManager.getViewAppointmentStyleForTheme(Appointment appointment)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||