Class BasicWeekClickHandler
- java.lang.Object
-
- com.vaadin.v7.ui.components.calendar.handler.BasicWeekClickHandler
-
- All Implemented Interfaces:
SerializableEventListener,CalendarComponentEvents.WeekClickHandler,Serializable,EventListener
@Deprecated public class BasicWeekClickHandler extends Object implements CalendarComponentEvents.WeekClickHandler
Deprecated.Implements basic functionality needed to change to week view when a week number is clicked.- Since:
- 7.1
- Author:
- Vaadin Ltd.
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from interface com.vaadin.v7.ui.components.calendar.CalendarComponentEvents.WeekClickHandler
weekClickMethod
-
-
Constructor Summary
Constructors Constructor Description BasicWeekClickHandler()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected voidsetDates(CalendarComponentEvents.WeekClick event, Date start, Date end)Deprecated.Set the start and end dates for the event.voidweekClick(CalendarComponentEvents.WeekClick event)Deprecated.This method will be called when a week is clicked.
-
-
-
Method Detail
-
weekClick
public void weekClick(CalendarComponentEvents.WeekClick event)
Deprecated.Description copied from interface:CalendarComponentEvents.WeekClickHandlerThis method will be called when a week is clicked.- Specified by:
weekClickin interfaceCalendarComponentEvents.WeekClickHandler- Parameters:
event- WeekClick containing the target week and year.
-
setDates
protected void setDates(CalendarComponentEvents.WeekClick event, Date start, Date end)
Deprecated.Set the start and end dates for the event.- Parameters:
event- The event that the start and end dates should be setstart- The start dateend- The end date
-
-