Search
Theme Class
Remarks See Also
 






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

 Syntax

Java  Copy Code

public abstract class Theme

 Remarks

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.

 Inheritance Hierarchy

java.lang.Object
    com.mindfusion.scheduling.Theme

 See Also