protected static class CalendarBehavior.SelectEvent
extends com.googlecode.wicket.jquery.core.JQueryEvent
CalendarBehavior.OnSelectAjaxBehavior callback| Constructor and Description |
|---|
SelectEvent() |
| Modifier and Type | Method and Description |
|---|---|
org.threeten.bp.LocalDateTime |
getEnd()
Gets the end date
|
org.threeten.bp.LocalDateTime |
getStart()
Gets the event start date
|
CalendarView |
getView()
Gets the current
CalendarView |
boolean |
isAllDay()
Indicates whether this event is an 'all-day' event
|
public org.threeten.bp.LocalDateTime getStart()
public org.threeten.bp.LocalDateTime getEnd()
public boolean isAllDay()
public CalendarView getView()
CalendarViewCopyright © 2021 7thWeb. All rights reserved.