Uses of Interface
org.zkoss.calendar.api.CalendarItem
-
Packages that use CalendarItem Package Description org.zkoss.calendar org.zkoss.calendar.api org.zkoss.calendar.event org.zkoss.calendar.impl -
-
Uses of CalendarItem in org.zkoss.calendar
Fields in org.zkoss.calendar with type parameters of type CalendarItem Modifier and Type Field Description protected List<CalendarItem>Calendars. _addItemListprotected static Comparator<CalendarItem>Calendars. _defCompareprotected Map<String,List<CalendarItem>>Calendars. _itemsprotected List<CalendarItem>Calendars. _mdyItemListprotected List<CalendarItem>Calendars. _rmItemListMethods in org.zkoss.calendar that return CalendarItem Modifier and Type Method Description CalendarItemCalendars. getCalendarItemById(String id)Methods in org.zkoss.calendar that return types with arguments of type CalendarItem Modifier and Type Method Description protected static Comparator<CalendarItem>Calendars. getDefaultBeginDateComparator()List<CalendarItem>Calendars. getItem(Date beginDate)Returns the unmodifiable list including all the calendar items matching from the specified date in the same date.Methods in org.zkoss.calendar with parameters of type CalendarItem Modifier and Type Method Description voidCalendars. addDayItem(CalendarItem ce)StringCalendars. getCalendarItemId(CalendarItem ce)protected StringCalendars. getItemKey(CalendarItem evt)voidCalendars. modifyDayItem(CalendarItem ce)voidCalendars. removeDayItem(CalendarItem ce) -
Uses of CalendarItem in org.zkoss.calendar.api
Methods in org.zkoss.calendar.api that return types with arguments of type CalendarItem Modifier and Type Method Description List<CalendarItem>CalendarModel. get(LocalDateTime beginDate, LocalDateTime endDate, RenderContext context)List<CalendarItem>CalendarModel. get(Date beginDate, Date endDate, RenderContext rc)Returns the list that must be a list ofCalendarItemtype.List<CalendarItem>Calendars. getEvent(Date beginDate)Deprecated.Returns the unmodifiable list including all the calendar events matching from the specified date in the same date.Methods in org.zkoss.calendar.api with parameters of type CalendarItem Modifier and Type Method Description StringItemRender. drawAllDay(Calendars cal, CalendarItem evt, String id)Draws the all day in the default mold of the calendar.StringItemRender. drawAllDayByMonth(Calendars cal, CalendarItem evt, String id, Date begin, Date end)Draws the all day in the month mold of the calendar.StringItemRender. drawDay(Calendars cal, CalendarItem evt, String id)Draws the day in the default mold of the calendar.StringItemRender. drawDayByMonth(Calendars cal, CalendarItem evt, String id)Draws the day in the month mold of the calendar. -
Uses of CalendarItem in org.zkoss.calendar.event
Methods in org.zkoss.calendar.event that return CalendarItem Modifier and Type Method Description CalendarItemCalendarDropEvent. getCalendarEvent()Returns the calendar event.CalendarItemCalendarDataEvent. getCalendarItem()CalendarItemCalendarsEvent. getCalendarItem()Returns the calendar item.Constructors in org.zkoss.calendar.event with parameters of type CalendarItem Constructor Description CalendarDataEvent(CalendarModel model, int type, CalendarItem e, TimeZone timezone)Contructor.CalendarDropEvent(String name, org.zkoss.zk.ui.Component target, org.zkoss.zk.ui.Component dragged, int x, int y, int pageX, int pageY, int keys, Date date, CalendarItem ce)CalendarsEvent(String name, org.zkoss.zk.ui.Component target, CalendarItem ce, Date beginDate, Date endDate, int x, int y, int dtwd, int dthgh) -
Uses of CalendarItem in org.zkoss.calendar.impl
Classes in org.zkoss.calendar.impl that implement CalendarItem Modifier and Type Class Description classAbstractCalendarItem<T>A skeletal implementation forCalendarItemclassDefaultCalendarItemWe provide this implementation to support Java new Date API:LocalDateTime.classSimpleCalendarEventDeprecated.please useSimpleCalendarItemorDefaultCalendarItemclassSimpleCalendarItemA simple implementation ofCalendarItem.Fields in org.zkoss.calendar.impl with type parameters of type CalendarItem Modifier and Type Field Description protected List<CalendarItem>SimpleCalendarModel. _listMethods in org.zkoss.calendar.impl that return CalendarItem Modifier and Type Method Description CalendarItemSimpleCalendarModel. remove(int index)Removes the calendar item from the specified index.Methods in org.zkoss.calendar.impl that return types with arguments of type CalendarItem Modifier and Type Method Description List<CalendarItem>SimpleCalendarModel. get(LocalDateTime beginDate, LocalDateTime endDate, RenderContext context)List<CalendarItem>SimpleCalendarModel. get(Date beginDate, Date endDate, RenderContext rc)Deprecated.3.2.0Methods in org.zkoss.calendar.impl with parameters of type CalendarItem Modifier and Type Method Description voidSimpleCalendarModel. add(int index, CalendarItem e)Adds the calendar item to the specified index of the list.booleanSimpleCalendarModel. add(CalendarItem e)Adds the calendar item to the list.static StringUtil. createItemTitle(DateFormatter df, Locale locale, TimeZone timezone, CalendarItem ce)protected voidAbstractCalendarModel. fireEvent(int type, CalendarItem e)Fires aCalendarDataEventfor all registered listener (thruAbstractCalendarModel.addCalendarDataListener(org.zkoss.calendar.event.CalendarDataListener).protected voidAbstractCalendarModel. fireEvent(int type, CalendarItem e, TimeZone timezone)Fires aCalendarDataEventfor all registered listener (thruAbstractCalendarModel.addCalendarDataListener(org.zkoss.calendar.event.CalendarDataListener).intSimpleCalendarModel. indexOf(CalendarItem elem)Returns the index of the first occurrence of the specified element in this list.booleanSimpleCalendarModel. remove(CalendarItem e)Removes from the specified calendar item.booleanSimpleCalendarModel. update(CalendarItem e)Update the calendar item to the list.Method parameters in org.zkoss.calendar.impl with type arguments of type CalendarItem Modifier and Type Method Description static StringUtil. encloseItemList(Calendars calendars, Collection<CalendarItem> collection)static StringUtil. encloseItemMap(Calendars calendars, Map<String,List<CalendarItem>> map)Constructors in org.zkoss.calendar.impl with parameters of type CalendarItem Constructor Description SimpleCalendarModel(CalendarItem[] array)Constructor.Constructor parameters in org.zkoss.calendar.impl with type arguments of type CalendarItem Constructor Description SimpleCalendarModel(Collection<CalendarItem> c)Constructor.SimpleCalendarModel(List<CalendarItem> list, boolean live)Constructor
-