Package com.vaadin.client.ui.dd
Interface VHasDropHandler
-
- All Known Implementing Classes:
VCalendar
,VDragAndDropWrapper
,VDragAndDropWrapperIE
,VScrollTable
,VTree
,VTreeTable
public interface VHasDropHandler
Used to detect Widget from widget tree that hasgetDropHandler()
Decide whether to get rid of this class. If so,VAbstractDropHandler
must extendComponentConnector
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VDropHandler
getDropHandler()
-
-
-
Method Detail
-
getDropHandler
VDropHandler getDropHandler()
-
-