Uses of Interface
com.bradrydzewski.gwt.calendar.client.ThemeAppointmentStyle

Packages that use ThemeAppointmentStyle
com.bradrydzewski.gwt.calendar.client.dayview   
com.bradrydzewski.gwt.calendar.client.monthview   
com.bradrydzewski.gwt.calendar.theme.google.client   
com.bradrydzewski.gwt.calendar.theme.ical.client   
 

Uses of ThemeAppointmentStyle in com.bradrydzewski.gwt.calendar.client.dayview
 

Methods in com.bradrydzewski.gwt.calendar.client.dayview that return ThemeAppointmentStyle
protected abstract  ThemeAppointmentStyle DayViewStyleManager.getDefaultViewAppointmentStyleForTheme()
           
protected abstract  ThemeAppointmentStyle DayViewStyleManager.getViewAppointmentStyleForTheme(Appointment appointment)
           
 

Uses of ThemeAppointmentStyle in com.bradrydzewski.gwt.calendar.client.monthview
 

Methods in com.bradrydzewski.gwt.calendar.client.monthview that return ThemeAppointmentStyle
protected abstract  ThemeAppointmentStyle MonthViewStyleManager.getDefaultViewAppointmentStyleForTheme()
          Returns the default appointment style corresponding to the currently used theme.
protected abstract  ThemeAppointmentStyle MonthViewStyleManager.getViewAppointmentStyleForTheme(Appointment appointment)
          Returns the appointment style appropriate to the passed appointment based on a specific theme.
 

Uses of ThemeAppointmentStyle in com.bradrydzewski.gwt.calendar.theme.google.client
 

Methods in com.bradrydzewski.gwt.calendar.theme.google.client that return ThemeAppointmentStyle
protected  ThemeAppointmentStyle GoogleMonthViewStyleManager.getDefaultViewAppointmentStyleForTheme()
           
protected  ThemeAppointmentStyle GoogleDayViewStyleManager.getDefaultViewAppointmentStyleForTheme()
           
protected  ThemeAppointmentStyle GoogleMonthViewStyleManager.getViewAppointmentStyleForTheme(Appointment appointment)
           
protected  ThemeAppointmentStyle GoogleDayViewStyleManager.getViewAppointmentStyleForTheme(Appointment appointment)
           
 

Uses of ThemeAppointmentStyle in com.bradrydzewski.gwt.calendar.theme.ical.client
 

Classes in com.bradrydzewski.gwt.calendar.theme.ical.client that implement ThemeAppointmentStyle
 class ICalAppointmentStyle
           
 

Methods in com.bradrydzewski.gwt.calendar.theme.ical.client that return ThemeAppointmentStyle
protected  ThemeAppointmentStyle ICalMonthViewStyleManager.getDefaultViewAppointmentStyleForTheme()
           
protected  ThemeAppointmentStyle ICalDayViewStyleManager.getDefaultViewAppointmentStyleForTheme()
           
protected  ThemeAppointmentStyle ICalMonthViewStyleManager.getViewAppointmentStyleForTheme(Appointment appointment)
           
protected  ThemeAppointmentStyle ICalDayViewStyleManager.getViewAppointmentStyleForTheme(Appointment appointment)
           
 



Copyright © 2012. All Rights Reserved.