public interface CalendarEntryEvent extends CalendarEventWithJavaScriptEvent
CalendarEntryEvent
is a BBj Interface that contains event information for a calendar's entry
(appointment, event, etc.) object. It's the base class for several calendar events that deal with the calendar's
entries (appointments, events, etc.) including the CalendarEntryClickEvent
,
CalendarEntryMouseEnterEvent
, and CalendarEntryMouseLeaveEvent
.
Modifier and Type | Method and Description |
---|---|
CalendarEntry | getCalendarEntry() Returns the entry (appointment, event, etc.) from the calendar. |
JsonObject | getHtmlElement() Returns the native HTML element with low-level information such as content, size, and position. |
getAsFormattedString, getAsJsonObject, getAsString, getCalendarUuid, getCalendarView, getEventNumber
getAltKey, getCalendarX, getCalendarY, getClientX, getClientY, getControlKey, getJsEvent, getJsEventAsFormattedString, getJsEventAsString, getMetaKey, getScreenX, getScreenY, getShiftKey
public CalendarEntry getCalendarEntry()
Returns the entry (appointment, event, etc.) from the calendar.
public JsonObject getHtmlElement()
Returns the native HTML element with low-level information such as content, size, and position.
HTML DOM Element Object for information about a native HTML element.