Package com.vaadin.v7.ui
Class Tree.TreeTransferable
- java.lang.Object
-
- com.vaadin.event.TransferableImpl
-
- com.vaadin.v7.event.DataBoundTransferable
-
- com.vaadin.v7.ui.Tree.TreeTransferable
-
- All Implemented Interfaces:
Transferable,Serializable
- Enclosing class:
- Tree
@Deprecated protected class Tree.TreeTransferable extends DataBoundTransferable
Deprecated.Concrete implementation ofDataBoundTransferablefor data transferred from a tree.- Since:
- 6.3
- See Also:
DataBoundTransferable, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TreeTransferable(Component sourceComponent, Map<String,Object> rawVariables)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description ObjectgetItemId()Deprecated.Returns the identifier of the item being transferred.ObjectgetPropertyId()Deprecated.Returns the optional property identifier that the transfer concerns.-
Methods inherited from class com.vaadin.v7.event.DataBoundTransferable
getSourceContainer
-
Methods inherited from class com.vaadin.event.TransferableImpl
getData, getDataFlavors, getSourceComponent, setData
-
-
-
-
Method Detail
-
getItemId
public Object getItemId()
Deprecated.Description copied from class:DataBoundTransferableReturns the identifier of the item being transferred.- Specified by:
getItemIdin classDataBoundTransferable- Returns:
- item identifier
-
getPropertyId
public Object getPropertyId()
Deprecated.Description copied from class:DataBoundTransferableReturns the optional property identifier that the transfer concerns. This can be e.g. the table column from which a drag operation originated.- Specified by:
getPropertyIdin classDataBoundTransferable- Returns:
- property identifier
-
-