Class CalendarDoubleClickEvent


public class CalendarDoubleClickEvent extends BaseJBStrapEvent
This class contains the data about the calendar double-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

    • CalendarDoubleClickEvent

      public CalendarDoubleClickEvent()
  • Method Details

    • getStartDate

      public Date getStartDate()
      Gets the double click's starting 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 single click happened without highlighting any dates, then the start and end dates will be the same.