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,
CalendarItem e,
java.util.TimeZone timezone)
Contructor.
|
CalendarDataEvent(CalendarModel model,
int type,
java.util.Date begin,
java.util.Date end,
java.util.TimeZone timezone)
Deprecated.
As of release 2.0-RC, replaced with
CalendarDataEvent(CalendarModel model, int type, CalendarItem e, TimeZone timezone) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCalendarModel
A skeletal implementation for
CalendarModel |
class |
SimpleCalendarModel
A simple implementation of
CalendarModel . |
Copyright © 2021. All Rights Reserved.