We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.ui.
Class Table.TableTransferable
java.lang.Object
com.vaadin.event.TransferableImpl
com.vaadin.event.DataBoundTransferable
com.vaadin.ui.Table.TableTransferable
All Implemented Interfaces:
Enclosing class:
- extends DataBoundTransferable
public class Table.TableTransferable
Concrete implementation of DataBoundTransferable
for data
transferred from a table.
Since:
6.3
See Also:
DataBoundTransferable}.
,
Serialized Form
Constructor Summary | |
---|---|
protected |
Table.TableTransferable(Map<String,Object> rawVariables)
|
Method Summary | |
---|---|
Object |
getItemId()
Returns the identifier of the item being transferred. |
Object |
getPropertyId()
Returns the optional property identifier that the transfer concerns. |
Table |
getSourceComponent()
|
Methods inherited from class com.vaadin.event.DataBoundTransferable |
---|
getSourceContainer |
Methods inherited from class com.vaadin.event.TransferableImpl |
---|
getData, getDataFlavors, setData |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
Table.TableTransferable
protected Table.TableTransferable(Map<String,Object> rawVariables)
Method Detail |
---|
getItemId
public Object getItemId()
- Specified by:
getItemId
in classDataBoundTransferable
- Returns:
- item identifier
Description copied from class: DataBoundTransferable
Returns the identifier of the item being transferred.
getPropertyId
public Object getPropertyId()
- Specified by:
getPropertyId
in classDataBoundTransferable
- Returns:
- property identifier
Description copied from class: DataBoundTransferable
Returns the optional property identifier that the transfer concerns. This can be e.g. the table column from which a drag operation originated.
getSourceComponent
public Table getSourceComponent()
- Specified by:
getSourceComponent
in interfaceTransferable
- Overrides:
getSourceComponent
in classTransferableImpl
- Returns:
- the component that created the Transferable or null if the source component is unknown