The Calendar control serves as a view in document-view architecture, where the document is implemented by the Schedule class. The Calendar provides several views modes, such as SingleMonth, List, Timetable, that present the scheduled events in different style, layout and resolution.
Namespace: com.mindfusion.scheduling
Package: com.mindfusion.scheduling
SyntaxJava
Copy Code
|
|---|
public class Calendar extends JComponent implements Printable, Scrollable, AncestorListener, ClipboardOwner, MouseListener, MouseMotionListener, KeyListener, ComponentListener |
Inheritance Hierarchyjava.lang.Object![]()
java.awt.Component![]()
java.awt.Container![]()
javax.swing.JComponent![]()
com.mindfusion.scheduling.Calendar
See Also