Encapsulates visualization settings that can be applied to a Calendar control by calling the Calendar.applyTheme method. A theme includes settings for all calendar views - List, Month, Timetable, and so on.
Namespace: com.mindfusion.scheduling
Package: com.mindfusion.scheduling
Java Copy Code |
---|
public abstract class Theme |
You can create custom themes by deriving from this class and overriding all of the exposed properties. You can assign a custom theme to the control through the Calendar.setCustomTheme method.
java.lang.Object
com.mindfusion.scheduling.Theme