Class CalendarBehavior.SelectEvent
java.lang.Object
com.googlecode.wicket.jquery.core.JQueryEvent
com.googlecode.wicket.jquery.ui.calendar.CalendarBehavior.SelectEvent
- Enclosing class:
- CalendarBehavior
protected static class CalendarBehavior.SelectEvent
extends com.googlecode.wicket.jquery.core.JQueryEvent
Provides an event object that will be broadcasted by the
CalendarBehavior.OnSelectAjaxBehavior callback-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetEnd()Gets the end dategetStart()Gets the event start dategetView()Gets the currentCalendarViewbooleanisAllDay()Indicates whether this event is an 'all-day' event
-
Constructor Details
-
SelectEvent
public SelectEvent()
-
-
Method Details
-
getStart
Gets the event start date- Returns:
- the start date
-
getEnd
Gets the end date- Returns:
- the end 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
-