public interface CalendarEvent
CalendarEvent
is a BBj Interface that contains event information for
a BBjCalendarWidget. This is
the base class for all BBjCalendarWidget
events.
Modifier and Type | Method and Description |
---|---|
BBjString | getAsFormattedString() Returns a formatted, i.e. pretty-printed or beautified, stringified JsonObject representation of the |
JsonObject | getAsJsonObject() Returns a JsonObject representation of the |
BBjString | getAsString() Returns a stringified JsonObject representation of the |
BBjString | getCalendarUuid() Returns a unique ID that identifes the calendar instance to which the event belongs. |
CalendarView | getCalendarView() Returns the calendar's |
BBjNumber | getEventNumber() Returns the event number that corresponds to one of the |
public BBjString getAsFormattedString()
Returns a formatted, i.e. pretty-printed or beautified, stringified JsonObject representation of the CalendarEvent
object.
CalendarEvent
in stringified JSON format.public JsonObject getAsJsonObject()
Returns a JsonObject representation of the CalendarEvent
.
CalendarEvent
as a JsonObject. JsonObject for information about an object in JSON format.
public BBjString getAsString()
Returns a stringified JsonObject representation of the CalendarEvent
.
CalendarEvent
in stringified JSON format.public BBjString getCalendarUuid()
Returns a unique ID that identifes the calendar instance to which the event belongs.
public CalendarView getCalendarView()
Returns the calendar's CalendarView
object.
CalendarView
object.public BBjNumber getEventNumber()
Returns the event number that corresponds to one of the CalendarAPI.ON_CALENDAR_*
callback constants.
CalendarAPI.ON_CALENDAR_*
callback constants.