Class CalendarScheduleClickEvent


public class CalendarScheduleClickEvent extends BaseJBStrapEvent
This class contains data about the calendar schedule click event. These are the following:
  • The client on which the event occurred
  • The ID of the component on which the event occurred
  • The event type
  • The instance of the component, on which the event occurred
  • The event's unique ID
  • The name of the calendar
  • The instance of the Schedule, that had the click occur.
  • Marks if the default details popup window was visible on the interface, when the user clicked.
Since:
4.0
Author:
JBStrap
  • Constructor Details

    • CalendarScheduleClickEvent

      public CalendarScheduleClickEvent()
  • Method Details

    • getSchedule

      public Schedule getSchedule()
      Gets the instance of the clicked Schedule
      Returns:
      The instance of the clicked Schedule
    • getCalendarName

      public String getCalendarName()
      Gets the name of the calendar.
      Returns:
      The calendar name
    • isPopupVisible

      public boolean isPopupVisible()
      Determines if the default schedule details popup window was visible on the interface, when the user clicked.
      Returns:
      true, if it was visible, otherwise false