Package | Description |
---|---|
com.vaadin.event.dd | |
com.vaadin.ui | |
com.vaadin.ui.components.calendar |
Modifier and Type | Class and Description |
---|---|
class |
TargetDetailsImpl
A HashMap backed implementation of
TargetDetails for terminal
implementation and for extension. |
Modifier and Type | Method and Description |
---|---|
TargetDetails |
DragAndDropEvent.getTargetDetails() |
TargetDetails |
DropTarget.translateDropTargetDetails(Map<String,Object> clientVariables)
Called before the
DragAndDropEvent is passed to
DropHandler . |
Constructor and Description |
---|
DragAndDropEvent(Transferable transferable,
TargetDetails dropTargetDetails) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSelect.AbstractSelectTargetDetails
TargetDetails implementation for subclasses of
AbstractSelect
that implement DropTarget . |
class |
DragAndDropWrapper.WrapperTargetDetails |
class |
Tree.TreeTargetDetails
A
TargetDetails implementation with Tree specific api. |
Modifier and Type | Method and Description |
---|---|
TargetDetails |
DragAndDropWrapper.translateDropTargetDetails(Map<String,Object> clientVariables) |
TargetDetails |
Calendar.translateDropTargetDetails(Map<String,Object> clientVariables) |
Modifier and Type | Class and Description |
---|---|
class |
CalendarTargetDetails
Drop details for
Calendar . |
Copyright © 2019 Vaadin Ltd. All rights reserved.