Package com.jbstrap.core.event
Class CalendarScheduleClickEvent
java.lang.Object
com.jbstrap.core.event.BaseEvent
com.jbstrap.core.event.BaseJBStrapEvent
com.jbstrap.core.event.CalendarScheduleClickEvent
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
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the name of the calendar.Gets the instance of the clicked Scheduleboolean
Determines if the default schedule details popup window was visible on the interface, when the user clicked.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
-
CalendarScheduleClickEvent
public CalendarScheduleClickEvent()
-
-
Method Details
-
getSchedule
Gets the instance of the clicked Schedule- Returns:
- The instance of the clicked Schedule
-
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, otherwisefalse
-