| Package | Description |
|---|---|
| org.zkoss.calendar | |
| org.zkoss.calendar.api | |
| org.zkoss.calendar.event | |
| org.zkoss.calendar.impl |
| Modifier and Type | Method and Description |
|---|---|
CalendarModel |
Calendars.getModel()
Returns the calendar model.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Calendars.setModel(CalendarModel model)
Sets the calendar model.
|
| Modifier and Type | Method and Description |
|---|---|
CalendarModel |
Calendars.getModel()
Deprecated.
Returns the calendar model.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Calendars.setModel(CalendarModel model)
Deprecated.
Sets the calendar model.
|
| Modifier and Type | Method and Description |
|---|---|
CalendarModel |
CalendarDataEvent.getModel()
Returns the calendar model that fires this event.
|
| Constructor and Description |
|---|
CalendarDataEvent(CalendarModel model,
int type,
CalendarEvent e,
TimeZone timezone)
Contructor.
|
CalendarDataEvent(CalendarModel model,
int type,
Date begin,
Date end,
TimeZone timezone)
Deprecated.
As of release 2.0-RC, replaced with
CalendarDataEvent.CalendarDataEvent(CalendarModel model, int type, CalendarEvent e, TimeZone timezone) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCalendarModel
A skeletal implementation for
CalendarModel |
class |
SimpleCalendarModel
A simple implementation of
CalendarModel. |
Copyright © 2015. All Rights Reserved.