Class CalendarClickEvent


public class CalendarClickEvent extends BaseJBStrapEvent
This class contains the data about the calendar click events. These events occur when there is a click event over the area of the calendar, that has no calendar event displayed. 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 click's starting date
  • The click's end date
Since:
4.0
Author:
JBStrap
  • Constructor Details

    • CalendarClickEvent

      public CalendarClickEvent()
  • Method Details

    • getStartDate

      public Date getStartDate()
      Gets the click's start date.
      Returns:
      The click's starting date
    • getEndDate

      public Date getEndDate()
      Gets the click's end date
      Returns:
      The click's end date. If a simple click happened, without highlighting any dates, then the starting and end date will be the same