Skip navigation links
A C D E F G I M N O P R S T U V Z _ 

A

AbstractCalendarItem<T> - Class in org.zkoss.calendar.impl
A skeletal implementation for CalendarItem
AbstractCalendarItem(String, String, String, String, boolean, T, T) - Constructor for class org.zkoss.calendar.impl.AbstractCalendarItem
 
AbstractCalendarModel - Class in org.zkoss.calendar.impl
A skeletal implementation for CalendarModel
AbstractCalendarModel() - Constructor for class org.zkoss.calendar.impl.AbstractCalendarModel
 
add(int, CalendarItem) - Method in class org.zkoss.calendar.impl.SimpleCalendarModel
Adds the calendar item to the specified index of the list.
add(CalendarItem) - Method in class org.zkoss.calendar.impl.SimpleCalendarModel
Adds the calendar item to the list.
addCalendarDataListener(CalendarDataListener) - Method in interface org.zkoss.calendar.api.CalendarModel
Adds a listener to the calendar model that's notified each time a change to the data model occurs.
addCalendarDataListener(CalendarDataListener) - Method in class org.zkoss.calendar.impl.AbstractCalendarModel
 
addDayItem(CalendarItem) - Method in class org.zkoss.calendar.Calendars
 
addTimeZone(String, TimeZone) - Method in interface org.zkoss.calendar.api.Calendars
Deprecated.
Adds the time zone to the calendar.
addTimeZone(String, String) - Method in interface org.zkoss.calendar.api.Calendars
Deprecated.
Adds the time zone to the calendar.
addTimeZone(String, TimeZone) - Method in class org.zkoss.calendar.Calendars
Adds the time zone to the calendar.
addTimeZone(String, String) - Method in class org.zkoss.calendar.Calendars
Adds the time zone to the calendar.

C

CalendarDataEvent - Class in org.zkoss.calendar.event
Defines an event that encapsulates changes to a date range.
CalendarDataEvent(CalendarModel, int, Date, Date, TimeZone) - Constructor for class org.zkoss.calendar.event.CalendarDataEvent
CalendarDataEvent(CalendarModel, int, CalendarItem, TimeZone) - Constructor for class org.zkoss.calendar.event.CalendarDataEvent
Contructor.
CalendarDataListener - Interface in org.zkoss.calendar.event
Defines the methods used to listener when the content of CalendarModel is changed.
CalendarDropEvent - Class in org.zkoss.calendar.event
Represents an event cause by user's dragging and dropping a component.
CalendarDropEvent(String, Component, Component, int, int, int, int, int, Date, CalendarItem) - Constructor for class org.zkoss.calendar.event.CalendarDropEvent
 
CalendarItem - Interface in org.zkoss.calendar.api
This interface defines the methods used for Calendars to render the event data.
CalendarModel - Interface in org.zkoss.calendar.api
This interface defines the methods used for Calendars to store the event datum.
Calendars - Interface in org.zkoss.calendar.api
Deprecated. 
Calendars - Class in org.zkoss.calendar
A complete calendar component to represent a calendar to support both molds, default and month, and multi-timezone.
Calendars() - Constructor for class org.zkoss.calendar.Calendars
 
CalendarsEvent - Class in org.zkoss.calendar.event
The event is used for Calendars when user create/update/edit the calendar item.
CalendarsEvent(String, Component, CalendarItem, Date, Date, int, int, int, int) - Constructor for class org.zkoss.calendar.event.CalendarsEvent
 
CalendarWebAppInit - Class in org.zkoss.calendar
This is a fallback for older ZK versions in which the ThemeProvider cannot be customized for themed addon components.
CalendarWebAppInit() - Constructor for class org.zkoss.calendar.CalendarWebAppInit
 
clear() - Method in class org.zkoss.calendar.impl.SimpleCalendarModel
Removes all of the elements from this list (optional operation).
clearGhost() - Method in class org.zkoss.calendar.event.CalendarsEvent
Clears the dragging ghost from server to client.
clone() - Method in class org.zkoss.calendar.Calendars
 
CONTENTS_CHANGED - Static variable in class org.zkoss.calendar.event.CalendarDataEvent
Identifies one or more changes in the lists contents.
convertToInstant(T) - Method in class org.zkoss.calendar.impl.AbstractCalendarItem
 
convertToInstant(LocalDateTime) - Method in class org.zkoss.calendar.impl.DefaultCalendarItem
 
convertToInstant(Date) - Method in class org.zkoss.calendar.impl.SimpleCalendarItem
 
createItemTitle(DateFormatter, Locale, TimeZone, CalendarItem) - Static method in class org.zkoss.calendar.impl.Util
 

D

DateFormatter - Interface in org.zkoss.calendar.api
A date formatter is used to display the different date format in the calendar.
DefaultCalendarItem - Class in org.zkoss.calendar.impl
An immutable implementation of AbstractCalendarItem using LocalDateTime and ZoneId.
DefaultCalendarItem(LocalDateTime, LocalDateTime, ZoneId) - Constructor for class org.zkoss.calendar.impl.DefaultCalendarItem
 
DefaultCalendarItem(String, String, String, String, boolean, LocalDateTime, LocalDateTime, ZoneId) - Constructor for class org.zkoss.calendar.impl.DefaultCalendarItem
 
drawAllDay(Calendars, CalendarItem, String) - Method in interface org.zkoss.calendar.api.ItemRender
Draws the all day in the default mold of the calendar.
drawAllDayByMonth(Calendars, CalendarItem, String, Date, Date) - Method in interface org.zkoss.calendar.api.ItemRender
Draws the all day in the month mold of the calendar.
drawDay(Calendars, CalendarItem, String) - Method in interface org.zkoss.calendar.api.ItemRender
Draws the day in the default mold of the calendar.
drawDayByMonth(Calendars, CalendarItem, String) - Method in interface org.zkoss.calendar.api.ItemRender
Draws the day in the month mold of the calendar.

E

encloseItemList(Calendars, Collection<CalendarItem>) - Static method in class org.zkoss.calendar.impl.Util
 
encloseItemMap(Calendars, Map<String, List<CalendarItem>>) - Static method in class org.zkoss.calendar.impl.Util
 
encloseList(Collection<String>) - Static method in class org.zkoss.calendar.impl.Util
 
escapeXML(String) - Static method in class org.zkoss.calendar.impl.Util
This method is missing in XMLs, unfortunately.

F

fireEvent(int, Date, Date) - Method in class org.zkoss.calendar.impl.AbstractCalendarModel
fireEvent(int, CalendarItem) - Method in class org.zkoss.calendar.impl.AbstractCalendarModel
fireEvent(int, Date, Date, TimeZone) - Method in class org.zkoss.calendar.impl.AbstractCalendarModel
Deprecated.
As of release 2.0-RC, replaced with AbstractCalendarModel.fireEvent(int type, CalendarItem e, TimeZone timezone) Fires a CalendarDataEvent for all registered listener (thru AbstractCalendarModel.addCalendarDataListener(org.zkoss.calendar.event.CalendarDataListener).

Note: you can invoke this method only in an event listener.

fireEvent(int, CalendarItem, TimeZone) - Method in class org.zkoss.calendar.impl.AbstractCalendarModel
fixDSTTime(TimeZone, Date) - Static method in class org.zkoss.calendar.impl.Util
 

G

get(Date, Date, RenderContext) - Method in interface org.zkoss.calendar.api.CalendarModel
Returns the list that must be a list of CalendarItem type.
get(Date, Date, RenderContext) - Method in class org.zkoss.calendar.impl.SimpleCalendarModel
Returns the list that must be a list of CalendarItem type.
getBegin() - Method in interface org.zkoss.calendar.api.CalendarItem
Returns the beginning date of the calendar item in Instant.
getBegin() - Method in class org.zkoss.calendar.impl.AbstractCalendarItem
 
getBeginDate() - Method in interface org.zkoss.calendar.api.CalendarItem
Deprecated.
since 3.0.0
getBeginDate() - Method in interface org.zkoss.calendar.api.Calendars
Deprecated.
Returns the beginning date, which is based on Calendars.getCurrentDate() in the current view depended on which mold is using.
getBeginDate() - Method in class org.zkoss.calendar.Calendars
Returns the beginning date, which is based on Calendars.getCurrentDate() in the current view depended on which AbstractComponent.getMold() is using.
getBeginDate() - Method in class org.zkoss.calendar.event.CalendarDataEvent
Returns the begin date of the change range.
getBeginDate() - Method in class org.zkoss.calendar.event.CalendarsEvent
Returns the update beginning date.
getBeginTime() - Method in class org.zkoss.calendar.Calendars
 
getCalendarDropEvent(AuRequest) - Static method in class org.zkoss.calendar.event.CalendarDropEvent
Converts an AU request to a drop event.
getCalendarEvent() - Method in class org.zkoss.calendar.event.CalendarDropEvent
Returns the calendar event.
getCalendarItem() - Method in class org.zkoss.calendar.event.CalendarDataEvent
 
getCalendarItem() - Method in class org.zkoss.calendar.event.CalendarsEvent
Returns the calendar item.
getCalendarItemById(String) - Method in class org.zkoss.calendar.Calendars
 
getCalendarItemId(CalendarItem) - Method in class org.zkoss.calendar.Calendars
 
getCalendarThemeURI() - Static method in class org.zkoss.calendar.CalendarWebAppInit
 
getCalendarThemeURI(String) - Static method in class org.zkoss.calendar.CalendarWebAppInit
 
getCaptionByDate(Date, Locale, TimeZone) - Method in interface org.zkoss.calendar.api.DateFormatter
Returns the caption of the date.
getCaptionByDate(Date, Locale, TimeZone) - Method in interface org.zkoss.calendar.api.ZonedDateTimeFormatter
Deprecated.
As of release 3.0.0
getCaptionByDate(ZonedDateTime, Locale) - Method in interface org.zkoss.calendar.api.ZonedDateTimeFormatter
Returns the caption of the date.
getCaptionByDate(ZonedDateTime, Locale) - Method in class org.zkoss.calendar.impl.SimpleDateFormatter
 
getCaptionByDateOfMonth(Date, Locale, TimeZone) - Method in interface org.zkoss.calendar.api.DateFormatter
Returns the caption of the date of month.
getCaptionByDateOfMonth(Date, Locale, TimeZone) - Method in interface org.zkoss.calendar.api.ZonedDateTimeFormatter
Deprecated.
As of release 3.0.0
getCaptionByDateOfMonth(ZonedDateTime, Locale) - Method in interface org.zkoss.calendar.api.ZonedDateTimeFormatter
Returns the caption of the date of month.
getCaptionByDateOfMonth(ZonedDateTime, Locale) - Method in class org.zkoss.calendar.impl.SimpleDateFormatter
 
getCaptionByDayOfWeek(Date, Locale, TimeZone) - Method in interface org.zkoss.calendar.api.DateFormatter
Returns the caption of the day of week.
getCaptionByDayOfWeek(Date, Locale, TimeZone) - Method in interface org.zkoss.calendar.api.ZonedDateTimeFormatter
Deprecated.
As of release 3.0.0
getCaptionByDayOfWeek(ZonedDateTime, Locale) - Method in interface org.zkoss.calendar.api.ZonedDateTimeFormatter
Returns the caption of the day of week.
getCaptionByDayOfWeek(ZonedDateTime, Locale) - Method in class org.zkoss.calendar.impl.SimpleDateFormatter
 
getCaptionByPopup(Date, Locale, TimeZone) - Method in interface org.zkoss.calendar.api.DateFormatter
Returns the caption of the popup title.
getCaptionByPopup(Date, Locale, TimeZone) - Method in interface org.zkoss.calendar.api.ZonedDateTimeFormatter
Deprecated.
As of release 3.0.0
getCaptionByPopup(ZonedDateTime, Locale) - Method in interface org.zkoss.calendar.api.ZonedDateTimeFormatter
Returns the caption of the popup title.
getCaptionByPopup(ZonedDateTime, Locale) - Method in class org.zkoss.calendar.impl.SimpleDateFormatter
 
getCaptionByTimeOfDay(Date, Locale, TimeZone) - Method in interface org.zkoss.calendar.api.DateFormatter
Returns the caption of the time of day.
getCaptionByTimeOfDay(Date, Locale, TimeZone) - Method in interface org.zkoss.calendar.api.ZonedDateTimeFormatter
Deprecated.
As of release 3.0.0
getCaptionByTimeOfDay(ZonedDateTime, Locale) - Method in interface org.zkoss.calendar.api.ZonedDateTimeFormatter
Returns the caption of the time of day.
getCaptionByTimeOfDay(ZonedDateTime, Locale) - Method in class org.zkoss.calendar.impl.SimpleDateFormatter
 
getCaptionByWeekOfYear(Date, Locale, TimeZone) - Method in interface org.zkoss.calendar.api.DateFormatter
Returns the caption of the week number within the current year.
getCaptionByWeekOfYear(Date, Locale, TimeZone) - Method in interface org.zkoss.calendar.api.ZonedDateTimeFormatter
Deprecated.
As of release 3.0.0
getCaptionByWeekOfYear(ZonedDateTime, Locale) - Method in interface org.zkoss.calendar.api.ZonedDateTimeFormatter
Returns the caption of the week number within the current year.
getCaptionByWeekOfYear(ZonedDateTime, Locale) - Method in class org.zkoss.calendar.impl.SimpleDateFormatter
 
getClickEvent(AuRequest, String) - Static method in class org.zkoss.calendar.event.CalendarsEvent
 
getContent() - Method in interface org.zkoss.calendar.api.CalendarItem
Returns the content of the calendar item.
getContent() - Method in class org.zkoss.calendar.impl.AbstractCalendarItem
 
getContentColor() - Method in interface org.zkoss.calendar.api.CalendarItem
Returns the color of the content in the calendar item.
getContentColor() - Method in class org.zkoss.calendar.impl.AbstractCalendarItem
 
getCreateEvent(AuRequest) - Static method in class org.zkoss.calendar.event.CalendarsEvent
Creates an instance of Event based on the specified request.
getCurrentDate() - Method in interface org.zkoss.calendar.api.Calendars
Deprecated.
Returns the current date.
getCurrentDate() - Method in class org.zkoss.calendar.Calendars
Returns the current date.
getDate() - Method in class org.zkoss.calendar.event.CalendarDropEvent
Returns the date of drop area.
getDateFormatter() - Method in interface org.zkoss.calendar.api.Calendars
Deprecated.
Returns the date formatter.
getDateFormatter() - Method in class org.zkoss.calendar.Calendars
Returns the date formatter.
getDays() - Method in interface org.zkoss.calendar.api.Calendars
Deprecated.
Returns the days.
getDays() - Method in class org.zkoss.calendar.Calendars
Returns the days.
getDefaultTimeZone() - Method in interface org.zkoss.calendar.api.Calendars
Deprecated.
Returns the current time zone of the calendar.
getDefaultTimeZone() - Method in class org.zkoss.calendar.Calendars
Returns the current time zone of the calendar.
getDesktopHeight() - Method in class org.zkoss.calendar.event.CalendarsEvent
Returns the pixel height of the client's desktop.
getDesktopWidth() - Method in class org.zkoss.calendar.event.CalendarsEvent
Returns the pixel width of the client's desktop.
getDSTTime(TimeZone, Date) - Static method in class org.zkoss.calendar.impl.Util
 
getEditEvent(AuRequest) - Static method in class org.zkoss.calendar.event.CalendarsEvent
 
getEnd() - Method in interface org.zkoss.calendar.api.CalendarItem
Returns the beginning date of the calendar item in Instant.
getEnd() - Method in class org.zkoss.calendar.impl.AbstractCalendarItem
 
getEndDate() - Method in interface org.zkoss.calendar.api.CalendarItem
Deprecated.
since 3.0.0
getEndDate() - Method in interface org.zkoss.calendar.api.Calendars
Deprecated.
Returns the end date, which is based on Calendars.getCurrentDate() in the current view depended on which mold is using.
getEndDate() - Method in class org.zkoss.calendar.Calendars
Returns the end date, which is based on Calendars.getCurrentDate() in the current view depended on which AbstractComponent.getMold() is using.
getEndDate() - Method in class org.zkoss.calendar.event.CalendarDataEvent
Returns the end date of the change range.
getEndDate() - Method in class org.zkoss.calendar.event.CalendarsEvent
Returns the update end date.
getEndTime() - Method in class org.zkoss.calendar.Calendars
 
getEvent(Date) - Method in interface org.zkoss.calendar.api.Calendars
Deprecated.
Returns the unmodifiable list including all the calendar events matching from the specified date in the same date.
getFirstDayOfWeek() - Method in interface org.zkoss.calendar.api.Calendars
Deprecated.
Gets what the first day of the week is; e.g., SUNDAY in the U.S., MONDAY in France.
getFirstDayOfWeek() - Method in class org.zkoss.calendar.Calendars
Gets what the first day of the week is; e.g., SUNDAY in the U.S., MONDAY in France.
getHeaderColor() - Method in interface org.zkoss.calendar.api.CalendarItem
Returns the color of the header in the calendar item.
getHeaderColor() - Method in class org.zkoss.calendar.impl.AbstractCalendarItem
 
getItem(Date) - Method in class org.zkoss.calendar.Calendars
Returns the unmodifiable list including all the calendar items matching from the specified date in the same date.
getItemKey(CalendarItem) - Method in class org.zkoss.calendar.Calendars
 
getItemRender() - Method in interface org.zkoss.calendar.api.Calendars
Deprecated.
As of release 2.0-RC Returns the item renderer used for CalendarItem to draw its outline (i.e. HTML), like the DSP renderer of ZK component.

Note: never null.

getItemRender() - Method in class org.zkoss.calendar.Calendars
Deprecated.
As of release 2.0-RC Returns the item renderer used for CalendarItem to draw its outline (i.e. HTML), like the DSP renderer of ZK component.

Note: never null.

getModel() - Method in interface org.zkoss.calendar.api.Calendars
Deprecated.
Returns the calendar model.
getModel() - Method in class org.zkoss.calendar.Calendars
Returns the calendar model.
getModel() - Method in class org.zkoss.calendar.event.CalendarDataEvent
Returns the calendar model that fires this event.
getTimeslots() - Method in class org.zkoss.calendar.Calendars
 
getTimeZone() - Method in interface org.zkoss.calendar.api.RenderContext
Returns the current time zone of the calendar.
getTimeZone() - Method in class org.zkoss.calendar.event.CalendarDataEvent
Return the time zone of the calendar
getTimeZones() - Method in interface org.zkoss.calendar.api.Calendars
Deprecated.
Returns the unmodifiable map including all the timezone inside the calendar.
getTimeZones() - Method in class org.zkoss.calendar.Calendars
Returns the unmodifiable map including all the timezone inside the calendar.
getTitle() - Method in interface org.zkoss.calendar.api.CalendarItem
Returns the title of the calendar item.
getTitle() - Method in class org.zkoss.calendar.impl.AbstractCalendarItem
 
getToolbar() - Method in class org.zkoss.calendar.Calendars
 
getTooltipEvent(AuRequest) - Static method in class org.zkoss.calendar.event.CalendarsEvent
 
getType() - Method in class org.zkoss.calendar.event.CalendarDataEvent
Returns the event type.
getUpdateEvent(AuRequest) - Static method in class org.zkoss.calendar.event.CalendarsEvent
 
getWeekOfMonth() - Method in interface org.zkoss.calendar.api.Calendars
Deprecated.
Returns the number of the week of the month in the current date.
getWeekOfMonth() - Method in class org.zkoss.calendar.Calendars
Returns the number of the week of the month in the current date.
getX() - Method in class org.zkoss.calendar.event.CalendarsEvent
Returns the x coordination of the mouse pointer relevant to the component.
getY() - Method in class org.zkoss.calendar.event.CalendarsEvent
Returns the y coordination of the mouse pointer relevant to the component.
getZclass() - Method in interface org.zkoss.calendar.api.CalendarItem
Returns the zclass of the calendar item.
getZclass() - Method in class org.zkoss.calendar.Calendars
 
getZclass() - Method in class org.zkoss.calendar.impl.AbstractCalendarItem
 

I

indexOf(CalendarItem) - Method in class org.zkoss.calendar.impl.SimpleCalendarModel
Returns the index of the first occurrence of the specified element in this list.
init(WebApp) - Method in class org.zkoss.calendar.CalendarWebAppInit
 
insertBefore(Component, Component) - Method in class org.zkoss.calendar.Calendars
 
INTERVAL_ADDED - Static variable in class org.zkoss.calendar.event.CalendarDataEvent
Identifies the addition of one or more contiguous items to the list.
INTERVAL_REMOVED - Static variable in class org.zkoss.calendar.event.CalendarDataEvent
Identifies the removal of one or more contiguous items from the list.
isEscapeXML() - Method in class org.zkoss.calendar.Calendars
Return whether the item content escape XML
isLocked() - Method in interface org.zkoss.calendar.api.CalendarItem
When it returns true, an end-user can't move the calendar item by mouse drag and drop in a browser.
isLocked() - Method in class org.zkoss.calendar.impl.AbstractCalendarItem
 
isReadonly() - Method in interface org.zkoss.calendar.api.Calendars
Deprecated.
Returns whether it is readonly.
isReadonly() - Method in class org.zkoss.calendar.Calendars
Returns whether it is readonly.
isWeekOfYear() - Method in interface org.zkoss.calendar.api.Calendars
Deprecated.
Returns whether enable to show the week number within the current year or not.
isWeekOfYear() - Method in class org.zkoss.calendar.Calendars
Returns whether enable to show the week number within the current year or not.
ItemRender - Interface in org.zkoss.calendar.api
A renderer of the calendar item.(Like the mold renderer of ZK component)

M

modifyDayItem(CalendarItem) - Method in class org.zkoss.calendar.Calendars
 

N

nextPage() - Method in interface org.zkoss.calendar.api.Calendars
Deprecated.
Navigates the current date to the next page, that is, when the Calendars.getDays() is seven with default mold, the next page means the next week.
nextPage() - Method in class org.zkoss.calendar.Calendars
Navigates the current date to the next page, that is, when the Calendars.getDays() is seven with default mold, the next page means the next week.

O

ON_DAY_CLICK - Static variable in class org.zkoss.calendar.event.CalendarsEvent
 
ON_ITEM_CREATE - Static variable in class org.zkoss.calendar.event.CalendarsEvent
 
ON_ITEM_EDIT - Static variable in class org.zkoss.calendar.event.CalendarsEvent
 
ON_ITEM_TOOLTIP - Static variable in class org.zkoss.calendar.event.CalendarsEvent
 
ON_ITEM_UPDATE - Static variable in class org.zkoss.calendar.event.CalendarsEvent
 
ON_WEEK_CLICK - Static variable in class org.zkoss.calendar.event.CalendarsEvent
 
onAddDayItemResponse() - Method in class org.zkoss.calendar.Calendars
 
onChange(CalendarDataEvent) - Method in interface org.zkoss.calendar.event.CalendarDataListener
Sent when the contents of the calendar has changed.
onInitRender() - Method in class org.zkoss.calendar.Calendars
 
onModifyDayItemResponse() - Method in class org.zkoss.calendar.Calendars
 
onRemoveDayItemResponse() - Method in class org.zkoss.calendar.Calendars
 
org.zkoss.calendar - package org.zkoss.calendar
 
org.zkoss.calendar.api - package org.zkoss.calendar.api
 
org.zkoss.calendar.event - package org.zkoss.calendar.event
 
org.zkoss.calendar.impl - package org.zkoss.calendar.impl
 

P

packAllCaptionOfMonth(Calendars, Calendar, Locale, TimeZone, DateFormatter) - Static method in class org.zkoss.calendar.impl.Util
 
packCaptionByDate(Calendar, int, Locale, TimeZone, DateFormatter) - Static method in class org.zkoss.calendar.impl.Util
 
packCaptionByTimeOfDay(Calendar, Map<TimeZone, String>, Locale, DateFormatter) - Static method in class org.zkoss.calendar.impl.Util
 
packZonesOffset(Map<TimeZone, String>) - Static method in class org.zkoss.calendar.impl.Util
 
PREFIX - Static variable in class org.zkoss.calendar.CalendarWebAppInit
 
previousPage() - Method in interface org.zkoss.calendar.api.Calendars
Deprecated.
Navigates the current date to the previous page, that is, when the Calendars.getDays() is seven with default mold, the previous page means the previous week.
previousPage() - Method in class org.zkoss.calendar.Calendars
Navigates the current date to the previous page, that is, when the Calendars.getDays() is seven with default mold, the previous page means the previous week.

R

remove(int) - Method in class org.zkoss.calendar.impl.SimpleCalendarModel
Removes the calendar item from the specified index.
remove(CalendarItem) - Method in class org.zkoss.calendar.impl.SimpleCalendarModel
Removes from the specified calendar item.
removeCalendarDataListener(CalendarDataListener) - Method in interface org.zkoss.calendar.api.CalendarModel
Removes a listener from the calendar model that's notified each time a change to the data model occurs.
removeCalendarDataListener(CalendarDataListener) - Method in class org.zkoss.calendar.impl.AbstractCalendarModel
 
removeDayItem(CalendarItem) - Method in class org.zkoss.calendar.Calendars
 
removeTimeZone(TimeZone) - Method in interface org.zkoss.calendar.api.Calendars
Deprecated.
Removes the time zone from the calendar
removeTimeZone(TimeZone) - Method in class org.zkoss.calendar.Calendars
Removes the time zone from the calendar
RenderContext - Interface in org.zkoss.calendar.api
A RenderContext encapsulates the information needed to produce a specific rendering from a Calendars.
renderProperties(ContentRenderer) - Method in class org.zkoss.calendar.Calendars
 
reSendItemGroup() - Method in class org.zkoss.calendar.Calendars
 

S

service(AuRequest, boolean) - Method in class org.zkoss.calendar.Calendars
 
setBegin(Date) - Method in class org.zkoss.calendar.impl.SimpleCalendarItem
 
setBeginDate(Date) - Method in class org.zkoss.calendar.impl.SimpleCalendarItem
 
setBeginTime(int) - Method in class org.zkoss.calendar.Calendars
 
setContent(String) - Method in class org.zkoss.calendar.impl.SimpleCalendarItem
 
setContentColor(String) - Method in class org.zkoss.calendar.impl.SimpleCalendarItem
 
setCurrentDate(Date) - Method in interface org.zkoss.calendar.api.Calendars
Deprecated.
Sets the current date.
setCurrentDate(Date) - Method in class org.zkoss.calendar.Calendars
Sets the current date.
setDateFormatter(DateFormatter) - Method in interface org.zkoss.calendar.api.Calendars
Deprecated.
Sets the date formatter.
setDateFormatter(String) - Method in interface org.zkoss.calendar.api.Calendars
Deprecated.
Sets the date formatter by a class name.
setDateFormatter(DateFormatter) - Method in class org.zkoss.calendar.Calendars
Sets the date formatter.
setDateFormatter(String) - Method in class org.zkoss.calendar.Calendars
Sets the date formatter by a class name.
setDays(int) - Method in interface org.zkoss.calendar.api.Calendars
Deprecated.
Sets the days, that is, how many column should be displayed on the default mold.
setDays(int) - Method in class org.zkoss.calendar.Calendars
Sets the days, that is, how many column should be displayed on the default mold.
setEnd(Date) - Method in class org.zkoss.calendar.impl.SimpleCalendarItem
 
setEndDate(Date) - Method in class org.zkoss.calendar.impl.SimpleCalendarItem
 
setEndTime(int) - Method in class org.zkoss.calendar.Calendars
 
setEscapeXML(boolean) - Method in class org.zkoss.calendar.Calendars
Sets whether the item content escape XML
setFirstDayOfWeek(int) - Method in interface org.zkoss.calendar.api.Calendars
Deprecated.
Sets what the first day of the week is; e.g., SUNDAY in the U.S., MONDAY in France.
setFirstDayOfWeek(String) - Method in interface org.zkoss.calendar.api.Calendars
Deprecated.
Sets what the first day of the week is.
setFirstDayOfWeek(int) - Method in class org.zkoss.calendar.Calendars
Sets what the first day of the week is; e.g., SUNDAY in the U.S., MONDAY in France.
setFirstDayOfWeek(String) - Method in class org.zkoss.calendar.Calendars
Sets what the first day of the week is.
setHeaderColor(String) - Method in class org.zkoss.calendar.impl.SimpleCalendarItem
 
setItemRender(ItemRender) - Method in interface org.zkoss.calendar.api.Calendars
Deprecated.
As of release 2.0-RC Sets the item renderer.
setItemRender(ItemRender) - Method in class org.zkoss.calendar.Calendars
Deprecated.
As of release 2.0-RC Sets the item renderer.
setLocked(boolean) - Method in class org.zkoss.calendar.impl.SimpleCalendarItem
When setting it to true, an end-user can't move a calendar item by mouse drag and drop in a browser.
setModel(CalendarModel) - Method in interface org.zkoss.calendar.api.Calendars
Deprecated.
Sets the calendar model.
setModel(CalendarModel) - Method in class org.zkoss.calendar.Calendars
Sets the calendar model.
setMold(String) - Method in class org.zkoss.calendar.Calendars
 
setReadonly(boolean) - Method in interface org.zkoss.calendar.api.Calendars
Deprecated.
Sets whether it is readonly.
setReadonly(boolean) - Method in class org.zkoss.calendar.Calendars
Sets whether it is readonly.
setTimeslots(int) - Method in class org.zkoss.calendar.Calendars
 
setTimeZone(String) - Method in interface org.zkoss.calendar.api.Calendars
Deprecated.
Sets the time zone to the calendar, it is easily used for ZUL file.
setTimeZone(String) - Method in class org.zkoss.calendar.Calendars
Sets the time zone to the calendar, it is easily used for ZUL file.
setTitle(String) - Method in class org.zkoss.calendar.impl.SimpleCalendarItem
 
setWeekOfYear(boolean) - Method in interface org.zkoss.calendar.api.Calendars
Deprecated.
Sets whether enable to show the week number within the current year or not.
setWeekOfYear(boolean) - Method in class org.zkoss.calendar.Calendars
Sets whether enable to show the week number within the current year or not.
SimpleCalendarEvent - Class in org.zkoss.calendar.impl
Deprecated.
SimpleCalendarEvent() - Constructor for class org.zkoss.calendar.impl.SimpleCalendarEvent
Deprecated.
 
SimpleCalendarItem - Class in org.zkoss.calendar.impl
A simple implementation of CalendarItem
SimpleCalendarItem() - Constructor for class org.zkoss.calendar.impl.SimpleCalendarItem
 
SimpleCalendarItem(String, String, String, String, boolean, Date, Date) - Constructor for class org.zkoss.calendar.impl.SimpleCalendarItem
 
SimpleCalendarModel - Class in org.zkoss.calendar.impl
A simple implementation of CalendarModel.
SimpleCalendarModel(List<CalendarItem>, boolean) - Constructor for class org.zkoss.calendar.impl.SimpleCalendarModel
Constructor
SimpleCalendarModel() - Constructor for class org.zkoss.calendar.impl.SimpleCalendarModel
Constructor.
SimpleCalendarModel(Collection<CalendarItem>) - Constructor for class org.zkoss.calendar.impl.SimpleCalendarModel
Constructor.
SimpleCalendarModel(CalendarItem[]) - Constructor for class org.zkoss.calendar.impl.SimpleCalendarModel
Constructor.
SimpleCalendarModel(int) - Constructor for class org.zkoss.calendar.impl.SimpleCalendarModel
Constructor.
SimpleDateFormatter - Class in org.zkoss.calendar.impl
A simple implementation of ZonedDateTimeFormatter
SimpleDateFormatter() - Constructor for class org.zkoss.calendar.impl.SimpleDateFormatter
 
size() - Method in class org.zkoss.calendar.impl.SimpleCalendarModel
Returns the number of elements in this list.
stopClearGhost() - Method in class org.zkoss.calendar.event.CalendarsEvent
Stops to clear the dragging ghost command from server to client.
SUFFIX - Static variable in class org.zkoss.calendar.CalendarWebAppInit
 

T

toString() - Method in class org.zkoss.calendar.event.CalendarDataEvent
 

U

UID - Static variable in class org.zkoss.calendar.Version
Returns the version UID.
update(CalendarItem) - Method in class org.zkoss.calendar.impl.SimpleCalendarModel
Update the calendar item to the list.
Util - Class in org.zkoss.calendar.impl
 
Util() - Constructor for class org.zkoss.calendar.impl.Util
 

V

Version - Class in org.zkoss.calendar
The version of the ZK Calendar component set.
Version() - Constructor for class org.zkoss.calendar.Version
 

Z

ZonedDateTimeFormatter - Interface in org.zkoss.calendar.api
A date (ZonedDateTime) formatter is used to display the different date format in the calendar.

_

_begin - Variable in class org.zkoss.calendar.impl.AbstractCalendarItem
 
_content - Variable in class org.zkoss.calendar.impl.AbstractCalendarItem
 
_contentColor - Variable in class org.zkoss.calendar.impl.AbstractCalendarItem
 
_end - Variable in class org.zkoss.calendar.impl.AbstractCalendarItem
 
_headerColor - Variable in class org.zkoss.calendar.impl.AbstractCalendarItem
 
_list - Variable in class org.zkoss.calendar.impl.SimpleCalendarModel
 
_locked - Variable in class org.zkoss.calendar.impl.AbstractCalendarItem
 
_title - Variable in class org.zkoss.calendar.impl.AbstractCalendarItem
 
A C D E F G I M N O P R S T U V Z _ 
Skip navigation links

Copyright © 2021. All Rights Reserved.