Uses of Interface
org.zkoss.calendar.api.RenderContext
-
Packages that use RenderContext Package Description org.zkoss.calendar.api org.zkoss.calendar.impl -
-
Uses of RenderContext in org.zkoss.calendar.api
Methods in org.zkoss.calendar.api with parameters of type RenderContext 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. -
Uses of RenderContext in org.zkoss.calendar.impl
Methods in org.zkoss.calendar.impl with parameters of type RenderContext 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.0
-