com.bradrydzewski.gwt.calendar.theme.ical.client
Class ICalMonthViewStyleManager
java.lang.Object
com.bradrydzewski.gwt.calendar.client.monthview.MonthViewStyleManager
com.bradrydzewski.gwt.calendar.theme.ical.client.ICalMonthViewStyleManager
public class ICalMonthViewStyleManager
- extends MonthViewStyleManager
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ICalMonthViewStyleManager
public ICalMonthViewStyleManager()
getDefaultViewAppointmentStyleForTheme
protected ThemeAppointmentStyle getDefaultViewAppointmentStyleForTheme()
- Description copied from class:
MonthViewStyleManager
- Returns the default appointment style corresponding to the currently used theme. Subclasses
should provide a style to be used if no appropriate style can be identified
(
MonthViewStyleManager.getViewAppointmentStyleForTheme(com.bradrydzewski.gwt.calendar.client.Appointment) returns null).
- Specified by:
getDefaultViewAppointmentStyleForTheme in class MonthViewStyleManager
- Returns:
- The style to use with a theme if no specific style can be identified with
MonthViewStyleManager.getViewAppointmentStyleForTheme(com.bradrydzewski.gwt.calendar.client.Appointment)
getViewAppointmentStyleForTheme
protected ThemeAppointmentStyle getViewAppointmentStyleForTheme(Appointment appointment)
- Description copied from class:
MonthViewStyleManager
- Returns the appointment style appropriate to the passed appointment based on a specific theme.
- Specified by:
getViewAppointmentStyleForTheme in class MonthViewStyleManager
- Parameters:
appointment - An appointment to be displayed in the month view, should include a style to be used
- Returns:
- The style to use with a theme, can be
null if a default should be used - See Also:
MonthViewStyleManager.getDefaultViewAppointmentStyleForTheme()
Copyright © 2012. All Rights Reserved.