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

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

protected static class CalendarBehavior.ClickEvent
extends JQueryEvent

An event object that will be broadcasted when the user clicks on an event


Constructor Summary
CalendarBehavior.ClickEvent()
          Constructor
 
Method Summary
 int getEventId()
          Gets the event's id
 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.ClickEvent

public CalendarBehavior.ClickEvent()
Constructor

Method Detail

getEventId

public int getEventId()
Gets the event's id

Returns:
the event's id

getView

public CalendarView getView()
Gets the current CalendarView

Returns:
the view name


Copyright © 2013 7thWeb. All Rights Reserved.