Interface DragCaptionProvider


public interface DragCaptionProvider
Interface that provides custom DragCaption for a child component.
The drag caption will be shown instead of the component when the user drag a component in the layout.
Drag caption is shown as simple DIV with icon and SPAN with caption on client side for a dragged component.
It is the analogue of DragImageProvider but it does not require additional components for a dragged caption.
  • Method Summary

    Modifier and Type
    Method
    Description
    getDragCaption(com.vaadin.ui.Component component)
     
  • Method Details

    • getDragCaption

      @Nullable DragCaption getDragCaption(com.vaadin.ui.Component component)