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 DropTargetTargetDetails. getTarget()DropTargetTargetDetailsImpl. 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 classCalendarVaadin Calendar is for visualizing events in a calendar.classDragAndDropWrapperclassTableTableis used for representing data or components in a pageable and selectable table.classTreeTree component.classTreeTable -
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)
-