Class CalendarBehavior.DayClickEvent
java.lang.Object
com.googlecode.wicket.jquery.core.JQueryEvent
com.googlecode.wicket.jquery.ui.calendar.CalendarBehavior.DayClickEvent
- Enclosing class:
- CalendarBehavior
protected static class CalendarBehavior.DayClickEvent
extends com.googlecode.wicket.jquery.core.JQueryEvent
Provides an event object that will be broadcasted by the
CalendarBehavior.OnDayClickAjaxBehavior callback-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDate()Gets the event dategetView()Gets the currentCalendarViewbooleanisAllDay()Indicates whether this event is an 'all-day' event
-
Constructor Details
-
DayClickEvent
public DayClickEvent()Constructor
-
-
Method Details
-
getDate
Gets the event date- Returns:
- the date
-
isAllDay
public boolean isAllDay()Indicates whether this event is an 'all-day' event- Returns:
- true or false
-
getView
Gets the currentCalendarView- Returns:
- the view name
-