Class CalendarBehavior.ClickEvent
- java.lang.Object
-
- com.googlecode.wicket.jquery.core.JQueryEvent
-
- com.googlecode.wicket.jquery.ui.calendar.CalendarBehavior.ClickEvent
-
- Enclosing class:
- CalendarBehavior
protected static class CalendarBehavior.ClickEvent extends com.googlecode.wicket.jquery.core.JQueryEventProvides an event object that will be broadcasted by theCalendarBehavior.OnEventClickAjaxBehaviorcallback
-
-
Constructor Summary
Constructors Constructor Description ClickEvent()Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetEventId()Gets the event's idCalendarViewgetView()Gets the currentCalendarView
-
-
-
Method Detail
-
getEventId
public String getEventId()
Gets the event's id- Returns:
- the event's id
-
getView
public CalendarView getView()
Gets the currentCalendarView- Returns:
- the view name
-
-