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