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