All Superinterfaces:
com.vaadin.client.ui.dd.VHasDropHandler
All Known Implementing Classes:
JmixMainTabSheetWidget, VDDAbsoluteLayout, VDDAccordion, VDDCssLayout, VDDFormLayout, VDDGridLayout, VDDHorizontalLayout, VDDHorizontalLayout, VDDHorizontalSplitPanel, VDDPanel, VDDTabSheet, VDDVerticalLayout, VDDVerticalLayout, VDDVerticalSplitPanel

public interface VDDHasDropHandler<T extends VDDAbstractDropHandler> extends com.vaadin.client.ui.dd.VHasDropHandler
  • Method Summary

    Modifier and Type
    Method
    Description
     
    void
    setDropHandler(T drophandler)
     
  • Method Details

    • setDropHandler

      void setDropHandler(T drophandler)
    • getDropHandler

      T getDropHandler()
      Specified by:
      getDropHandler in interface com.vaadin.client.ui.dd.VHasDropHandler