com.googlecode.wicket.jquery.ui.calendar
Class CalendarBehavior.DayClickEvent

java.lang.Object
  extended by com.googlecode.wicket.jquery.core.JQueryEvent
      extended by com.googlecode.wicket.jquery.ui.calendar.CalendarBehavior.DayClickEvent
Enclosing class:
CalendarBehavior

protected static class CalendarBehavior.DayClickEvent
extends JQueryEvent

An event object that will be broadcasted when the user clicks on a day cell


Constructor Summary
CalendarBehavior.DayClickEvent()
          Constructor
 
Method Summary
 Date getDate()
          Gets the event date
 CalendarView getView()
          Gets the current CalendarView
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CalendarBehavior.DayClickEvent

public CalendarBehavior.DayClickEvent()
Constructor

Method Detail

getDate

public Date getDate()
Gets the event date

Returns:
the date

getView

public CalendarView getView()
Gets the current CalendarView

Returns:
the view name


Copyright © 2013 7thWeb. All Rights Reserved.