Uses of Interface
com.vaadin.event.dd.DropTarget
-
Packages that use DropTarget Package Description com.vaadin.event.dd com.vaadin.ui com.vaadin.ui.components.calendar -
-
Uses of DropTarget in com.vaadin.event.dd
Methods in com.vaadin.event.dd that return DropTarget Modifier and Type Method Description DropTarget
TargetDetails. getTarget()
DropTarget
TargetDetailsImpl. getTarget()
Constructors in com.vaadin.event.dd with parameters of type DropTarget Constructor Description TargetDetailsImpl(Map<String,Object> rawDropData, DropTarget dropTarget)
-
Uses of DropTarget in com.vaadin.ui
Classes in com.vaadin.ui that implement DropTarget Modifier and Type Class Description class
Calendar
Vaadin Calendar is for visualizing events in a calendar.class
DragAndDropWrapper
class
Table
Table
is used for representing data or components in a pageable and selectable table.class
Tree
Tree component.class
TreeTable
-
Uses of DropTarget in com.vaadin.ui.components.calendar
Constructors in com.vaadin.ui.components.calendar with parameters of type DropTarget Constructor Description CalendarTargetDetails(Map<String,Object> rawDropData, DropTarget dropTarget)
-