Package com.jbstrap.core.event
Class CalendarDoubleClickEvent
java.lang.Object
com.jbstrap.core.event.BaseEvent
com.jbstrap.core.event.BaseJBStrapEvent
com.jbstrap.core.event.CalendarDoubleClickEvent
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
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the click's end dateGets the double click's starting dateMethods inherited from class com.jbstrap.core.event.BaseJBStrapEvent
fireEvent
Methods inherited from class com.jbstrap.core.event.BaseEvent
getClient, getComponent, getEventId, getEventType, getSenderId
-
Constructor Details
-
CalendarDoubleClickEvent
public CalendarDoubleClickEvent()
-
-
Method Details
-
getStartDate
Gets the double click's starting date- Returns:
- The click's starting 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.
-