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.JQueryEventProvides an event object that will be broadcasted by theCalendarBehavior.OnDayClickAjaxBehaviorcallback
-
-
Constructor Summary
Constructors Constructor Description DayClickEvent()Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LocalDateTimegetDate()Gets the event dateCalendarViewgetView()Gets the currentCalendarViewbooleanisAllDay()Indicates whether this event is an 'all-day' event
-
-
-
Method Detail
-
getDate
public LocalDateTime 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
public CalendarView getView()
Gets the currentCalendarView- Returns:
- the view name
-
-