Uses of Class
com.vaadin.v7.client.ui.calendar.schedule.dd.CalendarDropHandler
-
Packages that use CalendarDropHandler Package Description com.vaadin.v7.client.ui com.vaadin.v7.client.ui.calendar.schedule.dd -
-
Uses of CalendarDropHandler in com.vaadin.v7.client.ui
Methods in com.vaadin.v7.client.ui that return CalendarDropHandler Modifier and Type Method Description CalendarDropHandlerVCalendar. getDropHandler()Methods in com.vaadin.v7.client.ui with parameters of type CalendarDropHandler Modifier and Type Method Description voidVCalendar. setDropHandler(CalendarDropHandler dropHandler)Set the drop handler. -
Uses of CalendarDropHandler in com.vaadin.v7.client.ui.calendar.schedule.dd
Subclasses of CalendarDropHandler in com.vaadin.v7.client.ui.calendar.schedule.dd Modifier and Type Class Description classCalendarMonthDropHandlerHandles DD when the monthly view is showing in the Calendar.classCalendarWeekDropHandlerHandles DD when the weekly view is showing in the Calendar.
-