Uses of Class
com.vaadin.event.TransferableImpl

Packages that use TransferableImpl
com.vaadin.event   
com.vaadin.ui   
 

Uses of TransferableImpl in com.vaadin.event
 

Subclasses of TransferableImpl in com.vaadin.event
 class DataBoundTransferable
          Parent class for Transferable implementations that have a Vaadin container as a data source.
 

Uses of TransferableImpl in com.vaadin.ui
 

Subclasses of TransferableImpl in com.vaadin.ui
 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.
 



Copyright © 2000-2011 Vaadin Ltd. All Rights Reserved.