public interface CalendarViewChangeEvent extends CalendarEvent
CalendarViewChangeEvent is a BBj Interface that contains event information for a calendar's view change event.
This data class will be made available to your custom callback routine after the user changes the calendar's view type and
you have previously executed the BBjCalendarWidget::setCallback()
method to register for the CalendarAPI.ON_CALENDAR_VIEW_CHANGE event.
| Modifier and Type | Method and Description |
|---|---|
JsonObject | getHtmlElement()Returns the native HTML element with low-level information such as content, size, and position. |
getAsFormattedString, getAsJsonObject, getAsString, getCalendarUuid, getCalendarView, getEventNumber 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.