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 Detail

      • itemsDropped

        void itemsDropped​(java.util.List<T> droppedItems)