aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/event/DataBoundTransferable.java
blob: fd259f04819f3e2276ff0e9e7f97b5926ae0cf4b (plain)
1
2
3
4
5
6
7
8
9
package com.vaadin.event;

public interface DataBoundTransferable extends ComponentTransferable {

    public Object getItemId();

    public Object getPropertyId();

}