com.bradrydzewski.gwt.calendar.client
Interface ThemeAppointmentStyle

All Known Implementing Classes:
ICalAppointmentStyle

public interface ThemeAppointmentStyle

Defines the style attribute values that will vary with a theme when a particular theme+style is applied. The currently active MonthViewStyleManager or DayViewStyleManager will use the strings in the theme style to style the elements in the view.

Author:
Brad Rydzewski, Carlos D. Morales
See Also:
GoogleAppointmentStyle, ICalAppointmentStyle

Method Summary
 String getBackground()
           
 String getBackgroundHeader()
           
 String getBorder()
           
 String getHeaderText()
           
 String getSelectedBackgroundImage()
           
 String getSelectedBorder()
           
 

Method Detail

getBackgroundHeader

String getBackgroundHeader()

getBackground

String getBackground()

getSelectedBorder

String getSelectedBorder()

getHeaderText

String getHeaderText()

getSelectedBackgroundImage

String getSelectedBackgroundImage()

getBorder

String getBorder()


Copyright © 2012. All Rights Reserved.