Package com.jbstrap.core.event
Class CalendarClickEvent
java.lang.Object
com.jbstrap.core.event.BaseEvent
com.jbstrap.core.event.BaseJBStrapEvent
com.jbstrap.core.event.CalendarClickEvent
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
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the click's end dateGets the click's start date.Methods 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
-
CalendarClickEvent
public CalendarClickEvent()
-
-
Method Details
-
getStartDate
Gets the click's start date.- Returns:
- The click's starting 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
-