public abstract class EventCanvasMenuCustomizer
extends java.lang.Object | Constructor and Description |
|---|
EventCanvasMenuCustomizer() |
| Modifier and Type | Method and Description |
|---|---|
Calendar | getCalendar() Returns the Calendar over which the hover occurred |
abstract MenuItem[] | getEventCanvasMenuItems(EventCanvas canvas) If this method returns a value, it is expected to return an array of items applicable to the passed canvas and its event. |
void | setCalendar(Calendar calendar) |
public void setCalendar(Calendar calendar)
public Calendar getCalendar()
public abstract MenuItem[] getEventCanvasMenuItems(EventCanvas canvas)
items applicable to the passed canvas and its event. If an array with valid entries is returned, the rollover context button is shown for the passed canvas.canvas - the canvas to get menu items for