|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Transferable | |
|---|---|
| com.vaadin.event | |
| com.vaadin.event.dd | |
| com.vaadin.ui | |
| Uses of Transferable in com.vaadin.event |
|---|
| Classes in com.vaadin.event that implement Transferable | |
|---|---|
class |
DataBoundTransferable
Parent class for Transferable implementations that have a Vaadin
container as a data source. |
class |
TransferableImpl
TODO Javadoc! |
| Uses of Transferable in com.vaadin.event.dd |
|---|
| Methods in com.vaadin.event.dd that return Transferable | |
|---|---|
Transferable |
DragAndDropEvent.getTransferable()
|
Transferable |
DragSource.getTransferable(Map<String,Object> rawVariables)
DragSource may convert data added by client side component to meaningful values for server side developer or add other data based on it. |
| Constructors in com.vaadin.event.dd with parameters of type Transferable | |
|---|---|
DragAndDropEvent(Transferable transferable,
TargetDetails dropTargetDetails)
|
|
| Uses of Transferable in com.vaadin.ui |
|---|
| Classes in com.vaadin.ui that implement Transferable | |
|---|---|
class |
DragAndDropWrapper.WrapperTransferable
|
class |
Table.TableTransferable
Concrete implementation of DataBoundTransferable for data
transferred from a table. |
protected class |
Tree.TreeTransferable
Concrete implementation of DataBoundTransferable for data
transferred from a tree. |
| Methods in com.vaadin.ui that return Transferable | |
|---|---|
Transferable |
Tree.getTransferable(Map<String,Object> payload)
|
Transferable |
DragAndDropWrapper.getTransferable(Map<String,Object> rawVariables)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||