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

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

protected static class CalendarBehavior.SelectEvent
extends JQueryEvent

An event object that will be broadcasted when the user select a cell range


Constructor Summary
CalendarBehavior.SelectEvent()
           
 
Method Summary
 Date getEnd()
          Gets the end date
 Date getStart()
          Gets the event start date
 CalendarView getView()
          Gets the current CalendarView
 boolean isAllDay()
          Indicated whether this event is an 'all-day' event
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CalendarBehavior.SelectEvent

public CalendarBehavior.SelectEvent()
Method Detail

getStart

public Date getStart()
Gets the event start date

Returns:
the start date

getEnd

public Date getEnd()
Gets the end date

Returns:
the end date

isAllDay

public boolean isAllDay()
Indicated whether this event is an 'all-day' event

Returns:
true or false

getView

public CalendarView getView()
Gets the current CalendarView

Returns:
the view name


Copyright © 2013 7thWeb. All Rights Reserved.