Class CalendarBehavior.ObjectDropEvent
- java.lang.Object
-
- com.googlecode.wicket.jquery.core.JQueryEvent
-
- com.googlecode.wicket.jquery.ui.calendar.CalendarBehavior.ObjectDropEvent
-
- Enclosing class:
- CalendarBehavior
protected static class CalendarBehavior.ObjectDropEvent extends com.googlecode.wicket.jquery.core.JQueryEventProvides an event object that will be broadcasted by theCalendarBehavior.OnObjectDropAjaxBehaviorcallback
-
-
Constructor Summary
Constructors Constructor Description ObjectDropEvent()Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LocalDateTimegetDate()Gets the event dateStringgetTitle()Gets the event titlebooleanisAllDay()Indicates whether this event is an 'all-day' event
-
-
-
Method Detail
-
getDate
public LocalDateTime getDate()
Gets the event date- Returns:
- the date
-
getTitle
public String getTitle()
Gets the event title- Returns:
- the title
-
isAllDay
public boolean isAllDay()
Indicates whether this event is an 'all-day' event- Returns:
- true or false
-
-