Interface DropConsumer<T>

All Known Implementing Classes:
WorkflowsDropConsumer

public interface DropConsumer<T>
Allows to consume drop items by a widget. It can be used as business object for DragAndDropStrategy.makeDroppable(HtmlBasedComponent, Object, CockpitContext)
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    itemsDropped(List<T> droppedItems)
     
  • Method Details

    • itemsDropped

      void itemsDropped(List<T> droppedItems)